cziegeler    02/02/12 23:12:29

  Modified:    .        build.xml
  Log:
  Manifest tool runs after all jars are copied to the libs directory (incl. scratchpad 
and tools)
  
  Revision  Changes    Path
  1.168     +1 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- build.xml 12 Feb 2002 16:18:45 -0000      1.167
  +++ build.xml 13 Feb 2002 07:12:29 -0000      1.168
  @@ -1096,8 +1096,6 @@
       </move>
   
       <copy file="${build.dir}/${name}.jar" 
tofile="${build.war}/WEB-INF/lib/${name}-${version}.jar"/>
  -
  -    <manifest-tool directory="${build.war}/WEB-INF/lib" 
manifest="${build.war}/WEB-INF/Manifest.mf"/>
     </target>
   
     <!-- =================================================================== -->
  @@ -1126,6 +1124,7 @@
     <!-- Creates the war file                                                -->
     <!-- =================================================================== -->
     <target name="webapp" depends="prepare-webapp, prepare-webapp-libs, 
prepare-scratchpad-libs, prepare-xsp" description="* Generates the war package">
  +    <manifest-tool directory="${build.war}/WEB-INF/lib" 
manifest="${build.war}/WEB-INF/Manifest.mf"/>
       <jar jarfile="${build.dir}/${name}.war" basedir="${build.war}" includes="**" 
manifest="${build.war}/WEB-INF/Manifest.mf"/>
     </target>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to