[wsas-java-dev] svn commit r9397 -
branches/wsas/java/2.1/commons/codegen/src/main/resources
svn at wso2.org
svn at wso2.org
Thu Nov 1 22:56:37 PDT 2007
Author: saminda
Date: Thu Nov 1 22:56:34 2007
New Revision: 9397
Modified:
branches/wsas/java/2.1/commons/codegen/src/main/resources/codegen-pom.xsl
Log:
changed <name/> and <description/> tags
Modified: branches/wsas/java/2.1/commons/codegen/src/main/resources/codegen-pom.xsl
==============================================================================
--- branches/wsas/java/2.1/commons/codegen/src/main/resources/codegen-pom.xsl (original)
+++ branches/wsas/java/2.1/commons/codegen/src/main/resources/codegen-pom.xsl Thu Nov 1 22:56:34 2007
@@ -20,9 +20,8 @@
<artifactId><xsl:value-of select="generate-id()"/>-<xsl:value-of select="$name"/></artifactId>
<packaging>jar</packaging>
<version><xsl:value-of select="$version"/></version>
- <name>Generated Client</name>
- <description>This pom.xml is generated to run the client in development environment
- </description>
+ <name>WSDL2Java Generated Artifact</name>
+ <description>This pom.xml was auto-generated by the WSAS WSDL2Code tool. You could customize it to meet your requirements.</description>
<url>http://www.wso2.org</url>
<build>
More information about the Wsas-java-dev
mailing list