Skip to content

Commit 14c4749

Browse files
committed
Removed the necessity for the data/test directory.
Fixed manually as my local Maven doesn't want to cooperate. Should fix Gump failure. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140560 13f79535-47bb-0310-9956-ffa450edef68
1 parent eebc5c1 commit 14c4749

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
</include>
5050
</fileset>
5151
</copy>
52-
<copy todir="${testclassesdir}">
53-
<fileset dir="data/test">
54-
</fileset>
55-
</copy>
5652
</target>
5753
<target name="jar" description="o Create the jar" depends="compile,test">
5854
<jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
@@ -153,8 +149,6 @@
153149
</javadoc>
154150
</target>
155151
<target name="get-deps" unless="noget" depends="init">
156-
<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">
157-
</get>
158152
<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">
159153
</get>
160154
<get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar">

0 commit comments

Comments
 (0)