You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/10/29 15:42:10 UTC

svn commit: r468914 - /webservices/axis2/branches/java/1_1/maven.xml

Author: thilina
Date: Sun Oct 29 06:42:09 2006
New Revision: 468914

URL: http://svn.apache.org/viewvc?view=rev&rev=468914
Log:
removed the security modules from java docs (anyway nothing was created since it's o.a.rampart.*)...                     added the missing adb-codegen module do the javadoc generation.

Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=468914&r1=468913&r2=468914
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Sun Oct 29 06:42:09 2006
@@ -900,18 +900,20 @@
                     line="-J-Dhttp.proxy.port=${maven.proxy.port} -J-Dhttp.proxy.host=${maven.proxy.host}"/>
             <ant:sourcepath>
                 <ant:pathelement location="modules/adb/src"/>
+		<ant:pathelement location="modules/adb-codegen/src"/>
                 <ant:pathelement location="modules/addressing/src"/>
                 <ant:pathelement location="modules/codegen/src"/>
-                <ant:pathelement location="modules/xmlbeans/src"/>
                 <ant:pathelement location="modules/java2wsdl/src"/>
-                <ant:pathelement location="modules/kernel/src"/>
-                <!--ant:pathelement location="modules/jaxws/src"/-->
+		<!-- Cannot run the build in jdk1.4 when jaxbri is included -->
+		<!--ant:pathelement location="modules/jaxbri/src"/-->
                 <ant:pathelement location="modules/jibx/src"/>
-                <!--ant:pathelement location="modules/jaxbri/src"/-->
+                <ant:pathelement location="modules/kernel/src"/>
                 <ant:pathelement location="modules/saaj/src"/>
-                <ant:pathelement location="modules/security/src"/>
-                <ant:pathelement location="modules/spring/src"/>
+		<!-- we are not shipping jaxws with 1.1 -->
+                <!--ant:pathelement location="modules/jaxws/src"/-->                
                 <ant:pathelement location="modules/soapmonitor/src"/>
+                <ant:pathelement location="modules/spring/src"/>
+		<ant:pathelement location="modules/xmlbeans/src"/>
             </ant:sourcepath>
             <ant:classpath>
                 <ant:fileset dir="target/lib">



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