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 ga...@apache.org on 2007/06/15 00:13:22 UTC

svn commit: r547428 - in /webservices/axis2/trunk/java: ./ etc/ modules/jaxws-api/src/javax/annotation/ modules/jaxws-api/src/javax/jws/ modules/jaxws/ modules/jws-api/ modules/jws-api/src/ modules/jws-api/src/javax/ modules/jws-api/src/javax/annotatio...

Author: gawor
Date: Thu Jun 14 15:13:20 2007
New Revision: 547428

URL: http://svn.apache.org/viewvc?view=rev&rev=547428
Log:
moved javax.annotation and javax.jws classes from jaxws-api module to a new jws-api module

Added:
    webservices/axis2/trunk/java/modules/jws-api/
    webservices/axis2/trunk/java/modules/jws-api/pom.xml   (with props)
    webservices/axis2/trunk/java/modules/jws-api/project.properties   (with props)
    webservices/axis2/trunk/java/modules/jws-api/project.xml   (with props)
    webservices/axis2/trunk/java/modules/jws-api/src/
    webservices/axis2/trunk/java/modules/jws-api/src/javax/
    webservices/axis2/trunk/java/modules/jws-api/src/javax/annotation/
      - copied from r547379, webservices/axis2/trunk/java/modules/jaxws-api/src/javax/annotation/
    webservices/axis2/trunk/java/modules/jws-api/src/javax/jws/
      - copied from r547379, webservices/axis2/trunk/java/modules/jaxws-api/src/javax/jws/
Removed:
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/annotation/
    webservices/axis2/trunk/java/modules/jaxws-api/src/javax/jws/
Modified:
    webservices/axis2/trunk/java/etc/project.properties
    webservices/axis2/trunk/java/modules/jaxws/project.xml
    webservices/axis2/trunk/java/modules/metadata/pom.xml
    webservices/axis2/trunk/java/modules/metadata/project.xml
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/etc/project.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/etc/project.properties?view=diff&rev=547428&r1=547427&r2=547428
==============================================================================
--- webservices/axis2/trunk/java/etc/project.properties (original)
+++ webservices/axis2/trunk/java/etc/project.properties Thu Jun 14 15:13:20 2007
@@ -71,6 +71,7 @@
 maven.multiproject.includes.requiresJDK15=\
 modules/metadata/project.xml,\
 modules/jaxbri/project.xml,\
+modules/jws-api/project.xml,\
 modules/jaxws/project.xml,\
 modules/jaxws-api/project.xml,\
 modules/saaj-api/project.xml,\

Modified: webservices/axis2/trunk/java/modules/jaxws/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/project.xml?view=diff&rev=547428&r1=547427&r2=547428
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/project.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/project.xml Thu Jun 14 15:13:20 2007
@@ -173,22 +173,27 @@
             <artifactId>axis2-saaj</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-saaj-api</artifactId>
-			<version>${pom.currentVersion}</version>
-		</dependency>
-		<dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-jws-api</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+	<dependency>
+  	    <groupId>org.apache.axis2</groupId>
+	    <artifactId>axis2-saaj-api</artifactId>
+	    <version>${pom.currentVersion}</version>
+	</dependency>
+	<dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-saaj</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
-		<dependency>
+	<dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws-api</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
-		<dependency>
+	<dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-metadata</artifactId>
             <version>${pom.currentVersion}</version>

