[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Resolve build warnings in UI plugin

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-09-27 21:57:40 CEST

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

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.