You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/09/28 21:21:42 UTC

svn commit: r292268 - /cocoon/trunk/tools/targets/osgi-build.xml

Author: vgritsenko
Date: Wed Sep 28 12:21:35 2005
New Revision: 292268

URL: http://svn.apache.org/viewcvs?rev=292268&view=rev
Log:
fix hello world samples

Modified:
    cocoon/trunk/tools/targets/osgi-build.xml

Modified: cocoon/trunk/tools/targets/osgi-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/osgi-build.xml?rev=292268&r1=292267&r2=292268&view=diff
==============================================================================
--- cocoon/trunk/tools/targets/osgi-build.xml (original)
+++ cocoon/trunk/tools/targets/osgi-build.xml Wed Sep 28 12:21:35 2005
@@ -119,7 +119,9 @@
     <replace file="${build.osgi.webapp}/sitemap.xmap">
       <replacetoken><![CDATA[<map:include dir="context://WEB-INF/sitemap-additions" pattern="*.xconf"/>]]></replacetoken>
       <replacevalue><![CDATA[<!-- excluded by the OSGi Ant task!!!!
-        map:include dir="context://WEB-INF/sitemap-additions" pattern="*.xconf"/-->]]></replacevalue>
+        map:include dir="context://WEB-INF/sitemap-additions" pattern="*.xconf"/-->
+        <map:include src="context://WEB-INF/sitemap-additions/cocoon-core.xconf"/>
+        ]]></replacevalue>
     </replace>  
     
     <replace file="${build.osgi.webapp}/WEB-INF/cocoon.xconf">