You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2003/02/21 11:00:00 UTC

cvs commit: jakarta-commons-sandbox/vfs build.xml project.xml

adammurdoch    2003/02/21 02:00:00

  Modified:    vfs      build.xml project.xml
  Log:
  Added xml-apis to dependencies.
  
  Revision  Changes    Path
  1.12      +5 -1      jakarta-commons-sandbox/vfs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	20 Feb 2003 07:32:02 -0000	1.11
  +++ build.xml	21 Feb 2003 09:59:59 -0000	1.12
  @@ -2,7 +2,7 @@
   
   <!--
     build.xml generated by maven from project.xml version 1.0-dev
  -  on date February 20 2003, time 1722
  +  on date February 21 2003, time 1959
   -->
   
   <project default="jar" name="commons-vfs" basedir=".">
  @@ -49,6 +49,8 @@
         <fileset dir="src/java">
           <include name="**/*.properties">
           </include>
  +        <include name="**/*.xml">
  +        </include>
         </fileset>
       </copy>
     </target>
  @@ -164,6 +166,8 @@
       <get dest="${libdir}/commons-httpclient-2.0-alpha2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0-alpha2.jar">
       </get>
       <get dest="${libdir}/jsch-0.1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.0.jar">
  +    </get>
  +    <get dest="${libdir}/xml-apis-2.0.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-2.0.0.jar">
       </get>
       <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
       </get>
  
  
  
  1.19      +7 -2      jakarta-commons-sandbox/vfs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	21 Feb 2003 05:17:37 -0000	1.18
  +++ project.xml	21 Feb 2003 10:00:00 -0000	1.19
  @@ -102,8 +102,13 @@
       </dependency>
   
       <dependency>
  -        <id>jsch</id>
  -        <version>0.1.0</version>
  +      <id>jsch</id>
  +      <version>0.1.0</version>
  +    </dependency>
  +
  +    <dependency>
  +      <id>xml-apis</id>
  +      <version>2.0.0</version>
       </dependency>
     </dependencies>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org