2009-04-22 08:18:30 +00:00
|
|
|
--- features/org.eclipse.platform/build.xml.orig 2009-04-17 16:21:20.000000000 +0200
|
|
|
|
+++ features/org.eclipse.platform/build.xml 2009-04-17 16:26:21.000000000 +0200
|
|
|
|
@@ -166,6 +166,11 @@
|
2009-04-02 08:12:57 +00:00
|
|
|
<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>
|
2009-04-22 08:18:30 +00:00
|
|
|
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.cheatsheets" target="${target}">
|
2009-04-02 08:12:57 +00:00
|
|
|
<property name="arch" value="x86"/>
|
|
|
|
<property name="ws" value="win32"/>
|