From 70c2ab0560d68e2f211b2b5bec0294ce3a6cac61 Mon Sep 17 00:00:00 2001 From: jensp Date: Sun, 10 Aug 2014 09:03:13 +0000 Subject: [PATCH] Fixed wrong stylesheet in ccm-bundle git-svn-id: https://svn.libreccm.org/ccm/trunk@2794 8810af33-2d31-482b-a856-94f89814c4df --- .../src/WEB-INF/resources/librecms-stylesheet-paths.txt | 4 ++-- ccm-sci-bundle/bundles/devel/cfg/project.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ccm-bundle/src/WEB-INF/resources/librecms-stylesheet-paths.txt b/ccm-bundle/src/WEB-INF/resources/librecms-stylesheet-paths.txt index bfe795d0e..4434a8d2c 100644 --- a/ccm-bundle/src/WEB-INF/resources/librecms-stylesheet-paths.txt +++ b/ccm-bundle/src/WEB-INF/resources/librecms-stylesheet-paths.txt @@ -13,11 +13,11 @@ # Theme with single entry point (e.g Mandalay) managed by themedirector #http://::host::/resource/::webapp::/themes/::themedir::/::theme::/start.xsl -#http://::host::/::webapp::/themes/::themedir::/::theme::/start.xsl +http://::host::/::webapp::/themes/::themedir::/::theme::/start.xsl # Theme with single entry point (e.g Mandalay) unmanaged default #http://::host::/resource/::webapp::/themes/mandalay/start.xsl -#http://::host::/::webapp::/themes/mandalay/start.xsl +http://::host::/::webapp::/themes/mandalay/start.xsl # ============================================================================== diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml index e8bfc7b3e..40ef34916 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/project.xml +++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml @@ -9,7 +9,7 @@ name="ScientificCMS" prettyName="Scientific CMS" version="2.3.0" - release="devel-SNAPSHOT-r2758" + release="devel-SNAPSHOT-r2792" webxml="sci-web.xml" portletxml="sci-portlet.xml" webapp="libreccm"