Skip to content

Commit 9edd0b2

Browse files
author
Stephen Colebourne
committed
Remove dependency on lang
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140356 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2b9adb1 commit 9edd0b2

4 files changed

Lines changed: 12 additions & 19 deletions

File tree

STATUS.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
7070
release 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>

build.properties.sample

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
commons.home=../../jakarta-commons
55
junit.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
148
junit.jar=${junit.home}/junit.jar

build.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

@@ -75,7 +75,6 @@
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

@@ -87,7 +86,6 @@
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? -->

project.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,25 @@
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

@@ -133,5 +136,6 @@
133136
</includes>
134137
</resources>
135138
</build>
139+
136140
</project>
137141

0 commit comments

Comments
 (0)