Author: rgardler
Date: Wed Jul  6 17:00:07 2005
New Revision: 209547

URL: http://svn.apache.org/viewcvs?rev=209547&view=rev
Log:
remove unused imports

Modified:
    
forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/eclipse/job/ForrestJob.java

Modified: 
forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/eclipse/job/ForrestJob.java
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/eclipse/job/ForrestJob.java?rev=209547&r1=209546&r2=209547&view=diff
==============================================================================
--- 
forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/eclipse/job/ForrestJob.java
 (original)
+++ 
forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/eclipse/job/ForrestJob.java
 Wed Jul  6 17:00:07 2005
@@ -35,11 +35,9 @@
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Path;
 import org.eclipse.core.runtime.Platform;
 import org.eclipse.core.runtime.Status;
 import org.eclipse.core.runtime.jobs.Job;
-import org.osgi.framework.Bundle;
 
 /**
  * An abstract Forrest job that provides utility methods for handling Eclipse 
based Forrest Jobs.