Author: dgolovin
Date: 2007-10-24 20:18:23 -0400 (Wed, 24 Oct 2007)
New Revision: 4486
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreMessages.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/messages.properties
Log:
http://jira.jboss.org/jira/browse/JBIDE-1094
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreMessages.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreMessages.java 2007-10-25
00:18:07 UTC (rev 4485)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreMessages.java 2007-10-25
00:18:23 UTC (rev 4486)
@@ -7,6 +7,7 @@
public class SeamCoreMessages {
private static final String BUNDLE_NAME =
"org.jboss.tools.seam.core.messages"; //$NON-NLS-1$
+
static {
NLS.initializeMessages(BUNDLE_NAME, SeamCoreMessages.class);
}
@@ -37,5 +38,8 @@
public static String ERROR_JBOSS_AS_TARGET_SERVER_INCOMPATIBLE;
public static String ERROR_JBOSS_AS_TARGET_RUNTIME_IS_EMPTY;
public static String ERROR_JBOSS_AS_TARGET_RUNTIME_UNKNOWN;
+ public static String SEAM_FACET_INSTALL_ABSTRACT_DELEGATE_ERRORS_OCCURED = null;
+ public static String SEAM_FACET_INSTALL_ABSTRACT_DELEGATE_CHECK_ERROR_LOG_VIEW;
+ public static String SEAM_FACET_INSTALL_ABSTRACT_DELEGATE_ERROR;
}
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/messages.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/messages.properties 2007-10-25
00:18:07 UTC (rev 4485)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/messages.properties 2007-10-25
00:18:23 UTC (rev 4486)
@@ -14,11 +14,14 @@
LIBRARY_SCANNER_CANNOT_PROCESS_JAVA_CLASSES=Cannot process Java Classes
SEAM_VALIDATION_CONTEXT_LINKED_RESOURCE_PATH_MUST_NOT_BE_NULL=Linked resource path must
not be null\!
SEAM_VALIDATION_CONTEXT_VARIABLE_NAME_MUST_NOT_BE_NULL=Variable name must not be null\!
+SEAM_FACET_INSTALL_ABSTRACT_DELEGATE_CHECK_ERROR_LOG_VIEW=Check Errors View for details
SEAM_VALIDATION_HELPER_CANNOT_GET_SEAM_PROJECT=Can't get Seam Project
SEAM_CORE_VALIDATOR_ERROR_VALIDATING_SEAM_CORE=Error validating Seam Core
SEAM_VALIDATION_HELPER_RESOURCE_MUST_NOT_BE_NULL=Resource must not be null
SEAM_CORE_VALIDATOR_FACTORY_METHOD_MUST_HAVE_NAME=Factory method must have name:
''{0}''
+SEAM_FACET_INSTALL_ABSTRACT_DELEGATE_ERRORS_OCCURED=Error occured during creating Seam
Web Project
SEAM_EL_VALIDATOR_ERROR_VALIDATING_SEAM_EL=Error validating Seam EL
+SEAM_FACET_INSTALL_ABSTRACT_DELEGATE_ERROR=Error
ERROR_JBOSS_AS_TARGET_SERVER_IS_EMPTY=Target Server cannot be empty
ERROR_JBOSS_AS_TARGET_SERVER_UNKNOWN=Unknown Target Server
ERROR_JBOSS_AS_TARGET_SERVER_NO_SERVERS_DEFINED=There are no available Target Service for
selected Target Runtime