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 sa...@apache.org on 2007/02/03 16:52:38 UTC

svn commit: r503221 - /webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml

Author: sandakith
Date: Sat Feb  3 07:52:37 2007
New Revision: 503221

URL: http://svn.apache.org/viewvc?view=rev&rev=503221
Log:
Removed duplicated repo, corrected a typo


Modified:
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=503221&r1=503220&r2=503221
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Sat Feb  3 07:52:37 2007
@@ -26,7 +26,7 @@
     <version>SNAPSHOT</version>
     <name>Apache Axis 2.0 - Eclipse Codegen Plugin</name>
     <packaging>maven-plugin</packaging>
-    <description>The Axis 2 Eclipse Plugin</description>
+    <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
     <repositories>
         <repository>
             <id>ws-zones</id>
@@ -43,11 +43,6 @@
             <name>maven2 repository</name>
             <url>http://repo1.maven.org/maven2</url>
         </repository>
-        <repository>
-            <id>maven2</id>
-            <name>maven2 repository</name>
-            <url>http://repo1.maven.org/maven2</url>
-        </repository>
     </repositories>
 
     <dependencies>
@@ -304,7 +299,7 @@
                                     <fileset file="${codegen.resource.dir}/${plugin.help.file.name}" />
                                 </copy>
 
-                                <!--Zip the eclipse plugins to eclipse_plugins/target -->
+                                <!--Zip the classes to a jar file-->
                                 <zip destfile="./target/plugin/${codegen.plugin.version}/${codegen.plugin.jar.name}"
                                      basedir="./target/plugin/${codegen.plugin.version}/classes"
                                      update="true"
@@ -312,7 +307,7 @@
 
                                 <delete dir="./target/plugin/${codegen.plugin.version}/classes" />
 
-                                <!--Zip the eclipse plugins to eclipse_plugins/target -->
+                                <!--Zip the eclipse plugin to the target/dist directory -->
                                 <zip destfile="./target/dist/${codegen.plugin.zip.name}"
                                      basedir="./target/plugin"
                                      update="true"



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