Author: werner
Date: Tue Oct 11 01:25:59 2005
New Revision: 312838
URL: http://svn.apache.org/viewcvs?rev=312838&view=rev
Log:
Don't include/use the standard class path, not necessary.
Modified:
webservices/wss4j/trunk/build.xml
Modified: webservices/wss4j/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/build.xml?rev=312838&r1=312837&r2=312838&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Tue Oct 11 01:25:59 2005
@@ -121,7 +121,7 @@
<path id="classpath.test">
<!-- classpath for test is librarypath plus junit -->
<path refid="classpath.library"/>
- <pathelement path="${java.class.path}"/>
+<!-- <pathelement path="${java.class.path}"/> -->
</path>
<path id="classpath.test.jar">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]