Author: rob.stryker(a)jboss.com
Date: 2009-02-12 23:48:51 -0500 (Thu, 12 Feb 2009)
New Revision: 13605
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainer.java
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainerInitializer.java
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorations.java
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorationsManager.java
Log:
Ensuring these classes are properly marked as deprecated and will be refactored later.
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainer.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainer.java 2009-02-12
18:22:49 UTC (rev 13604)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainer.java 2009-02-13
04:48:51 UTC (rev 13605)
@@ -9,6 +9,9 @@
* Red Hat, Inc. - initial API and implementation
******************************************************************************/
+/*
+ *
+ */
package org.jboss.tools.esb.core.runtime.classpath;
import java.io.File;
@@ -31,10 +34,14 @@
import org.eclipse.jdt.core.JavaCore;
import org.jboss.tools.esb.core.ESBProjectCorePlugin;
+/*
+ * Things in this package are duplicate code from as.classpath.core
+ * and must be refactored out after 3.0 GA release.
+ */
/**
*
* @author Rob Stryker <rob.stryker(a)redhat.com>
- *
+ * @deprecated
*/
public abstract class AbstractClasspathContainer implements IClasspathContainer {
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainerInitializer.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainerInitializer.java 2009-02-12
18:22:49 UTC (rev 13604)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/AbstractClasspathContainerInitializer.java 2009-02-13
04:48:51 UTC (rev 13605)
@@ -20,11 +20,16 @@
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.JavaCore;
+/*
+ * Things in this package are duplicate code from as.classpath.core
+ * and must be refactored out after 3.0 GA release.
+ */
/**
*
* @author Rob Stryker <rob.stryker(a)redhat.com>
- *
+ * @deprecated
*/
+
public abstract class AbstractClasspathContainerInitializer extends
ClasspathContainerInitializer {
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorations.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorations.java 2009-02-12
18:22:49 UTC (rev 13604)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorations.java 2009-02-13
04:48:51 UTC (rev 13605)
@@ -17,8 +17,14 @@
import org.eclipse.jdt.core.IClasspathAttribute;
import org.eclipse.jdt.core.JavaCore;
+/*
+ * Things in this package are duplicate code from as.classpath.core
+ * and must be refactored out after 3.0 GA release.
+ */
/**
- * @author <a href="mailto:kosta@bea.com">Konstantin
Komissarchik</a>
+ *
+ * @author Rob Stryker <rob.stryker(a)redhat.com>
+ * @deprecated
*/
public final class ClasspathDecorations {
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorationsManager.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorationsManager.java 2009-02-12
18:22:49 UTC (rev 13604)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/classpath/ClasspathDecorationsManager.java 2009-02-13
04:48:51 UTC (rev 13605)
@@ -33,8 +33,12 @@
/**
* @author <a href="mailto:kosta@bea.com">Konstantin
Komissarchik</a>
+ * @deprecated
*/
-
+/*
+ * Things in this package are duplicate code from as.classpath.core
+ * and must be refactored out after 3.0 GA release.
+ */
public final class ClasspathDecorationsManager {
private static final String CLASSPATH_PREFERENCES = "classpathPreferences";
//$NON-NLS-1$
private static final String SEPARATOR = System
Show replies by date