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 sa...@apache.org on 2007/08/03 08:06:06 UTC

svn commit: r562347 - /webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java

Author: sandakith
Date: Thu Aug  2 23:06:06 2007
New Revision: 562347

URL: http://svn.apache.org/viewvc?view=rev&rev=562347
Log:
fixing the AXIS2-3060

Modified:
    webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java

Modified: webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java?view=diff&rev=562347&r1=562346&r2=562347
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java (original)
+++ webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/util/UIConstants.java Thu Aug  2 23:06:06 2007
@@ -43,6 +43,6 @@
 	public static final String LIB = "lib" ;
 	public static final String TARGET = "target" ;
 	public static final String PLUGINS = "plugins" ;
-	public static final String AXIS_CODEGEN_PLUGIN_FOLDER = "Axis2_Codegen_Wizard_1.2.0" ;
+	public static final String AXIS_CODEGEN_PLUGIN_FOLDER = "Axis2_Codegen_Wizard_1.3.0" ;
 	
 }



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