You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2006/03/21 05:09:26 UTC

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

Author: dims
Date: Mon Mar 20 20:09:26 2006
New Revision: 387399

URL: http://svn.apache.org/viewcvs?rev=387399&view=rev
Log:
exclude junk from wss4j-SNAPSHOT.jar

Modified:
    webservices/wss4j/trunk/build.xml

Modified: webservices/wss4j/trunk/build.xml
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/build.xml?rev=387399&r1=387398&r2=387399&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Mon Mar 20 20:09:26 2006
@@ -711,6 +711,7 @@
         <jar jarfile="${build.dir}/${jar.library}"
             basedir="${build.classes}"
             includes="**/*, *.txt"
+            excludes="components/**, policy/**, *.properties, **/sandbox/**, wssec/**, **/interop/**, **/oasis/**, **/samples/**" 
             />
     </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org