Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-31 14:52:20 +0000
committerDavid Williams2013-01-31 14:52:38 +0000
commitef8a90a51bfa2068990fcac01b58e23a6f72c53a (patch)
tree19246bbe0e900cf97466ecee3fd537cf8da4c49c /simrel.b3aggr
parente1d56e108039383b2f9dc814431f3cc4cefa99e3 (diff)
downloadorg.eclipse.simrel.build-ef8a90a51bfa2068990fcac01b58e23a6f72c53a.tar.gz
org.eclipse.simrel.build-ef8a90a51bfa2068990fcac01b58e23a6f72c53a.tar.xz
org.eclipse.simrel.build-ef8a90a51bfa2068990fcac01b58e23a6f72c53a.zip
adding linux,gtk,ppc as a new "configuration"
Diffstat (limited to 'simrel.b3aggr')
-rw-r--r--simrel.b3aggr1
1 files changed, 1 insertions, 0 deletions
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 509cae812..99de02192 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -78,6 +78,7 @@
<configurations operatingSystem="linux" windowSystem="gtk"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="x86_64"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64"/>
+ <configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="s390"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="s390x"/>
<configurations operatingSystem="solaris" windowSystem="gtk" architecture="sparc"/>

Back to the top