Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchan2007-05-11 23:56:47 +0000
committerkchan2007-05-11 23:56:47 +0000
commite0f50080a40dd12d04b47504c7f2ecff306251cd (patch)
tree882a36c88d2a4125ea475c2e69b63f0535684ee5 /axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org
parent67160bb718a50e76e6b0f5e9d0d75b26ba7e8c93 (diff)
downloadwebtools.webservices-e0f50080a40dd12d04b47504c7f2ecff306251cd.tar.gz
webtools.webservices-e0f50080a40dd12d04b47504c7f2ecff306251cd.tar.xz
webtools.webservices-e0f50080a40dd12d04b47504c7f2ecff306251cd.zip
[186440] Fixing messages.
Diffstat (limited to 'axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org')
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUI.properties22
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUIMessages.java9
2 files changed, 8 insertions, 23 deletions
diff --git a/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUI.properties b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUI.properties
index 3cfb45d31..cc17811a8 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUI.properties
+++ b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUI.properties
@@ -11,6 +11,7 @@
# -------- -------- -----------------------------------------------------------
# 20070110 168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2
# runtime to the framework for 168762
+# 20070511 186440 sandakith@wso2.com - Lahiru Sandakith fix 186440
###############################################################################
#
# Axis2 server component type labels
@@ -19,18 +20,16 @@ LABEL_HAVE_SERVICES_XML_FILE=Have a Sevices.xml file
LABEL_DEFAULT_SERVICES_XML_FILE=Generate Default Sevices.xml file
LABEL_AXIS2_PREFERENCE_PAGE=Axis2 Web Service Java Bean Configuration
LABEL_AXIS2_PREFERENCE_PAGE_HEADING=Axis2 Web Service Java Bean Configuration
-LABEL_AXIS2_PREFERENCE_PAGE_SUB_HEADING=Customize your Webservice on this page
+LABEL_AXIS2_PREFERENCE_PAGE_SUB_HEADING=Customize your Web service on this page
LABEL_BROWSE=&Browse
LABEL_DATA_MODEL=WebServiceDataModel
-LABEL_EDIT_SERVICES_XML=Do you want edit the services.xml
LABEL_JAVA_2_WSDL_PAGE_HEADING=Axis2 Web Service skeleton Java Bean Configuration
LABEL_JAVA_2_WSDL_PAGE_SUB_HEADING=Please select the appropriate options for the code generation
LABEL_SERVICE_NAME_CAPTION=Service Name
-LABEL_GENERATE_SERVICEXML_CAPTION=Generate a default services.xml
LABEL_GENERATE_TESTCASE_CAPTION=Generate test case to test the service
LABEL_DATABINDING_CAPTION=Databinding Name
LABEL_PORTNAME=Port Name
-LABEL_GENERATE_ALL=Generate All Types for all elements refered by shemas
+LABEL_GENERATE_ALL=Generate sll types for all elements referred by schemas
LABEL_GENERATE_SERVERSIDE_INTERFACE=Generate an Interface for Skeleton
LABEL_PACKEGE_NAME=Custom package name
LABEL_NAMESPACE=Namespace
@@ -41,7 +40,6 @@ LABEL_NAMESPACE_TO_PACKAGE=Namespace to package mappings
# Axis2 server component type files
#
FILE_SERVICES_XML=services.xml
-FILE_AAR=.aar
FILE_XML=*.xml
#
@@ -52,14 +50,10 @@ DIR_BUILD=build
DIR_SRC=src
DIR_CLASSES=classes
DIR_RESOURCES=resources
-DIR_AAR=aar
DIR_WEB_INF=WEB-INF
DIR_SERVICES=services
DIR_WEBSERVICES=webservices
DIR_WEBCONTENT=WebContent
-DIR_WORKSPACE=workspace
-DIR_AXIS2=axis2
-DIR_PLUGINS=plugins
DIR_DOT_METADATA=.metadata
DIR_DOT_PLUGINS=.plugins
@@ -67,17 +61,15 @@ DIR_DOT_PLUGINS=.plugins
# Axis2 server component type error
#
ERROR_INVALID_SERVICES_XML=You must select a valid services.xml file!
-ERROR_INVALID_FILE_READ_WRITEL=Exception occured while file read wrote
-ERROR_INVALID_WSDL_FILE_READ_WRITEL=Exception occured while wsdl file read wrote
-ERROR_INVALID_SERVICE_CREATION=Exception occured while service creation
-ERROR_CODEGEN_EXCEPTION=Exception occured while code generation the wsdl
+ERROR_INVALID_FILE_READ_WRITEL=Exception occurred while reading or writing file {0}
+ERROR_INVALID_WSDL_FILE_READ_WRITEL=Exception occurred while reading or writing WSDL {0}
+ERROR_INVALID_SERVICE_CREATION=Exception occurred during service creation
+ERROR_CODEGEN_EXCEPTION=Exception occurred while code generation for the WSDL {0}
#
# Axis2 server component type other
#
JAR_TASK=jar
-AXIS2_RUNTIME=org.apache.axis2_1.0.0/axis2
-#AXIS2_RUNTIME=org.apache.axis2/axis2
AXIS2_PROJECT=org.eclipse.jst.ws.axis2
CODEGEN_RESULTS=codegen
diff --git a/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUIMessages.java b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUIMessages.java
index 166a9cc09..20d446efa 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUIMessages.java
+++ b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/src/org/eclipse/jst/ws/axis2/creation/core/messages/Axis2CreationUIMessages.java
@@ -11,6 +11,7 @@
* -------- -------- -----------------------------------------------------------
* 20070110 168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2 runtime to the framework for 168762
* 20070426 183046 sandakith@wso2.com - Lahiru Sandakith
+ * 20070511 186440 sandakith@wso2.com - Lahiru Sandakith fix 186440
*******************************************************************************/
package org.eclipse.jst.ws.axis2.creation.core.messages;
@@ -33,11 +34,9 @@ public class Axis2CreationUIMessages extends NLS {
public static String LABEL_AXIS2_PREFERENCE_PAGE_SUB_HEADING;
public static String LABEL_BROWSE;
public static String LABEL_DATA_MODEL;
- public static String LABEL_EDIT_SERVICES_XML;
public static String LABEL_JAVA_2_WSDL_PAGE_HEADING;
public static String LABEL_JAVA_2_WSDL_PAGE_SUB_HEADING;
public static String LABEL_SERVICE_NAME_CAPTION;
- public static String LABEL_GENERATE_SERVICEXML_CAPTION;
public static String LABEL_GENERATE_TESTCASE_CAPTION;
public static String LABEL_DATABINDING_CAPTION;
public static String LABEL_PORTNAME;
@@ -50,22 +49,17 @@ public class Axis2CreationUIMessages extends NLS {
//files
public static String FILE_SERVICES_XML;
- public static String FILE_AAR;
public static String FILE_XML;
//folders
public static String DIR_BUILD;
public static String DIR_SRC;
public static String DIR_CLASSES;
public static String DIR_RESOURCES;
- public static String DIR_AAR;
public static String DIR_META_INF;
public static String DIR_WEB_INF;
public static String DIR_SERVICES;
public static String DIR_WEBSERVICES;
public static String DIR_WEBCONTENT;
- public static String DIR_WORKSPACE;
- public static String DIR_AXIS2;
- public static String DIR_PLUGINS;
public static String DIR_DOT_METADATA;
public static String DIR_DOT_PLUGINS;
//error
@@ -76,7 +70,6 @@ public class Axis2CreationUIMessages extends NLS {
public static String ERROR_CODEGEN_EXCEPTION;
//other
public static String JAR_TASK;
- public static String AXIS2_RUNTIME;
public static String AXIS2_PROJECT;
public static String CODEGEN_RESULTS;
public static String DATA_BINDING_ADB;

Back to the top