File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88< div align ="center ">
99< h1 > The Jakarta Commons < em > IO</ em > Component</ h1 >
10- $Id: STATUS.html,v 1.7 2002/12/25 22:17:28 scolebourne Exp $< br >
10+ $Id: STATUS.html,v 1.8 2003/05/16 22:29:03 scolebourne Exp $< br >
1111 < a href ="#Introduction "> [Introduction]</ a > < a href ="#Dependencies "> [Dependencies]</ a >
1212< a href ="#Release%20Info "> [Release Info]</ a > < a href ="#Committers "> [Committers]</ a >
1313< a href ="#Action%20Items "> [Action Items]</ a > < br >
@@ -70,9 +70,6 @@ <h3>5. ACTION ITEMS</h3>
7070release of this component:</ p >
7171< ul >
7272 < li > Compress - Move the compress sub-package out of IO - READY</ li >
73- < li > Rewrite the FileFilters to depend on Predicates. This makes AndFileFilter etc unneeded - DONE</ li >
74- < li > Create a FileFilterUtils for hiding the predicates behind - DONE</ li >
75- < li > Create a PredicateFileFilter to serve as a predicate adaptor - DONE</ li >
7673 < li > Rename FileUtilTest to FileUtilsTest</ li >
7774 < li > Extract code from IOUtils to CopyUtils? </ li >
7875 < li > Remove StreamUtils as all its methods are in IOUtils - READY</ li >
Original file line number Diff line number Diff line change 44commons.home=../../jakarta-commons
55junit.home=/usr/local/junit3.7
66
7- # Derived home directories
8- lang.home=${commons.home}/lang
9-
10- # Jakarta JAR files
11- commons-lang.jar=${lang.home}/dist/commons-lang.jar
12-
137# External packages
148junit.jar=${junit.home}/junit.jar
Original file line number Diff line number Diff line change 33
44<!--
55 "IO" component of the Jakarta Commons Subproject
6- $Id: build.xml,v 1.9 2003/04/04 14:04:16 bayard Exp $
6+ $Id: build.xml,v 1.10 2003/05/16 22:29:03 scolebourne Exp $
77-->
88
99
7575 <!-- Construct compile classpath -->
7676 <path id =" compile.classpath" >
7777 <pathelement location =" ${ build.home } /classes" />
78- <pathelement location =" ${ commons-lang.jar } " />
7978 </path >
8079
8180
8786 <pathelement location =" ${ build.home } /classes" />
8887 <pathelement location =" ${ build.home } /tests" />
8988 <pathelement location =" ${ junit.jar } " />
90- <pathelement location =" ${ commons-lang.jar } " />
9189 </path >
9290
9391 <!-- Should all tests fail if one does? -->
Original file line number Diff line number Diff line change 8484 <role >Java Developer</role >
8585 </roles >
8686 </developer >
87+ <developer >
88+ <name >Stephen Colebourne</name >
89+ <id >scolebourne</id >
90+ <email >scolebourne@apache.org</email >
91+ <organization >SITA ATS</organization >
92+ <roles >
93+ <role >Java Developer</role >
94+ </roles >
95+ </developer >
8796 </developers >
8897
8998
9099 <!-- Need to mark these as compile-time/run-time -->
91100
92101 <dependencies >
93-
94102 <dependency >
95103 <id >junit</id >
96104 <version >3.7</version >
97105 </dependency >
98-
99- <dependency >
100- <id >commons-lang</id >
101- <version >1.1-dev.20021217.062015</version >
102- </dependency >
103106 </dependencies >
104107
105108
133136 </includes >
134137 </resources >
135138 </build >
139+
136140</project >
137141
You can’t perform that action at this time.
0 commit comments