summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/commons-math/files/commons-math-2.1-r2-buildfixes.patch')
-rw-r--r--dev-java/commons-math/files/commons-math-2.1-r2-buildfixes.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-java/commons-math/files/commons-math-2.1-r2-buildfixes.patch b/dev-java/commons-math/files/commons-math-2.1-r2-buildfixes.patch
deleted file mode 100644
index 6d768969e79c..000000000000
--- a/dev-java/commons-math/files/commons-math-2.1-r2-buildfixes.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- build.xml 2010-10-24 11:20:46.000000000 +0300
-+++ build.xml.fixed 2010-10-24 11:25:42.000000000 +0300
-@@ -114,6 +114,7 @@
- <pathelement location="${build.home}/classes"/>
- <pathelement location="${build.home}/test-classes"/>
- <pathelement location="${junit.jar}"/>
-+ <pathelement location="hamcrest-core.jar"/>
- <path refid="downloaded.lib.classpath"/>
- </path>
-
-@@ -232,7 +233,7 @@
-
- <!-- ========== Create Jar ================================================ -->
-
-- <target name="jar" depends="test" description="Create jar file">
-+ <target name="jar" depends="compile" description="Create jar file">
-
- <mkdir dir="${build.home}/classes/META-INF"/>
- <copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>