diff options
Diffstat (limited to 'dev-java/jruby/files/jruby-0.9.1-build.xml.patch')
-rw-r--r-- | dev-java/jruby/files/jruby-0.9.1-build.xml.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-java/jruby/files/jruby-0.9.1-build.xml.patch b/dev-java/jruby/files/jruby-0.9.1-build.xml.patch deleted file mode 100644 index c95b83f1a186..000000000000 --- a/dev-java/jruby/files/jruby-0.9.1-build.xml.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- build.xml 2006-10-23 00:24:34.000000000 +0200 -+++ build.xml 2006-10-23 00:25:19.000000000 +0200 -@@ -188,7 +188,7 @@ - - <target name="test" depends="copy-test-files,instrument,run-junit,coverage-report"/> - <target name="run-junit" description="runs junit tests"> -- <junit fork="yes" haltonfailure="false" dir="${basedir}" maxmemory="256M"> -+ <junit fork="yes" haltonfailure="true" dir="${basedir}" maxmemory="256M"> - <classpath> - <pathelement location="${jruby.instrumented.classes.dir}" /> - <path refid="build.classpath"/> -@@ -218,8 +218,7 @@ - description="Creates the Java API docs"> - <javadoc destdir="${api.docs.dir}" author="true" version="true" use="true" - windowtitle="JRuby API" source="${javac.version}"> -- <fileset dir="${src.dir}"/> -- <fileset dir="${test.dir}"/> -+ <fileset dir="${src.dir}" includes="**/*.java"/> - <doctitle><![CDATA[<h1>JRuby</h1>]]></doctitle> - <bottom><![CDATA[<i>Copyright © 2002-2006 JRuby Team. All Rights Reserved.</i>]]></bottom> - </javadoc> |