[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?

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