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 di...@apache.org on 2007/02/08 06:39:14 UTC

svn commit: r504793 - /webservices/axis2/trunk/java/pom.xml

Author: dims
Date: Wed Feb  7 21:39:13 2007
New Revision: 504793

URL: http://svn.apache.org/viewvc?view=rev&rev=504793
Log:
support for jdk1.6

Modified:
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?view=diff&rev=504793&r1=504792&r2=504793
==============================================================================
--- webservices/axis2/trunk/java/pom.xml (original)
+++ webservices/axis2/trunk/java/pom.xml Wed Feb  7 21:39:13 2007
@@ -60,6 +60,20 @@
 				<module>modules/jaxws</module>
 			</modules>
 		</profile>
+		<profile>
+			<id>java16</id>
+			<activation>
+				<jdk>1.6</jdk>
+			</activation>
+			<modules>
+				<module>modules/jaxbri</module>
+				<module>modules/metadata</module>
+				<module>modules/saaj-api</module>
+				<module>modules/saaj</module>
+				<module>modules/jaxws-api</module>
+				<module>modules/jaxws</module>
+			</modules>
+		</profile>
 	</profiles>
 	<scm>
 		<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/</connection>



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