32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
diff --git a/build.xml b/build.xml
|
|
index 0efaf87..62e1df3 100644
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -30,7 +30,6 @@
|
|
<property name="javadoczip" location="${dist}-javadoc.zip" />
|
|
<property name="hamcrestlib" location="lib/hamcrest-core-1.3.jar" />
|
|
<property name="hamcrestlibsources" location="lib/hamcrest-core-1.3-sources.jar" />
|
|
- <property name="hamcrestsrc" location="${dist}/temp.hamcrest.source" />
|
|
|
|
<property name="maven.deploy.goal" value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
|
|
|
|
@@ -125,10 +124,6 @@
|
|
</copy>
|
|
</target>
|
|
|
|
- <target name="unjar.hamcrest">
|
|
- <unjar src="${hamcrestlibsources}" dest="${hamcrestsrc}" />
|
|
- </target>
|
|
-
|
|
<target name="release-notes">
|
|
<property name="basename" value="doc/ReleaseNotes${version-base}" />
|
|
<exec executable="perl" failonerror="true">
|
|
@@ -151,7 +146,6 @@
|
|
<excludepackage name="org.junit.experimental.theories.internal.*" />
|
|
|
|
<sourcepath location="${src}" />
|
|
- <sourcepath location="${hamcrestsrc}" />
|
|
<link href="http://java.sun.com/javase/6/docs/api/" />
|
|
</javadoc>
|
|
</target>
|