Lines 114-119
Link Here
|
114 |
<pathelement location="${build.home}/classes"/> |
114 |
<pathelement location="${build.home}/classes"/> |
115 |
<pathelement location="${build.home}/test-classes"/> |
115 |
<pathelement location="${build.home}/test-classes"/> |
116 |
<pathelement location="${junit.jar}"/> |
116 |
<pathelement location="${junit.jar}"/> |
|
|
117 |
<pathelement location="hamcrest-core.jar"/> |
117 |
<path refid="downloaded.lib.classpath"/> |
118 |
<path refid="downloaded.lib.classpath"/> |
118 |
</path> |
119 |
</path> |
119 |
|
120 |
|
Lines 232-238
Link Here
|
232 |
|
233 |
|
233 |
<!-- ========== Create Jar ================================================ --> |
234 |
<!-- ========== Create Jar ================================================ --> |
234 |
|
235 |
|
235 |
<target name="jar" depends="test" description="Create jar file"> |
236 |
<target name="jar" depends="compile" description="Create jar file"> |
236 |
|
237 |
|
237 |
<mkdir dir="${build.home}/classes/META-INF"/> |
238 |
<mkdir dir="${build.home}/classes/META-INF"/> |
238 |
<copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/> |
239 |
<copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/> |