mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
20 lines
770 B
Diff
20 lines
770 B
Diff
--- 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"/>
|