You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2005/08/25 15:42:38 UTC

svn commit: r240077 - /webservices/axis/trunk/java/modules/security/maven.xml

Author: ruchithf
Date: Thu Aug 25 06:42:33 2005
New Revision: 240077

URL: http://svn.apache.org/viewcvs?rev=240077&view=rev
Log:
updated maven.xml

Modified:
    webservices/axis/trunk/java/modules/security/maven.xml

Modified: webservices/axis/trunk/java/modules/security/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/maven.xml?rev=240077&r1=240076&r2=240077&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/security/maven.xml (original)
+++ webservices/axis/trunk/java/modules/security/maven.xml Thu Aug 25 06:42:33 2005
@@ -67,13 +67,15 @@
 	<copy file="interop/org/apache/axis2/oasis/ping/PingPortSkeleton.java" 
 		tofile="${work.dir}/org/apache/axis2/oasis/ping/PingPortSkeleton.java" overwrite="yes"/>
 	
+	<!-- Password callback class for the interop service -->
 	<copy file="test-resources/PWCallback.java" 
 		tofile="${work.dir}/org/apache/axis2/security/PWCallback.java" overwrite="yes"/>
 
 	<!-- This doesn't seem to work :-( -->
-	<!--Trying javac on this also doesn't work -->
+	<!--Trying javac on this also doesn't work since it does not
+	 include the generated 'schema' package properly in the classpath -->
     	<path id="src.dir" location="${work.dir}"/>
-        <addPath id="maven.src.dir" refid="src.dir"/>
+        <addPath id="maven.src.dir" refid="src.dir"/>	
     </preGoal>
 
 	<!--Create the service.aar" -->
@@ -95,10 +97,6 @@
             <include name="**/*"/>
         </jar>
         
-        <jar jarfile="target/pwcb.mar" basedir="target/classes">
-            <include name="org/apache/axis2/security/PWCallback.class"/>
-        </jar>
-
     </postGoal>
 
 </project>