diff options
-rw-r--r-- | sysutils/javaservicewrapper/files/patch-build.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/javaservicewrapper/files/patch-build.xml b/sysutils/javaservicewrapper/files/patch-build.xml new file mode 100644 index 000000000000..d09e3ce923b5 --- /dev/null +++ b/sysutils/javaservicewrapper/files/patch-build.xml @@ -0,0 +1,10 @@ +--- ./build.xml.orig Tue Oct 17 11:21:20 2006 ++++ ./build.xml Thu Sep 27 19:07:48 2007 +@@ -304,7 +304,6 @@ + <echo message="**********************************************************************"/> + <echo message="A ${bits}-bit build was requested, but this is a ${sun.arch.data.model}-bit JVM."/> + <echo message="**********************************************************************"/> +- <fail message="The "bits" system property does not match that of the JVM."/> + </target> + + <!-- =================================================================== --> |