diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2005-12-15 05:20:14 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2005-12-15 05:20:14 +0000 |
commit | be63d9cea7e49cb22e8b5718244c79b39f782921 (patch) | |
tree | 2322edfa4fc8eb9727fbc161bd1256a83574c328 /dev-java/commons-betwixt/files | |
parent | patched for lazy binding for quality assurance (diff) | |
download | historical-be63d9cea7e49cb22e8b5718244c79b39f782921.tar.gz historical-be63d9cea7e49cb22e8b5718244c79b39f782921.tar.bz2 historical-be63d9cea7e49cb22e8b5718244c79b39f782921.zip |
Version bump.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-java/commons-betwixt/files')
-rw-r--r-- | dev-java/commons-betwixt/files/commons-betwixt-0.7-notests.patch | 25 | ||||
-rw-r--r-- | dev-java/commons-betwixt/files/digest-commons-betwixt-0.7 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-java/commons-betwixt/files/commons-betwixt-0.7-notests.patch b/dev-java/commons-betwixt/files/commons-betwixt-0.7-notests.patch new file mode 100644 index 000000000000..b0581b23f40a --- /dev/null +++ b/dev-java/commons-betwixt/files/commons-betwixt-0.7-notests.patch @@ -0,0 +1,25 @@ +diff -ru commons-betwixt-0.7-src/build.xml commons-betwixt-0.7-src-patched/build.xml +--- commons-betwixt-0.7-src/build.xml 2005-07-25 17:24:03.000000000 -0400 ++++ commons-betwixt-0.7-src-patched/build.xml 2005-12-14 23:53:30.000000000 -0500 +@@ -86,11 +86,11 @@ + </fileset> + </copy> + </target> +- <target name="test" description="o Run the test cases" if="test.failure" depends="internal-test"> ++ <target name="test" description="o Run the test cases" if="test.failure" depends="internal-test" unless="notest"> + <fail message="There were test failures."> + </fail> + </target> +- <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests"> ++ <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests" unless="notest"> + <mkdir dir="${testreportdir}"> + </mkdir> + <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true"> +@@ -185,4 +185,4 @@ + <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar"> + </unjar> + </target> +-</project> +\ No newline at end of file ++</project> +Only in commons-betwixt-0.7-src-patched: target diff --git a/dev-java/commons-betwixt/files/digest-commons-betwixt-0.7 b/dev-java/commons-betwixt/files/digest-commons-betwixt-0.7 new file mode 100644 index 000000000000..c634f7d48822 --- /dev/null +++ b/dev-java/commons-betwixt/files/digest-commons-betwixt-0.7 @@ -0,0 +1 @@ +MD5 fcaa0e85a10f395128093095e778a3f2 commons-betwixt-0.7-src.tar.gz 278140 |