You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ad...@apache.org on 2002/05/29 08:10:48 UTC

cvs commit: jakarta-ant-myrmidon/ant1compat project.xml

adammurdoch    02/05/28 23:10:48

  Modified:    ant1compat project.xml
  Log:
  Make sure org.apache.tools.zip, etc packages end up in the ant1compat jar.
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-ant-myrmidon/ant1compat/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/ant1compat/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	11 May 2002 12:43:59 -0000	1.8
  +++ project.xml	29 May 2002 06:10:48 -0000	1.9
  @@ -31,7 +31,7 @@
               <includeDescriptors>false</includeDescriptors>
               <metainf dir="src/conf" includes="*.xml"/>
               <fileset dir="${build.ant1classes}">
  -                <include name="org/apache/tools/ant/**"/>
  +                <exclude name="META-INF/**"/>
                   <exclude name="**/ant/Main.class"/>
                   <exclude name="**/ant/Task.class"/>
                   <exclude name="**/ant/BuildException.class"/>
  
  
  

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