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

Re: [PATCH] Resolve build warnings in UI plugin

From: McClain Looney <mlooney_at_gmail.com>
Date: 2004-09-27 22:31:33 CEST

Hrm, i'm not seeing these warnings. from the patch, it just looks like
you exported the ui pde dependencies?

I'll try rebuilding my local workspace and see if i can reproduce this.

On Mon, 27 Sep 2004 15:57:40 -0400, Mark Phippard <markp@softlanding.com> wrote:
> 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.
> _____________________________________________________________________________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>

-- 
McClain Looney
m@loonsoft.com
Received on Tue Sep 28 06:31:33 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.