Author: fadushin
Date: Tue Nov 4 14:36:28 2008
New Revision: 711454
URL: http://svn.apache.org/viewvc?rev=711454&view=rev
Log:
Merged Colm's POM fixes, and incorporated Glen's web site suggestions.
Modified:
webservices/wss4j/tags/1_5_5/pom.xml
webservices/wss4j/tags/1_5_5/xdocs/index.xml
Modified: webservices/wss4j/tags/1_5_5/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/pom.xml?rev=711454&r1=711453&r2=711454&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/pom.xml (original)
+++ webservices/wss4j/tags/1_5_5/pom.xml Tue Nov 4 14:36:28 2008
@@ -276,24 +276,6 @@
<junit.version>3.8.1</junit.version>
</properties>
- <repositories>
- <repository>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </snapshots>
- <id>apache-ws-snapshots2</id>
- <name>Apache ws.zones - 2</name>
- <url>http://ws.zones.apache.org/repository2/</url>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
@@ -308,7 +290,7 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>opensaml</groupId>
+ <groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>${opensaml.version}</version>
<scope>compile</scope>
Modified: webservices/wss4j/tags/1_5_5/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/xdocs/index.xml?rev=711454&r1=711453&r2=711454&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/xdocs/index.xml (original)
+++ webservices/wss4j/tags/1_5_5/xdocs/index.xml Tue Nov 4 14:36:28 2008
@@ -25,6 +25,7 @@
<li><a href="#WSS4J_on_Axis">WSS4J on Axis</a></li>
<li><a
href="#Rampart:_WS-Security_Implementation_module_for_Axis2">
Rampart: WS-Security Implementation module for
Axis2</a></li>
+ <li><a href="#WSS4J_on_CXF">WSS4J on CXF</a></li>
<li><a href="#WSS4J_Configuration">WSS4J
Configuration</a></li>
</ul>
</ul>
@@ -117,6 +118,11 @@
</p>
<br/>
</subsection>
+ <subsection name="WSS4J on CXF">
+ <p style="margin-left: 40px;">Please refer to the <a
href="http://cwiki.apache.org/CXF20DOC/ws-security.html">WS-Security section of
the CXF wiki</a> for more details.<br/>
+ </p>
+ <br/>
+ </subsection>
<subsection name="WSS4J Configuration">
<p style="margin-left: 40px;"><a href="cert.html">Difference
between issuer-serial (WSS4J default) and direct-reference modes</a>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]