Until now we were using ANT to build SWT jars from sources:

<ant dir="${eclipse.platform.swt.binaries}/bundles/binaries-parent">
   <property name="ws" value="@{ws}"/>
   <property name="os" value="@{os}"/>
   <property name="arch" value="@{arch}"/>
</ant>

It looks like the binaries repository content somehow has been moved into the main SWT sources repository, but also the structure changed. Is there some documentation how to build it now using ANT?

Thanks in advance.
Tom
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to