plug-ins/pygimp/plug-ins/Makefile.am

2008-04-08  Sven Neumann  <sven@gimp.org>

        * plug-ins/pygimp/plug-ins/Makefile.am

        * plug-ins/pygimp/plug-ins/happy-valley-relief.py: renamed to ...
        * plug-ins/pygimp/plug-ins/python-eval.py: ... this.

        * plug-ins/pygimp/plug-ins/gimpcons.py: renamed to ...
        * plug-ins/pygimp/plug-ins/python-console.py: ... this.

svn path=/trunk/; revision=25411
This commit is contained in:
Sven Neumann 2008-04-08 09:10:03 +00:00 committed by Sven Neumann
parent 231497046d
commit 184bf5a900
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
2008-04-08 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/plug-ins/Makefile.am
* plug-ins/pygimp/plug-ins/happy-valley-relief.py: renamed to ...
* plug-ins/pygimp/plug-ins/python-eval.py: ... this.
* plug-ins/pygimp/plug-ins/gimpcons.py: renamed to ...
* plug-ins/pygimp/plug-ins/python-console.py: ... this.
2008-04-08 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpdialogfactory.c

View File

@ -5,12 +5,12 @@ pluginexecdir = $(gimpplugindir)/plug-ins
scripts = \
colorxhtml.py \
foggify.py \
gimpcons.py \
happy-valley-relief.py \
palette-offset.py \
palette-sort.py \
palette-to-gradient.py \
py-slice.py
py-slice.py \
python-console.py \
python-eval.py
test_scripts = \
benchmark-foreground-extract.py \