[jbosstools-commits] JBoss Tools SVN: r17580 - trunk/jst/plugins/org.jboss.tools.jst.web.tiles/src/org/jboss/tools/jst/web/tiles.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Sep 15 08:18:30 EDT 2009
Author: scabanovich
Date: 2009-09-15 08:18:30 -0400 (Tue, 15 Sep 2009)
New Revision: 17580
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.tiles/src/org/jboss/tools/jst/web/tiles/TilesPreference.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4885
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles/src/org/jboss/tools/jst/web/tiles/TilesPreference.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles/src/org/jboss/tools/jst/web/tiles/TilesPreference.java 2009-09-15 12:14:54 UTC (rev 17579)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles/src/org/jboss/tools/jst/web/tiles/TilesPreference.java 2009-09-15 12:18:30 UTC (rev 17580)
@@ -15,7 +15,7 @@
public class TilesPreference extends WebPreference {
- public static final String TILES_DIAGRAM_PATH = "%Options%/Struts Studio/Editors/Tiles Diagram"; //$NON-NLS-1$
+ public static final String TILES_DIAGRAM_PATH = Preference.EDITOR_PATH + "/Tiles Diagram"; //$NON-NLS-1$
public static final Preference VERTICAL_SPACING = new TilesPreference(TILES_DIAGRAM_PATH, "verticalSpacing"); //$NON-NLS-1$
public static final Preference HORIZONTAL_SPACING = new TilesPreference(TILES_DIAGRAM_PATH, "horizontalSpacing"); //$NON-NLS-1$
public static final Preference TILES_ALIGNMENT = new TilesPreference(TILES_DIAGRAM_PATH, "alignment"); //$NON-NLS-1$
More information about the jbosstools-commits
mailing list