morgand     2003/01/17 23:26:21

  Modified:    jelly/jelly-tags/ant build.xml
  Log:
  updating with util tag and latest xerces
  
  Revision  Changes    Path
  1.3       +12 -10    jakarta-commons-sandbox/jelly/jelly-tags/ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/ant/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 13 Jan 2003 20:53:38 -0000      1.2
  +++ build.xml 18 Jan 2003 07:26:21 -0000      1.3
  @@ -10,10 +10,10 @@
     
     
     
  -              
  -                              
  -                                
  -                              
  +     
  +             
  +               
  +             
     
     
     <property name="resourcedir" value="."></property>
  @@ -45,7 +45,7 @@
       </javac>
       
       
  -                              
  +             
    
       <copy todir="${classesdir}">
         
  @@ -61,10 +61,10 @@
         </fileset>
       </copy>
       
  -                              
  +             
   
       
  -                              
  +             
    
       <copy todir="${testclassesdir}">
         
  @@ -92,7 +92,7 @@
         </fileset>
       </copy>
    
  -                              
  +             
   
     </target>
       
  @@ -124,7 +124,7 @@
           
           <sysproperty key="basedir" value="."></sysproperty>
           <formatter type="xml"></formatter>
  -        <formatter usefile="false" type="plain"></formatter>
  +        <formatter usefile="true" type="plain"></formatter>
           <classpath>
             <fileset dir="lib">
               <include name="*.jar"></include>
  @@ -203,11 +203,12 @@
       <get dest="lib/commons-logging-1.0.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.jar";></get>
       <get dest="lib/dom4j-1.4-dev-8.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/dom4j/jars/dom4j-1.4-dev-8.jar";></get>
       <get dest="lib/jaxp-1.2.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/jaxp/jars/jaxp-1.2.jar";></get>
  -    <get dest="lib/xerces-2.0.2.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.0.2.jar";></get>
  +    <get dest="lib/xerces-2.2.1.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.2.1.jar";></get>
       <get dest="lib/commons-jelly-SNAPSHOT.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-SNAPSHOT.jar";></get>
       <get dest="lib/ant-1.5.1.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.1.jar";></get>
       <get dest="lib/ant-optional-1.5.1.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/ant/jars/ant-optional-1.5.1.jar";></get>
       <get dest="lib/commons-grant-1.0-beta-4.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-grant/jars/commons-grant-1.0-beta-4.jar";></get>
  +    <get dest="lib/commons-jelly-tags-util-SNAPSHOT.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-util-SNAPSHOT.jar";></get>
       
       <get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar";></get>
       <get dest="lib/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar";></get>
  @@ -234,3 +235,4 @@
     </target>
   
   </project>
  +    
  \ No newline at end of file
  
  
  

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

Reply via email to