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/09 11:52:20 UTC

svn commit: r1006127 - /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/resolve/IvyResolveJob.java

Author: hibou
Date: Sat Oct  9 09:52:20 2010
New Revision: 1006127

URL: http://svn.apache.org/viewvc?rev=1006127&view=rev
Log:
the end user doesn't have to know it is a job, just that ivy is resolving

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/resolve/IvyResolveJob.java

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/resolve/IvyResolveJob.java
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/resolve/IvyResolveJob.java?rev=1006127&r1=1006126&r2=1006127&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/resolve/IvyResolveJob.java (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/resolve/IvyResolveJob.java Sat Oct  9 09:52:20 2010
@@ -58,7 +58,7 @@ public class IvyResolveJob extends Job {
     private final List resolveQueue = new ArrayList();
 
     public IvyResolveJob() {
-        super("IvyDE resolve job");
+        super("IvyDE resolve");
         setUser(false);
         // computing the classpath is somehow building
         setRule(ResourcesPlugin.getWorkspace().getRuleFactory().buildRule());