I just did fresh checkouts of the core and UI plugins from the subclipse-3
branch in a clean Eclipse 3.0.1 workspace with default preferences. The
core plugin came in fine, but the UI plugin had 5000+ warnings. The
attached patch removes all but 1, which is a use of a deprecated item.
It was pretty easy to figure out, so know big deal.
Thanks
Mark
Index: C:/workspaces/subclipse/ui/.classpath
===================================================================
--- C:/workspaces/subclipse/ui/.classpath (revision 957)
+++ C:/workspaces/subclipse/ui/.classpath (working copy)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry exported="true" kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry exported="true" kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="classes"/>
</classpath>
_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Tue Sep 28 05:57:40 2004