vgritsenko    2002/09/26 07:10:33

  Modified:    .        build.xml
  Log:
  Add "cocoon-" prefix to the block jars. Thanks to Konstantin
  
  Revision  Changes    Path
  1.268     +1 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.267
  retrieving revision 1.268
  diff -u -r1.267 -r1.268
  --- build.xml 26 Sep 2002 13:36:45 -0000      1.267
  +++ build.xml 26 Sep 2002 14:10:33 -0000      1.268
  @@ -1356,6 +1356,7 @@
         <fileset dir="${build.dir}">
           <include name="*-block.jar"/>
         </fileset>
  +      <mapper type="glob" from="*-block.jar" to="cocoon-*-block.jar"/>
       </copy>    
     </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