Author: scabanovich
Date: 2007-10-25 07:35:32 -0400 (Thu, 25 Oct 2007)
New Revision: 4507
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/xpl/WebUIMessages.java
Log:
JBIDE-1182
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties 2007-10-25
11:31:46 UTC (rev 4506)
+++
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties 2007-10-25
11:35:32 UTC (rev 4507)
@@ -167,4 +167,5 @@
CREATE_NEW_GROUP=Create New Group
JAVA_PROJECT_EXISTS=Java project {0} exists. The wizard will make it {1} project
CHECK_JVM=Check JVM
-CONTEXT_ROOT_CANNOT_CONTAIN_CHARACTER=Context root cannot contain character {0}.
\ No newline at end of file
+CONTEXT_ROOT_CANNOT_CONTAIN_CHARACTER=Context root cannot contain character {0}.
+WEB_RESOURCES=Web Resources
\ No newline at end of file
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/xpl/WebUIMessages.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/xpl/WebUIMessages.java 2007-10-25
11:31:46 UTC (rev 4506)
+++
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/xpl/WebUIMessages.java 2007-10-25
11:35:32 UTC (rev 4507)
@@ -186,4 +186,5 @@
public static String CANNOT_FIND_TOOLSJAR;
public static String CHECK_JVM;
public static String CONTEXT_ROOT_CANNOT_CONTAIN_CHARACTER;
+ public static String WEB_RESOURCES;
}
Show replies by date