Author: scabanovich
Date: 2008-10-14 08:34:46 -0400 (Tue, 14 Oct 2008)
New Revision: 10826
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/PropertyListFormLayoutData.java
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/SeamComponentsCoreFormLayoutData.java
Log:
JBIDE-2855
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/PropertyListFormLayoutData.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/PropertyListFormLayoutData.java 2008-10-14
12:34:27 UTC (rev 10825)
+++
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/PropertyListFormLayoutData.java 2008-10-14
12:34:46 UTC (rev 10826)
@@ -28,6 +28,7 @@
static String ENT_FILTERS_20 = "SeamPersistenceFilters"; //$NON-NLS-1$
static String ENT_RULE_FILES = "SeamDroolsRuleFiles"; //$NON-NLS-1$
static String ENT_INTERCEPTORS = "SeamCoreInterceptors"; //$NON-NLS-1$
+ static String ENT_SUPPORTED_LOCALES = "SeamInternationalSupportedLocales";
//$NON-NLS-1$
static String ENT_RESTRICTIONS = "SeamFrameworkRestrictions"; //$NON-NLS-1$
static String ENT_HINTS = "SeamFrameworkHints"; //$NON-NLS-1$
@@ -121,6 +122,13 @@
final static IFormData INTERCEPTORS_DEFINITION = new FormData(
ENT_INTERCEPTORS, new String[]{null}, INTERCEPTORS_DEFINITIONS);
+ private final static IFormData[] SUPPORTED_LOCALES_DEFINITIONS = new IFormData[] {
+ createListDefinition("Supported Locales") //$NON-NLS-1$
+ };
+
+ final static IFormData SUPPORTED_LOCALES_DEFINITION = new FormData(
+ ENT_SUPPORTED_LOCALES, new String[]{null}, SUPPORTED_LOCALES_DEFINITIONS);
+
private final static IFormData[] FILTERS_DEFINITIONS = new IFormData[] {
createListDefinition("Filters") //$NON-NLS-1$
};
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/SeamComponentsCoreFormLayoutData.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/SeamComponentsCoreFormLayoutData.java 2008-10-14
12:34:27 UTC (rev 10825)
+++
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/core/SeamComponentsCoreFormLayoutData.java 2008-10-14
12:34:46 UTC (rev 10826)
@@ -34,6 +34,7 @@
PropertyListFormLayoutData.PAGEFLOW_20_DEFS_FORM_DEFINITION,
PropertyListFormLayoutData.BUNDLE_NAMES_FORM_DEFINITION,
PropertyListFormLayoutData.INTERCEPTORS_DEFINITION,
+ PropertyListFormLayoutData.SUPPORTED_LOCALES_DEFINITION,
PropertyListFormLayoutData.FILTERS_FORM_DEFINITION,
PropertyListFormLayoutData.FILTERS_20_FORM_DEFINITION,
Show replies by date