| author | Grant Gayed | 2012-01-18 10:36:08 (EST) |
|---|---|---|
| committer | Grant Gayed | 2012-01-18 10:36:08 (EST) |
| commit | 032d63eb52b9ffcee68e16e1cb9a87c4cb647f0a (patch) (side-by-side diff) | |
| tree | 1dc1ae73f39e3cd16496d2be30341e8b437fb19d | |
| parent | 7fda41f8e64c9cff86aa9dc8c72e374fc3c715f6 (diff) | |
| download | eclipse.platform.swt.binaries-032d63eb52b9ffcee68e16e1cb9a87c4cb647f0a.zip eclipse.platform.swt.binaries-032d63eb52b9ffcee68e16e1cb9a87c4cb647f0a.tar.gz eclipse.platform.swt.binaries-032d63eb52b9ffcee68e16e1cb9a87c4cb647f0a.tar.bz2 | |
remove build_webkit target because now included in 'all'
4 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml index fad11e1..78ecb75 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.ppc/build.xml @@ -4,7 +4,7 @@ <property name="swt.ws" value="gtk" /> <property name="swt.os" value="linux" /> <property name="swt.arch" value="ppc" /> - <property name="targets" value="make_webkit make_mozilla make_xulrunner make_xpcominit install"/> + <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> <property name="version.suffix" value="3.7.0" /> diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml index 5ffcf98..b6ff1ca 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml @@ -4,7 +4,7 @@ <property name="swt.ws" value="gtk" /> <property name="swt.os" value="linux" /> <property name="swt.arch" value="ppc64" /> - <property name="targets" value="make_webkit make_mozilla make_xulrunner make_xpcominit install"/> + <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> <property name="version.suffix" value="3.8.0" /> diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml index e35ff28..6401259 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml @@ -4,7 +4,7 @@ <property name="swt.ws" value="gtk" /> <property name="swt.os" value="linux" /> <property name="swt.arch" value="x86" /> - <property name="targets" value="make_webkit make_mozilla make_xulrunner make_xpcominit install"/> + <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> <property name="version.suffix" value="3.8.0" /> diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml index 84aa7ba..0fe211f 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml @@ -4,7 +4,7 @@ <property name="swt.ws" value="gtk" /> <property name="swt.os" value="linux" /> <property name="swt.arch" value="x86_64" /> - <property name="targets" value="make_webkit make_mozilla make_xulrunner make_xpcominit install"/> + <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> <property name="version.suffix" value="3.8.0" /> |

