Fix bug #1385272: Improved version for "Parsing of short open tags not fully compatib...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / ClasspathVariableInitializer.java
index ab9b778..38a8934 100644 (file)
 
 package net.sourceforge.phpdt.core;
 
+import org.eclipse.core.runtime.IPath;
+import org.eclipse.core.runtime.IProgressMonitor;
+
 /**
  * Abstract base implementation of all classpath variable initializers.
  * Classpath variable initializers are used in conjunction with the
- * "org.eclipse.jdt.core.classpathVariableInitializer" extension point.
+ * "net.sourceforge.phpdt.core.classpathVariableInitializer" extension point.
  * <p>
  * Clients should subclass this class to implement a specific classpath
  * variable initializer. The subclass must have a public 0-argument