Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.executable/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/feature.xml b/bundles/org.eclipse.equinox.executable/feature.xml
index 3d2c3c3a4..7e07fd8ae 100644
--- a/bundles/org.eclipse.equinox.executable/feature.xml
+++ b/bundles/org.eclipse.equinox.executable/feature.xml
@@ -161,10 +161,10 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.gtk.hpux.ia64_32"
+ id="org.eclipse.equinox.launcher.gtk.hpux.ia64"
os="hpux"
ws="gtk"
- arch="ia64_32"
+ arch="ia64"
download-size="0"
install-size="0"
version="0.0.0"

Back to the top