Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-09-09 15:16:22 +0000
committerDavid Williams2015-09-09 15:16:22 +0000
commitce3e54b055678770df5c4844ce325ad4c3d14359 (patch)
tree9a0e471c6cbe6141bfe72695b62cf56ac5dd5b25
parentcc2139e6abe21556984defb57d363574a3f09ac4 (diff)
downloadorg.eclipse.simrel.build-ce3e54b055678770df5c4844ce325ad4c3d14359.tar.gz
org.eclipse.simrel.build-ce3e54b055678770df5c4844ce325ad4c3d14359.tar.xz
org.eclipse.simrel.build-ce3e54b055678770df5c4844ce325ad4c3d14359.zip
Bug 476460 - simrel.b3agg has duplicate and wrong "configurations"
-rw-r--r--simrel.b3aggr4
1 files changed, 2 insertions, 2 deletions
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 86c0c5516..6ba7e59e6 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -89,10 +89,10 @@
<configurations operatingSystem="hpux" windowSystem="gtk" architecture="ia64"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64"/>
- <configurations operatingSystem="linux" windowSystem="gtk"/>
+ <configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64le"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="s390"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="s390x"/>
- <configurations operatingSystem="linux" windowSystem="gtk"/>
+ <configurations operatingSystem="linux" windowSystem="gtk" />
<configurations operatingSystem="linux" windowSystem="gtk" architecture="x86_64"/>
<configurations operatingSystem="macosx" windowSystem="cocoa" architecture="x86_64"/>
<configurations operatingSystem="solaris" windowSystem="gtk" architecture="sparc"/>

Back to the top