You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/04/23 22:46:31 UTC

svn commit: r651053 - /geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml

Author: dwoods
Date: Wed Apr 23 13:46:21 2008
New Revision: 651053

URL: http://svn.apache.org/viewvc?rev=651053&view=rev
Log:
merged in r650801 from trunk - Use jar instead of resource-bundle (which comes from tools-m-p)

Modified:
    geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml

Modified: geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml?rev=651053&r1=651052&r2=651053&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml Wed Apr 23 13:46:21 2008
@@ -31,7 +31,6 @@
     <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>jaxws-tools</artifactId>
     <name>Geronimo Plugins, JAXWS :: Tools</name>
-    <packaging>resource-bundle</packaging>
 
     <description>JAX-WS command line tools</description>
     
@@ -108,7 +107,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-1</version>
                 <executions>
                     <execution>
                         <id>bin</id>