Author: dims
Date: Wed Feb 14 07:02:50 2007
New Revision: 507561
URL: http://svn.apache.org/viewvc?view=rev&rev=507561
Log:
- Remove sandbox code.
- Remove the security policy stuff (since it does not work anymore and there's
better support in rampart for securitypolicy)
- Add a maven2 pom
Removed:
webservices/wss4j/trunk/lib/neethi-SNAPSHOT.jar
webservices/wss4j/trunk/samples/org/apache/ws/sandbox/
webservices/wss4j/trunk/src/org/apache/ws/sandbox/
webservices/wss4j/trunk/src/org/apache/ws/security/policy/
webservices/wss4j/trunk/test/policy/
webservices/wss4j/trunk/test/sandbox/
Modified:
webservices/wss4j/trunk/.classpath
webservices/wss4j/trunk/build.xml
Modified: webservices/wss4j/trunk/.classpath
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/.classpath?view=diff&rev=507561&r1=507560&r2=507561
==============================================================================
--- webservices/wss4j/trunk/.classpath (original)
+++ webservices/wss4j/trunk/.classpath Wed Feb 14 07:02:50 2007
@@ -25,7 +25,6 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/xmlsec-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk13-129.jar"/>
- <classpathentry kind="lib" path="lib/policy.jar"/>
<classpathentry kind="lib" path="/JuiCE/dist/juice.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
Modified: webservices/wss4j/trunk/build.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/build.xml?view=diff&rev=507561&r1=507560&r2=507561
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Wed Feb 14 07:02:50 2007
@@ -708,7 +708,7 @@
<jar jarfile="${build.dir}/${jar.library}"
basedir="${build.classes}"
includes="**/*, *.txt"
- excludes="components/**, policy/**, *.properties, **/sandbox/**,
wssec/**, **/interop/**, **/oasis/**, **/samples/**"
+ excludes="components/**, *.properties, **/sandbox/**, wssec/**,
**/interop/**, **/oasis/**, **/samples/**"
/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]