eclipse/eclipse-platform_build.patch
Alexander Kurtakov 255430ce58 Initial 3.5 build.
2009-04-02 08:12:57 +00:00

15 lines
661 B
Diff

--- features/org.eclipse.platform/build.xml.orig 2009-04-02 08:59:23.000000000 +0200
+++ features/org.eclipse.platform/build.xml 2009-04-02 09:03:36.000000000 +0200
@@ -176,6 +176,11 @@
<property name="ws" value="win32"/>
<property name="os" value="win32"/>
</ant>
+ <ant antfile="build.xml" dir="../../features/org.eclipse.help" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="ws" value="win32"/>
+ <property name="os" value="win32"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.intro" target="${target}">
<property name="arch" value="x86"/>
<property name="ws" value="win32"/>