[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] [PDE & SWT] how do I get a platform neutral classpath?
|
- From: Bryan Hunt <acme@xxxxxxxxxx>
- Date: Thu, 15 May 2003 16:57:09 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: Server Group
- User-agent: Halime (MacOSX)/1.0rc1
I'm creating a plugin that requires SWT, and we are developing this
plugin in a team environment on Linux, OS X, and Windoze. When I
specify SWT at a required plugin, the system adds a OS specific entry to
the .classpath file. This breaks our other development environments
when whe comit and update at the project level. Is there a way to set
up the project such that we can develop on multiple platforms and not
have to manually change the classpath to SWT?
Bryan