Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2012-10-19 18:56:41 +0000
committerDavid Williams2012-10-19 18:56:41 +0000
commitddb308660079dde5ee684f162efc4a90b460c3a0 (patch)
tree065da2284642658aa986e14fefc0bc4d2665eb03
parent093289e5c4cdf6f3655ba4d9f95d82964a97094b (diff)
downloadeclipse.platform.releng-ddb308660079dde5ee684f162efc4a90b460c3a0.tar.gz
eclipse.platform.releng-ddb308660079dde5ee684f162efc4a90b460c3a0.tar.xz
eclipse.platform.releng-ddb308660079dde5ee684f162efc4a90b460c3a0.zip
Bug 391273 - Add HPUX.ia64 build to 4.3 (leave filesystem as _32 for
now)
-rw-r--r--features/org.eclipse.platform-feature/feature.xml2
-rw-r--r--features/org.eclipse.platform-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.platform-feature/feature.xml b/features/org.eclipse.platform-feature/feature.xml
index fbe6d512..9d9d334f 100644
--- a/features/org.eclipse.platform-feature/feature.xml
+++ b/features/org.eclipse.platform-feature/feature.xml
@@ -377,7 +377,7 @@
unpack="false"/>
<plugin
- id="org.eclipse.core.filesystem.hpux.ia64"
+ id="org.eclipse.core.filesystem.hpux.ia64_32"
os="hpux"
arch="ia64"
download-size="0"
diff --git a/features/org.eclipse.platform-feature/pom.xml b/features/org.eclipse.platform-feature/pom.xml
index 7f4630f9..dea1872b 100644
--- a/features/org.eclipse.platform-feature/pom.xml
+++ b/features/org.eclipse.platform-feature/pom.xml
@@ -45,7 +45,7 @@
<plugin id="org.eclipse.platform.doc.user"/>
<plugin id="org.eclipse.core.filesystem.aix.ppc"/>
- <plugin id="org.eclipse.core.filesystem.hpux.ia64"/>
+ <plugin id="org.eclipse.core.filesystem.hpux.ia64_32"/>
<plugin id="org.eclipse.core.filesystem.linux.x86"/>
<plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
<plugin id="org.eclipse.core.filesystem.solaris.sparc"/>

Back to the top