[vhffs-dev] [1055] Moved themes to vhffs-themes subdir since we need them in public part too |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1055
Author: beuss
Date: 2007-11-01 17:00:52 +0000 (Thu, 01 Nov 2007)
Log Message:
-----------
Moved themes to vhffs-themes subdir since we need them in public part too
which is now independant of panel.
Modified Paths:
--------------
trunk/Makefile.am
trunk/configure.ac
trunk/vhffs-panel/Makefile.am
trunk/vhffs-public/Makefile.am
Added Paths:
-----------
trunk/vhffs-themes/
trunk/vhffs-themes/vhffs/
Removed Paths:
-------------
trunk/vhffs-panel/themes/
trunk/vhffs-public/themes/
trunk/vhffs-themes/vhffs/
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2007-11-01 16:23:55 UTC (rev 1054)
+++ trunk/Makefile.am 2007-11-01 17:00:52 UTC (rev 1055)
@@ -7,7 +7,7 @@
endif
SUBDIRS = vhffs-api vhffs-backend vhffs-doc vhffs-compat vhffs-intl vhffs-jabber vhffs-listengine \
- vhffs-panel vhffs-public vhffs-robots vhffs-shells vhffs-tests vhffs-tools $(SUB_VHFFS_FS)
+ vhffs-panel vhffs-public vhffs-robots vhffs-shells vhffs-tests vhffs-themes vhffs-tools $(SUB_VHFFS_FS)
EXTRA_DIST = vhffs-forum vhffs-irc vhffs-packages \
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2007-11-01 16:23:55 UTC (rev 1054)
+++ trunk/configure.ac 2007-11-01 17:00:52 UTC (rev 1055)
@@ -319,6 +319,7 @@
vhffs-shells/Makefile
vhffs-tests/Makefile
vhffs-tests/src/Makefile
+ vhffs-themes/Makefile
vhffs-tools/Makefile
vhffs-tools/src/Makefile
],
Modified: trunk/vhffs-panel/Makefile.am
===================================================================
--- trunk/vhffs-panel/Makefile.am 2007-11-01 16:23:55 UTC (rev 1054)
+++ trunk/vhffs-panel/Makefile.am 2007-11-01 17:00:52 UTC (rev 1055)
@@ -122,75 +122,6 @@
web/index.pl \
web/prefs.pl
-panelthemesdir = @PANELDIR@
-nobase_panelthemes_DATA = \
- themes/vhffs/images/admin.png \
- themes/vhffs/images/black.png \
- themes/vhffs/images/bug.png \
- themes/vhffs/images/bug_little.png \
- themes/vhffs/images/buttonbg.png \
- themes/vhffs/images/cvscreate.png \
- themes/vhffs/images/cvsentry.png \
- themes/vhffs/images/cvshelp.png \
- themes/vhffs/images/cvs.png \
- themes/vhffs/images/dbacces.png \
- themes/vhffs/images/dbcreate.png \
- themes/vhffs/images/dbentry.png \
- themes/vhffs/images/db.png \
- themes/vhffs/images/dnscreate.png \
- themes/vhffs/images/dnsentry.png \
- themes/vhffs/images/dns.png \
- themes/vhffs/images/en_US.png \
- themes/vhffs/images/error.png \
- themes/vhffs/images/es_ES.png \
- themes/vhffs/images/fr_FR.png \
- themes/vhffs/images/good.png \
- themes/vhffs/images/groupentry.png \
- themes/vhffs/images/help.png \
- themes/vhffs/images/help_bg.png \
- themes/vhffs/images/help_little.png \
- themes/vhffs/images/home.png \
- themes/vhffs/images/homeentry.png \
- themes/vhffs/images/inputbg.png \
- themes/vhffs/images/it_IT.png \
- themes/vhffs/images/loading_little.gif \
- themes/vhffs/images/logo_2.png \
- themes/vhffs/images/logo_old.png \
- themes/vhffs/images/logo.png \
- themes/vhffs/images/logout.png \
- themes/vhffs/images/logout_little.png \
- themes/vhffs/images/mailcreate.png \
- themes/vhffs/images/mailentry.png \
- themes/vhffs/images/mailingcreate.png \
- themes/vhffs/images/mailingentry.png \
- themes/vhffs/images/mailing.png \
- themes/vhffs/images/mail.png \
- themes/vhffs/images/prefs.png \
- themes/vhffs/images/prefs_little.png \
- themes/vhffs/images/projectcontribentry.png \
- themes/vhffs/images/projectcontrib.png \
- themes/vhffs/images/projectcreate.png \
- themes/vhffs/images/projectcurrent.png \
- themes/vhffs/images/projectownerentry.png \
- themes/vhffs/images/projectowner.png \
- themes/vhffs/images/projectparams.png \
- themes/vhffs/images/projects.png \
- themes/vhffs/images/quota.png \
- themes/vhffs/images/quota_progress.png \
- themes/vhffs/images/repositorycreate.png \
- themes/vhffs/images/repositoryentry.png \
- themes/vhffs/images/repository.png \
- themes/vhffs/images/svnentry.png \
- themes/vhffs/images/gitentry.png \
- themes/vhffs/images/git.png \
- themes/vhffs/images/tab.png \
- themes/vhffs/images/tip.png \
- themes/vhffs/images/userentry.png \
- themes/vhffs/images/user.png \
- themes/vhffs/images/webcreate.png \
- themes/vhffs/images/webentry.png \
- themes/vhffs/images/web.png \
- themes/vhffs/main.css
# Define the substitution we need to point perl script at correct location
do_sed = $(SED) --in-place \
Modified: trunk/vhffs-public/Makefile.am
===================================================================
--- trunk/vhffs-public/Makefile.am 2007-11-01 16:23:55 UTC (rev 1054)
+++ trunk/vhffs-public/Makefile.am 2007-11-01 17:00:52 UTC (rev 1055)
@@ -12,8 +12,7 @@
user.pl \
websearch.pl \
rss/lastgroups.pl \
- rss/lastusers.pl \
- themes/vhffs/main.css
+ rss/lastusers.pl
# Define the substitution we need to point perl script at correct location
do_sed = $(SED) --in-place \
Copied: trunk/vhffs-themes (from rev 1036, trunk/vhffs-panel/themes)
Copied: trunk/vhffs-themes/vhffs (from rev 1054, trunk/vhffs-panel/themes/vhffs)