Author: Grid.Qian
Date: 2008-05-08 22:49:37 -0400 (Thu, 08 May 2008)
New Revision: 8015
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/preferences/JbossWSRuntimePreferencePage.java
Log:
modify for spell error and add support for ws project classpath --jira2047
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/preferences/JbossWSRuntimePreferencePage.java
===================================================================
---
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/preferences/JbossWSRuntimePreferencePage.java 2008-05-09
00:35:13 UTC (rev 8014)
+++
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/preferences/JbossWSRuntimePreferencePage.java 2008-05-09
02:49:37 UTC (rev 8015)
@@ -32,6 +32,7 @@
import org.eclipse.swt.widgets.Text;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.IWorkbenchPreferencePage;
+import org.jboss.tools.ws.core.JbossWSCoreMessages;
import org.jboss.tools.ws.core.JbossWSCorePlugin;
import org.jboss.tools.ws.ui.JbossWSUIMessages;
import org.jboss.tools.ws.ui.JbossWSUIPlugin;
@@ -150,7 +151,7 @@
private void storeValues() {
IPreferenceStore store = this.getPreferenceStore();
System.out.println(jbosswsPath.getText());
- store.setValue("jbosswsruntimelocation", jbosswsPath.getText());
+ store.setValue(JbossWSCoreMessages.WS_LOCATION, jbosswsPath.getText());
}
/**
Show replies by date