]> git.pld-linux.org Git - packages/axis.git/commitdiff
- remove j2ee.jar from classpath (same classes are provided by javamail,
authorpawelz <pawelz@pld-linux.org>
Tue, 24 Feb 2009 01:03:16 +0000 (01:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  activation and servlet)
- add xmlbeans to classpath

Changed files:
    axis-classpath.patch -> 1.1

axis-classpath.patch [new file with mode: 0644]

diff --git a/axis-classpath.patch b/axis-classpath.patch
new file mode 100644 (file)
index 0000000..9fc6bc2
--- /dev/null
@@ -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}">
This page took 0.063076 seconds and 4 git commands to generate.