You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by we...@apache.org on 2005/10/11 10:26:03 UTC

svn commit: r312838 - /webservices/wss4j/trunk/build.xml

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: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org