java-mx4j/java-mx4j-3.0.2-caucho-build.patch

16 lines
929 B
Diff
Raw Normal View History

--- mx4j-3.0.2/build/build.xml 2009-09-07 19:57:00.000000000 +0200
+++ mx4j-3.0.2/build/build.xml-gil 2009-09-07 19:58:18.000000000 +0200
@@ -318,9 +318,9 @@
<exclude name="mx4j/tools/remote/**" unless="jaas.present"/>
<exclude name="mx4j/tools/remote/rmi/SSL*" unless="jdk14.present"/>
<exclude name="mx4j/tools/remote/http/jetty/**" unless="jetty.present"/>
- <exclude name="mx4j/tools/remote/caucho/**" unless="jdk14.present"/>
- <exclude name="mx4j/tools/remote/**/hessian/**" unless="jdk14.present"/>
- <exclude name="mx4j/tools/remote/**/burlap/**" unless="jdk14.present"/>
+ <exclude name="mx4j/tools/remote/caucho/**"/>
+ <exclude name="mx4j/tools/remote/**/hessian/**"/>
+ <exclude name="mx4j/tools/remote/**/burlap/**"/>
<classpath>
<path refid="classpath"/>
<pathelement location="${core.classes.dir}"/>