SOURCES: axis-classpath.patch (NEW) - remove j2ee.jar from classpath (same ...

pawelz pawelz at pld-linux.org
Tue Feb 24 02:03:21 CET 2009


Author: pawelz                       Date: Tue Feb 24 01:03:21 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove j2ee.jar from classpath (same classes are provided by javamail,
  activation and servlet)
- add xmlbeans to classpath

---- Files affected:
SOURCES:
   axis-classpath.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/axis-classpath.patch
diff -u /dev/null SOURCES/axis-classpath.patch:1.1
--- /dev/null	Tue Feb 24 02:03:22 2009
+++ SOURCES/axis-classpath.patch	Tue Feb 24 02:03:16 2009
@@ -0,0 +1,11 @@
+--- axis-1_4/xmls/path_refs.xml~	2006-04-23 03:56:52.000000000 +0200
++++ axis-1_4/xmls/path_refs.xml	2009-02-24 01:46:27.000000000 +0100
+@@ -11,7 +11,7 @@
+     <pathelement location="${activation.jar}"/>
+     <pathelement location="${mailapi.jar}"/>
+     <pathelement location="${tools.jar}"/>
+-    <pathelement location="${j2ee.jar}"/>
++    <pathelement location="${xmlbeans.jar}"/>
+     <pathelement location="${junit.jar}"/>
+     <pathelement location="${servlet.jar}"/>
+     <fileset dir="${lib.dir}">
================================================================


More information about the pld-cvs-commit mailing list