You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
416 B
11 lines
416 B
--- build.xml.orig 2023-01-19 10:39:11.163687508 +0800
|
|
+++ build.xml 2023-01-19 10:44:42.960604444 +0800
|
|
@@ -213,6 +213,7 @@
|
|
<!-- Classpaths -->
|
|
<path id="compile.classpath">
|
|
<pathelement location="${bnd.jar}"/>
|
|
+ <pathelement location="${bnd-annotation.jar}"/>
|
|
<pathelement location="${jdt.jar}"/>
|
|
<pathelement location="${jaxrpc-lib.jar}"/>
|
|
<pathelement location="${wsdl4j-lib.jar}"/>
|