|
From: <caw...@us...> - 2007-03-04 20:11:43
|
Revision: 2080
http://svn.sourceforge.net/rubyeclipse/?rev=2080&view=rev
Author: cawilliams
Date: 2007-03-04 12:11:41 -0800 (Sun, 04 Mar 2007)
Log Message:
-----------
rename property
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/formatter/ProfileStore.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/formatter/ProfileStore.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/formatter/ProfileStore.java 2007-03-03 19:34:33 UTC (rev 2079)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/formatter/ProfileStore.java 2007-03-04 20:11:41 UTC (rev 2080)
@@ -122,12 +122,12 @@
/**
* Preference key where all profiles are stored
*/
- private static final String PREF_FORMATTER_PROFILES= "org.eclipse.jdt.ui.formatterprofiles"; //$NON-NLS-1$
+ private static final String PREF_FORMATTER_PROFILES= "org.rubypeople.rdt.ui.formatterprofiles"; //$NON-NLS-1$
/**
* Preference key where all profiles are stored
*/
- private static final String PREF_FORMATTER_PROFILES_VERSION= "org.eclipse.jdt.ui.formatterprofiles.version"; //$NON-NLS-1$
+ private static final String PREF_FORMATTER_PROFILES_VERSION= "org.rubypeople.rdt.ui.formatterprofiles.version"; //$NON-NLS-1$
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|