cziegeler 2002/06/12 03:54:28 Modified: . build.xml src/scratchpad/src/org/apache/cocoon/components/repository/impl slide.xconf Log: Fixing XML in slide config and adding property to control the inclusion of the javadocs in the webapp Revision Changes Path 1.232 +2 -1 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.231 retrieving revision 1.232 diff -u -r1.231 -r1.232 --- build.xml 12 Jun 2002 07:24:16 -0000 1.231 +++ build.xml 12 Jun 2002 10:54:27 -0000 1.232 @@ -1143,7 +1143,8 @@ <!-- =================================================================== --> <!-- Prepares the javadocs for webapp --> <!-- =================================================================== --> - <target name="prepare-webapp-javadocs" depends="javadocs"> + <target name="prepare-webapp-javadocs" unless="exclude.javadocs"> + <antcall target="javadocs"/> <copy todir="${build.war}/apidocs" filtering="off"> <fileset dir="${build.javadocs}"/> </copy> 1.2 +1 -1 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/repository/impl/slide.xconf Index: slide.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/repository/impl/slide.xconf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- slide.xconf 11 Jun 2002 18:09:12 -0000 1.1 +++ slide.xconf 12 Jun 2002 10:54:28 -0000 1.2 @@ -13,7 +13,7 @@ <component-instance class="org.apache.cocoon.components.repository.SlideRepositoryManager" name="slide" logger="core.repositories.slide" - default="ownrepository"/> + default="ownrepository"> <namespace name="ownrepository"> <definition>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]