You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/05/17 00:29:03 UTC

cvs commit: jakarta-commons-sandbox/io build.xml project.xml build.properties.sample STATUS.html

scolebourne    2003/05/16 15:29:03

  Modified:    io       build.xml project.xml build.properties.sample
                        STATUS.html
  Log:
  Remove dependency on lang
  
  Revision  Changes    Path
  1.10      +1 -3      jakarta-commons-sandbox/io/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	4 Apr 2003 14:04:16 -0000	1.9
  +++ build.xml	16 May 2003 22:29:03 -0000	1.10
  @@ -75,7 +75,6 @@
     <!-- Construct compile classpath -->
     <path id="compile.classpath">
       <pathelement location="${build.home}/classes"/>
  -    <pathelement location="${commons-lang.jar}"/>
     </path>
   
   
  @@ -87,7 +86,6 @@
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${build.home}/tests"/>
       <pathelement location="${junit.jar}"/>
  -    <pathelement location="${commons-lang.jar}"/>
     </path>
   
     <!-- Should all tests fail if one does? -->
  
  
  
  1.5       +10 -6     jakarta-commons-sandbox/io/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	16 Apr 2003 18:46:35 -0000	1.4
  +++ project.xml	16 May 2003 22:29:03 -0000	1.5
  @@ -84,22 +84,25 @@
           <role>Java Developer</role>
         </roles>
       </developer>
  +    <developer>
  +      <name>Stephen Colebourne</name>
  +      <id>scolebourne</id>
  +      <email>scolebourne@apache.org</email>
  +      <organization>SITA ATS</organization>
  +      <roles>
  +        <role>Java Developer</role>
  +      </roles>
  +    </developer>
     </developers>
   
   
     <!-- Need to mark these as compile-time/run-time -->
   
     <dependencies>
  -
       <dependency>
         <id>junit</id>
         <version>3.7</version>
       </dependency>
  -    
  -    <dependency>
  -      <id>commons-lang</id>
  -      <version>1.1-dev.20021217.062015</version>
  -    </dependency>
     </dependencies>
   
     
  @@ -133,5 +136,6 @@
         </includes>
       </resources>
     </build>
  +  
   </project>
   
  
  
  
  1.3       +0 -6      jakarta-commons-sandbox/io/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample	7 Dec 2002 20:33:33 -0000	1.2
  +++ build.properties.sample	16 May 2003 22:29:03 -0000	1.3
  @@ -4,11 +4,5 @@
   commons.home=../../jakarta-commons
   junit.home=/usr/local/junit3.7
   
  -# Derived home directories
  -lang.home=${commons.home}/lang
  -
  -# Jakarta JAR files
  -commons-lang.jar=${lang.home}/dist/commons-lang.jar
  -
   # External packages
   junit.jar=${junit.home}/junit.jar
  
  
  
  1.8       +1 -4      jakarta-commons-sandbox/io/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- STATUS.html	25 Dec 2002 22:17:28 -0000	1.7
  +++ STATUS.html	16 May 2003 22:29:03 -0000	1.8
  @@ -70,9 +70,6 @@
   release of this component:</p>
   <ul>
     <li>Compress - Move the compress sub-package out of IO - READY</li>
  -  <li>Rewrite the FileFilters to depend on Predicates. This makes AndFileFilter etc unneeded - DONE</li>
  -  <li>Create a FileFilterUtils for hiding the predicates behind - DONE</li>
  -  <li>Create a PredicateFileFilter to serve as a predicate adaptor - DONE</li>
     <li>Rename FileUtilTest to FileUtilsTest</li>
     <li>Extract code from IOUtils to CopyUtils? </li>
     <li>Remove StreamUtils as all its methods are in IOUtils - READY</li>
  
  
  

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