|
From: <caw...@us...> - 2007-08-09 14:47:18
|
Revision: 2955
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=2955&view=rev
Author: cawilliams
Date: 2007-08-09 07:47:16 -0700 (Thu, 09 Aug 2007)
Log Message:
-----------
fix preference keys for method_missing and dynamic variable aliasing local
Modified Paths:
--------------
trunk/com.aptana.rdt/src/com/aptana/rdt/AptanaRDTPlugin.java
Modified: trunk/com.aptana.rdt/src/com/aptana/rdt/AptanaRDTPlugin.java
===================================================================
--- trunk/com.aptana.rdt/src/com/aptana/rdt/AptanaRDTPlugin.java 2007-08-09 14:21:38 UTC (rev 2954)
+++ trunk/com.aptana.rdt/src/com/aptana/rdt/AptanaRDTPlugin.java 2007-08-09 14:47:16 UTC (rev 2955)
@@ -208,14 +208,14 @@
* @see #getDefaultOptions()
* @since 1.0.0
*/
- public static final String COMPILER_PB_METHOD_MISSING_NO_RESPOND_TO = PLUGIN_ID + "com.aptana.rdt.compiler.problem.methodMissingWithoutRespondTo";
+ public static final String COMPILER_PB_METHOD_MISSING_NO_RESPOND_TO = PLUGIN_ID + ".compiler.problem.methodMissingWithoutRespondTo";
/**
* Possible configurable option ID.
* @see #getDefaultOptions()
* @since 1.0.0
*/
- public static final String COMPILER_PB_DYNAMIC_VARIABLE_ALIASES_LOCAL = PLUGIN_ID + "com.aptana.rdt.compiler.problem.dynamicVariableAliasesLocal";
+ public static final String COMPILER_PB_DYNAMIC_VARIABLE_ALIASES_LOCAL = PLUGIN_ID + ".compiler.problem.dynamicVariableAliasesLocal";
// The shared instance
private static AptanaRDTPlugin plugin;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|