[junit] Fixed hamcrest patch

Tomas Radej tradej at fedoraproject.org
Fri Apr 5 14:44:35 UTC 2013


commit 5a76f8b23b12eff336e6d19fb9c0f7c2f27b4f67
Author: Tomas Radej <tradej at redhat.com>
Date:   Thu Mar 21 14:53:11 2013 +0100

    Fixed hamcrest patch

 junit-no-hamcrest-src.patch |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/junit-no-hamcrest-src.patch b/junit-no-hamcrest-src.patch
index f4a1afe..105ce60 100644
--- a/junit-no-hamcrest-src.patch
+++ b/junit-no-hamcrest-src.patch
@@ -1,5 +1,5 @@
 diff --git a/build.xml b/build.xml
-index 0efaf87..62e1df3 100644
+index 0efaf87..2efa11c 100644
 --- a/build.xml
 +++ b/build.xml
 @@ -30,7 +30,6 @@
@@ -21,6 +21,15 @@ index 0efaf87..62e1df3 100644
    <target name="release-notes">
      <property name="basename" value="doc/ReleaseNotes${version-base}" />
      <exec executable="perl" failonerror="true">
+@@ -138,7 +133,7 @@
+     </exec>
+   </target>
+   
+-  <target name="javadoc" depends="unjar.hamcrest">
++  <target name="javadoc">
+     <javadoc destdir="${javadocdir}"
+              author="false"
+              version="false"
 @@ -151,7 +146,6 @@
        <excludepackage name="org.junit.experimental.theories.internal.*" />
        


More information about the scm-commits mailing list