Author: estherbin
Date: 2008-08-22 06:17:22 -0400 (Fri, 22 Aug 2008)
New Revision: 9861
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java
Log:
Move configuration for el substitution to the another bundle.
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java 2008-08-22
10:17:11 UTC (rev 9860)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java 2008-08-22
10:17:22 UTC (rev 9861)
@@ -22,10 +22,10 @@
import org.eclipse.swt.widgets.Control;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.IWorkbenchPreferencePage;
+import org.jboss.tools.common.editor.el.GlobalELReferenceList;
+import org.jboss.tools.common.editor.el.GlobalElVariablesComposite;
+import org.jboss.tools.common.editor.rreferences.ResourceReference;
import org.jboss.tools.common.model.options.PreferenceModelUtilities;
-import org.jboss.tools.vpe.editor.css.GlobalELReferenceList;
-import org.jboss.tools.vpe.editor.css.GlobalElVariablesComposite;
-import org.jboss.tools.vpe.editor.css.ResourceReference;
import org.jboss.tools.vpe.editor.css.VpeResourcesDialog;
/**
Show replies by date