[jbosstools-commits] JBoss Tools SVN: r17587 - trunk/struts/plugins/org.jboss.tools.struts.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 15 10:54:19 EDT 2009


Author: scabanovich
Date: 2009-09-15 10:54:19 -0400 (Tue, 15 Sep 2009)
New Revision: 17587

Modified:
   trunk/struts/plugins/org.jboss.tools.struts/Preferences.xml
Log:


Modified: trunk/struts/plugins/org.jboss.tools.struts/Preferences.xml
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts/Preferences.xml	2009-09-15 14:29:50 UTC (rev 17586)
+++ trunk/struts/plugins/org.jboss.tools.struts/Preferences.xml	2009-09-15 14:54:19 UTC (rev 17587)
@@ -1,6 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XStudio model-entity="SharableXStudio" NAME="XStudio" SCOPE="project">
  <Options model-entity="SharableOptions" NAME="Options" SCOPE="project">
+   <Editors model-entity="SharableEditors" NAME="Editors" SCOPE="project"
+    selectSourceTab="no" tabWidth="4" useRedHatEditors="yes">
+    <StrutsEditor model-entity="SharableStrutsEditor" NAME="Web Flow Diagram"
+     SCOPE="project" action_font="default,size=8,style=1"
+     forward_font="default,size=7,style=1" grid_step="16"
+     path_font="default,size=8,style=1" removePageWithFile="yes" show_grid="yes"/>
+   </Editors>
   <StrutsStudio model-entity="SharableStrutsStudio" NAME="Struts Studio" SCOPE="project">
    <Verification model-entity="SharableVerification" NAME="Verification"
     SCOPE="project" error_number_limit="unlimited"/>
@@ -68,13 +75,6 @@
       NAME="Default Error Messages" SCOPE="project" text="errors.required={0} is required.\n\nerrors.minlength={0} can not be less than {1} characters.\nerrors.maxlength={0} can not be greater than {1} characters.\nerrors.invalid={0} is invalid.\n \nerrors.byte={0} must be a byte.\nerrors.short={0} must be a short.\nerrors.integer={0} must be an integer.\nerrors.long={0} must be a long.\nerrors.float={0} must be a float.\nerrors.double={0} must be a double.\n \nerrors.date={0} is not a date.\nerrors.range={0} is not in the range {1} through {2}.\nerrors.creditcard={0} is an invalid credit card number.\nerrors.email={0} is an invalid e-mail address.\n"/>
     </ResourcesInsets>
    </Automation>
-   <Editors model-entity="SharableEditors" NAME="Editors" SCOPE="project"
-    selectSourceTab="no" tabWidth="4" useRedHatEditors="yes">
-    <StrutsEditor model-entity="SharableStrutsEditor" NAME="Web Flow Diagram"
-     SCOPE="project" action_font="default,size=8,style=1"
-     forward_font="default,size=7,style=1" grid_step="16"
-     path_font="default,size=8,style=1" removePageWithFile="yes" show_grid="yes"/>
-   </Editors>
   </StrutsStudio>
  </Options>
 </XStudio>



More information about the jbosstools-commits mailing list