You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/10/11 10:22:02 UTC

svn commit: r1021278 - /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/retrieve/RetrieveSetupManager.java

Author: hibou
Date: Mon Oct 11 08:22:02 2010
New Revision: 1021278

URL: http://svn.apache.org/viewvc?rev=1021278&view=rev
Log:
IVYDE-259 : fix a spell mistake

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/retrieve/RetrieveSetupManager.java

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/retrieve/RetrieveSetupManager.java
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/retrieve/RetrieveSetupManager.java?rev=1021278&r1=1021277&r2=1021278&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/retrieve/RetrieveSetupManager.java (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/retrieve/RetrieveSetupManager.java Mon Oct 11 08:22:02 2010
@@ -40,7 +40,7 @@ import org.osgi.service.prefs.BackingSto
 
 public class RetrieveSetupManager implements ISaveParticipant {
 
-    private static final String PREF_ID = "org.apache.ivyde.eclipse.standlaoneretrieve";
+    private static final String PREF_ID = "org.apache.ivyde.eclipse.standaloneretrieve";
 
     private Map/* <IProject, IEclipsePreferences> */projectPrefs = new HashMap();