You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/10/10 21:35:41 UTC

svn commit: r703564 [2/2] - in /geronimo/server/trunk: framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/logging/jul/ plugingroups/webservices-axis2/ plugingroups/webservices-axis2/src/main/history/ plugingroups/webservices-cxf...

Modified: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/assembly/bin.xml?rev=703564&r1=703563&r2=703564&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/assembly/bin.xml (original)
+++ geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/assembly/bin.xml Fri Oct 10 12:35:39 2008
@@ -27,7 +27,7 @@
             <outputDirectory>lib</outputDirectory>
             <useStrictFiltering>true</useStrictFiltering>
             <includes>
-                <include>org.apache.geronimo.modules:geronimo-jaxws-builder</include>
+                <include>org.apache.geronimo.modules:geronimo-jaxws-sun-tools</include>
             </includes>
         </dependencySet>
 
@@ -36,7 +36,7 @@
             <outputFileNameMapping>jaxws-tools.jar</outputFileNameMapping>
             <useStrictFiltering>true</useStrictFiltering>
             <includes>
-                <include>org.apache.geronimo.configs:jaxws-deployer</include>
+                <include>org.apache.geronimo.configs:jaxws-sun-tools</include>
             </includes>
         </dependencySet>
 

Added: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/history/dependencies.xml?rev=703564&view=auto
==============================================================================
--- geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/history/dependencies.xml (added)
+++ geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/history/dependencies.xml Fri Oct 10 12:35:39 2008
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<plugin-artifact xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3">
+    <module-id>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>jaxws-tools</artifactId>
+        <version>2.2-SNAPSHOT</version>
+        <type>car</type>
+    </module-id>
+    <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>jaxws-sun-tools</artifactId>
+        <type>car</type>
+    </dependency>
+</plugin-artifact>

Propchange: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/plan/plan.xml?rev=703564&view=auto
==============================================================================
--- geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/plan/plan.xml Fri Oct 10 12:35:39 2008
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-${geronimoSchemaVersion}">
+</module>

Propchange: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/plugins/jaxws/jaxws-tools/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/server/trunk/plugins/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/pom.xml?rev=703564&r1=703563&r2=703564&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jaxws/pom.xml (original)
+++ geronimo/server/trunk/plugins/jaxws/pom.xml Fri Oct 10 12:35:39 2008
@@ -40,8 +40,10 @@
         <module>geronimo-jaxws</module>
         <module>geronimo-jaxws-builder</module>
         <module>geronimo-jaxws-ejb-builder</module>
+        <module>geronimo-jaxws-sun-tools</module>
         <module>jaxws-deployer</module>
         <module>jaxws-ejb-deployer</module>
+        <module>jaxws-sun-tools</module>
         <module>jaxws-tools</module>
     </modules>