Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] How to build SWT jars from sources?

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


Back to the top