different external libraries for different OS and CVS
Hi,
I have a project that uses swt (jar). I build it both on MacOSX and Windows.
The external library is different for the two machines, so the Java Build Path is different for each. Still I want to keep one common code base, which I control using CVS.
For the two different version of the file .classpath I could use branches in CVS, but I would prefer to prevent it.
Is there a way that the .classpath file can be made to support both library entries and ignore the one missing (and unneeded) on the other OS?
Greetings,
Martin