I've been compiling subclipse for eclipse 3.0 M4 and was wondering if we
can improve the classpath handling. Currently the classpath references
win32 or gtk as well as mozilla.
Do we need the gtk mozilla references, or can we just remove them - I
have done this on the windows build, no issues, would the same be true
for linux, ie can we remove:
<!--
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-pi.jar"
sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_LINUX_gtk_X86_SRC/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-pisrc.zip"/>
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-mozilla.jar"
sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_LINUX_gtk_X86_SRC/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-mozillasrc.zip"/>
-->
Then we only have the swt.jar as an issue, as shown below:
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.swt.win32_3.0.0/ws/win32/swt.jar"
sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_LINUX_win32_X86_SRC/org.eclipse.swt.win32_3.0.0/ws/win32/swtsrc.zip"/>
Anyway to have that determined, based upon the target platform settings?
Regards
Mark
Received on Wed Nov 12 22:08:36 2003