Added: webservices/axis2/trunk/java/modules/jws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jws-api/pom.xml?view=auto&rev=547428
==============================================================================
--- webservices/axis2/trunk/java/modules/jws-api/pom.xml (added)
+++ webservices/axis2/trunk/java/modules/jws-api/pom.xml Thu Jun 14 15:13:20 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	!
+	! Copyright 2006 The Apache Software Foundation.
+	!
+	! Licensed under the Apache License, Version 2.0 (the "License");
+	! you may not use this file except in compliance with the License.
+	! You may obtain a copy of the License at
+	!
+	!      http://www.apache.org/licenses/LICENSE-2.0
+	!
+	! Unless required by applicable law or agreed to in writing, software
+	! distributed under the License is distributed on an "AS IS" BASIS,
+	! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	! See the License for the specific language governing permissions and
+	! limitations under the License.
+	!-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.apache.axis2</groupId>
+		<artifactId>axis2-parent</artifactId>
+		<version>SNAPSHOT</version>
+		<relativePath>../parent/pom.xml</relativePath>
+	</parent>
+	<artifactId>axis2-jws-api</artifactId>
+	<name>Apache Axis 2.0 - JWS API</name>
+	<description>Axis2 JWS API</description>
+	<dependencies>
+	</dependencies>
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Propchange: webservices/axis2/trunk/java/modules/jws-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: webservices/axis2/trunk/java/modules/jws-api/project.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jws-api/project.properties?view=auto&rev=547428
==============================================================================
--- webservices/axis2/trunk/java/modules/jws-api/project.properties (added)
+++ webservices/axis2/trunk/java/modules/jws-api/project.properties Thu Jun 14 15:13:20 2007
@@ -0,0 +1,38 @@
+# -------------------------------------------------------------------
+# Copyright 2001-2004 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -------------------------------------------------------------------
+
+maven.multiproject.type=jar
+
+# -------------------------------------------------------------------
+#                JUnit
+# -------------------------------------------------------------------
+maven.junit.jvmargs=-Xmx256m -Djava.awt.headless=true -Dbuild.repository=./target/test-classes
+maven.junit.fork=true
+
+# -------------------------------------------------------------------
+#                Test
+# -------------------------------------------------------------------
+# maven.test.failure.ignore=true
+
+# -------------------------------------------------------------------
+#                Compile
+# -------------------------------------------------------------------
+maven.compile.optimize=false
+maven.compile.fork=true
+maven.compile.target=1.5
+maven.compile.source=1.5
+
+jaxws.version=${pom.currentVersion}

Propchange: webservices/axis2/trunk/java/modules/jws-api/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: webservices/axis2/trunk/java/modules/jws-api/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jws-api/project.xml?view=auto&rev=547428
==============================================================================
--- webservices/axis2/trunk/java/modules/jws-api/project.xml (added)
+++ webservices/axis2/trunk/java/modules/jws-api/project.xml Thu Jun 14 15:13:20 2007
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../../etc/project.xml</extend>
+
+    <name>Apache Axis 2.0 - JWS API</name>
+    <id>axis2-jws-api</id>
+    <groupId>org.apache.axis2</groupId>
+    <description>Axis2 JWS API</description>
+
+    <build>
+        <nagEmailAddress>axis-dev@ws.apache.org</nagEmailAddress>
+        <sourceDirectory>src</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>conf</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>src</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                    <include>**/*.xml</include>
+                </includes>
+            </resource>
+	    <resource>
+            <directory>../../</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+                <include>NOTICE.txt</include>
+                <include>LICENSE.txt</include>
+            </includes>
+       </resource>
+        </resources>
+    </build>
+
+    <dependencies>
+    </dependencies>
+</project>

Propchange: webservices/axis2/trunk/java/modules/jws-api/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/pom.xml?view=diff&rev=547428&r1=547427&r2=547428
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/pom.xml Thu Jun 14 15:13:20 2007
@@ -34,6 +34,11 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-jws-api</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-jaxws-api</artifactId>
 			<version>${version}</version>
 		</dependency>

Modified: webservices/axis2/trunk/java/modules/metadata/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/project.xml?view=diff&rev=547428&r1=547427&r2=547428
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/project.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/project.xml Thu Jun 14 15:13:20 2007
@@ -185,7 +185,12 @@
             <artifactId>axis2-saaj</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
-		<dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-jws-api</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws-api</artifactId>
             <version>${pom.currentVersion}</version>

Modified: webservices/axis2/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?view=diff&rev=547428&r1=547427&r2=547428
==============================================================================
--- webservices/axis2/trunk/java/pom.xml (original)
+++ webservices/axis2/trunk/java/pom.xml Thu Jun 14 15:13:20 2007
@@ -69,6 +69,7 @@
 				<module>modules/metadata</module>
 				<module>modules/saaj-api</module>
 				<module>modules/saaj</module>
+                                <module>modules/jws-api</module>
 				<module>modules/jaxws-api</module>
 				<module>modules/jaxws</module>
 				<module>modules/clustering</module>
@@ -84,6 +85,7 @@
 				<module>modules/metadata</module>
 				<module>modules/saaj-api</module>
 				<module>modules/saaj</module>
+                                <module>modules/jws-api</module>
 				<module>modules/jaxws-api</module>
 				<module>modules/jaxws</module>
 				<module>modules/clustering</module>



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