rsitze 2002/07/03 11:14:46
Modified: java build.xml
Log:
Fixed bytecode build paths, for reorganize pluggable component under
org.apache.axis.components.*.
Revision Changes Path
1.157 +3 -3 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- build.xml 2 Jul 2002 12:45:42 -0000 1.156
+++ build.xml 3 Jul 2002 18:14:46 -0000 1.157
@@ -292,9 +292,9 @@
<exclude name="**/org/apache/axis/transport/http/AxisServlet.java"
unless="servlet.present"/>
<exclude name="**/org/apache/axis/server/JNDIAxisServerFactory.java"
unless="servlet.present"/>
<exclude name="**/org/apache/axis/security/servlet/*"
unless="servlet.present"/>
- <exclude name="**/org/apache/axis/utils/bytecode/BCEL*"
unless="bcel.present"/>
- <exclude name="**/org/apache/axis/utils/bytecode/TechTrader*"
unless="tt-bytecode.present"/>
- <exclude name="**/org/apache/axis/utils/bytecode/Serp*"
unless="serp.present"/>
+ <exclude name="**/org/apache/axis/components/bytecode/BCEL*"
unless="bcel.present"/>
+ <exclude name="**/org/apache/axis/components/bytecode/TechTrader*"
unless="tt-bytecode.present"/>
+ <exclude name="**/org/apache/axis/components/bytecode/Serp*"
unless="serp.present"/>
<exclude name="**/javax/xml/soap/*.java" unless="attachments.present"/>
<exclude name="**/javax/xml/rpc/handler/soap/*.java"
unless="attachments.present"/>
<exclude name="**/javax/xml/rpc/server/Servlet*.java"
unless="servlet.present"/>