You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/06/09 07:36:18 UTC

cvs commit: jakarta-avalon-excalibur/converter/src/conf ant-roles.xml

donaldp     2002/06/08 22:36:18

  Modified:    converter build.xml
  Added:       converter/src/conf ant-roles.xml
  Log:
  Update to have the ant descriptor in there as a temporary hack.
  
  Revision  Changes    Path
  1.2       +3 -0      jakarta-avalon-excalibur/converter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/converter/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	27 Apr 2002 05:23:00 -0000	1.1
  +++ build.xml	9 Jun 2002 05:36:17 -0000	1.2
  @@ -127,6 +127,9 @@
               compress="${build.compress}"
               manifest="${build.conf}/MANIFEST.MF">
               <exclude name="**/test/**"/>
  +            <zipfileset dir="${conf.dir}" prefix="META-INF/">
  +                <include name="ant-roles.xml"/>
  +            </zipfileset>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
                   <include name="LICENSE.txt"/>
               </zipfileset>
  
  
  
  1.1                  jakarta-avalon-excalibur/converter/src/conf/ant-roles.xml
  
  Index: ant-roles.xml
  ===================================================================
  <roles version="1.0">
      <role name="converter" classname="org.apache.excalibur.converter.Converter"/>
  </roles>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>