summaryrefslogtreecommitdiff
blob: 5c9820902d1e41f6c12b30129da4308f851cdd5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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" description="Create jar file">
 
     <mkdir dir="${build.home}/classes/META-INF"/>
     <copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>