You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/01/28 20:16:52 UTC

svn commit: r1780744 - in /axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration: pom.xml src/main/java/org/apache/rampart/KerberosDelegationServiceValidator.java src/test/java/org/apache/rampart/KerberosDelegationServiceValidator.java

Author: veithen
Date: Sat Jan 28 20:16:51 2017
New Revision: 1780744

URL: http://svn.apache.org/viewvc?rev=1780744&view=rev
Log:
Move KerberosDelegationServiceValidator from src/main to src/test.

Added:
    axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/src/test/java/org/apache/rampart/KerberosDelegationServiceValidator.java
      - copied unchanged from r1780743, axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/src/main/java/org/apache/rampart/KerberosDelegationServiceValidator.java
Removed:
    axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/src/main/java/org/apache/rampart/KerberosDelegationServiceValidator.java
Modified:
    axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/pom.xml

Modified: axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/pom.xml?rev=1780744&r1=1780743&r2=1780744&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/pom.xml (original)
+++ axis/axis2/java/rampart/branches/RAMPART-433/modules/rampart-integration/pom.xml Sat Jan 28 20:16:51 2017
@@ -161,7 +161,6 @@
                                 <mkdir dir="target/temp-ramp" />
                                 <mkdir dir="target/temp-ramp/META-INF" />
 
-                                <copy overwrite="yes" file="target/classes/org/apache/rampart/KerberosDelegationServiceValidator.class" tofile="target/temp-ramp/org/apache/rampart/KerberosDelegationServiceValidator.class" />
                                 <copy overwrite="yes" file="src/test/resources/rampart/store.jks" tofile="target/temp-ramp/store.jks" />
                                 <!--path id="ramp.client.props" location="test-resources/rampart"/-->
                                 <!--maven:addPath id="maven.dependency.classpath" refid="ramp.client.props" -->