vmassol     02/05/27 01:58:54

  Modified:    .        build-bootstrap.xml
  Log:
  added again the exclude of FileSetFromPath java class from the bootstrap as it is 
not needed (I had removed it by error - Sorry dIon).
  
  Revision  Changes    Path
  1.90      +1 -0      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- build-bootstrap.xml       27 May 2002 07:55:43 -0000      1.89
  +++ build-bootstrap.xml       27 May 2002 08:58:54 -0000      1.90
  @@ -184,6 +184,7 @@
           <path location="src/java"/>
         </src>
         <include name="org/apache/maven/ant/*"/>
  +      <exclude name="org/apache/maven/ant/FileSetFromPath.java"/>
       </javac>
   
     </target>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to