Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2012-10-19 19:33:31 +0000
committerDavid Williams2012-10-19 19:33:31 +0000
commitafda1b130e056625360ba9107fe419eeb97f1c6f (patch)
treef36ff823ad7f5485f4a25577ca094f6a81916b25
parentddb308660079dde5ee684f162efc4a90b460c3a0 (diff)
downloadeclipse.platform.releng-afda1b130e056625360ba9107fe419eeb97f1c6f.tar.gz
eclipse.platform.releng-afda1b130e056625360ba9107fe419eeb97f1c6f.tar.xz
eclipse.platform.releng-afda1b130e056625360ba9107fe419eeb97f1c6f.zip
Bug 391273 - Add HPUX.ia64 build to 4.3 (comment out filesystem 32
fragment)
-rw-r--r--features/org.eclipse.platform-feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.platform-feature/feature.xml b/features/org.eclipse.platform-feature/feature.xml
index 9d9d334f..f29d8263 100644
--- a/features/org.eclipse.platform-feature/feature.xml
+++ b/features/org.eclipse.platform-feature/feature.xml
@@ -376,6 +376,7 @@
fragment="true"
unpack="false"/>
+<!--
<plugin
id="org.eclipse.core.filesystem.hpux.ia64_32"
os="hpux"
@@ -385,6 +386,7 @@
version="0.0.0"
fragment="true"
unpack="false"/>
+-->
<plugin
id="org.eclipse.core.filesystem.linux.x86"

Back to the top