Author: reinhard
Date: Mon Mar 21 01:21:31 2005
New Revision: 158424

URL: http://svn.apache.org/viewcvs?view=rev&rev=158424
Log:
exclude webapp documentation for now until we agreed on a solution and have 
implemented it

Modified:
    cocoon/trunk/build.properties
    cocoon/trunk/tools/targets/webapp-build.xml

Modified: cocoon/trunk/build.properties
URL: 
http://svn.apache.org/viewcvs/cocoon/trunk/build.properties?view=diff&r1=158423&r2=158424
==============================================================================
--- cocoon/trunk/build.properties (original)
+++ cocoon/trunk/build.properties Mon Mar 21 01:21:31 2005
@@ -23,7 +23,8 @@
 
 # ---- Webapp 
------------------------------------------------------------------
 
-#exclude.webapp.documentation=true
+# (RP) commented out webapp documentation as it is broken
+exclude.webapp.documentation=true
 #exclude.webapp.javadocs=true
 #exclude.webapp.samples=true
 #exclude.webapp.test-suite=true

Modified: cocoon/trunk/tools/targets/webapp-build.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/webapp-build.xml?view=diff&r1=158423&r2=158424
==============================================================================
--- cocoon/trunk/tools/targets/webapp-build.xml (original)
+++ cocoon/trunk/tools/targets/webapp-build.xml Mon Mar 21 01:21:31 2005
@@ -155,9 +155,11 @@
 
     <!-- Forrest needs its own file at src/documentation/sitemap.xmap, so we
     overwrite it with the old Cocoon-specific sitemap here -->
+    <!-- (RP) commented out as trunk doesn't support a dynamic documentation 
     <copy file="${documentation}/sitemap-localdocs.xmap"
       tofile="${build.webapp.docs}/sitemap.xmap" overwrite="true"/>
-
+    -->
+    
     <copy todir="${build.webapp.docs}" filtering="off">
       <fileset dir="${documentation}">
         <include name="images/**"/>
@@ -165,9 +167,11 @@
     </copy>
 
     <!-- patch the welcome page to tell we have documentation to show -->
+    <!-- (RP) commented out as trunk doesn't support a dynamic documentation 
     <xpatch file="${build.webapp}/welcome.xml"
             srcdir="${documentation}"
             includes="**/*.xwelcome"/>
+    -->
   </target>
 
   <target name="webapp" 
depends="prepare-webapp,prepare-webapp-samples,prepare-webapp-docs,prepare-webapp-javadocs,prepare-webapp-test-suite,prepare-webapp-deprecated,validate-jars,validate-config,custom-conf"
 description="Builds web application folder">


Reply via email to