From 37d7c2e939f476efb136c8c021dd6cd28d326b23 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 7 Oct 2004 17:37:02 +0000 Subject: [PATCH] Fixed the * in filename issue. added linux ppc and ia64 builds. --- releng/org.eclipse.cdt.releng/.cvsignore | 1 + releng/org.eclipse.cdt.releng/buildindex.html | 24 +++++++++++++++++ .../platform/build.properties | 16 +++++++----- .../platform/customTargets.xml | 26 ++++++++++++++----- .../sdk/build.properties | 16 +++++++----- .../sdk/customTargets.xml | 26 ++++++++++++++----- 6 files changed, 81 insertions(+), 28 deletions(-) diff --git a/releng/org.eclipse.cdt.releng/.cvsignore b/releng/org.eclipse.cdt.releng/.cvsignore index 2e9e5e7a6f7..86417542da4 100644 --- a/releng/org.eclipse.cdt.releng/.cvsignore +++ b/releng/org.eclipse.cdt.releng/.cvsignore @@ -7,3 +7,4 @@ compile.log mail.txt eclipse-SDK-new.zip message.txt +index.html diff --git a/releng/org.eclipse.cdt.releng/buildindex.html b/releng/org.eclipse.cdt.releng/buildindex.html index e1c42ffbfc4..b9ddea508e1 100644 --- a/releng/org.eclipse.cdt.releng/buildindex.html +++ b/releng/org.eclipse.cdt.releng/buildindex.html @@ -32,6 +32,18 @@ integrations for build/debug, user documentation
org.eclipse.cdt-@branchVersion@-@buildId@-linux.x86.zip + + + Linux/ppc
+ + org.eclipse.cdt-@branchVersion@-@buildId@-linux.ppc.zip + + + Linux/ia64
+ + org.eclipse.cdt-@branchVersion@-@buildId@-linux.ia64.zip MacOSX/ppc
@@ -87,6 +99,18 @@ integrations for build/debug, user documentation
org.eclipse.cdt.sdk-@branchVersion@-@buildId@-linux.x86.zip + + + Linux/ppc
+ + org.eclipse.cdt.sdk-@branchVersion@-@buildId@-linux.ppc.zip + + + Linux/ia64
+ + org.eclipse.cdt.sdk-@branchVersion@-@buildId@-linux.ia64.zip MacOSX/ppc
diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties index 59eb35b9f48..e672b1893ee 100644 --- a/releng/org.eclipse.cdt.releng/platform/build.properties +++ b/releng/org.eclipse.cdt.releng/platform/build.properties @@ -60,13 +60,15 @@ collBase=. # configs=win32,win32,x86 & linux,motif,x86 # By default the value is *,*,* configs=\ - aix,*,ppc \ - & hpux,*,PA_RISC \ - & linux,*,x86 \ - & macosx,*,ppc \ - & qnx,*,x86 \ - & solaris,*,sparc \ - & win32,*,x86 + aix,motif,ppc \ + & hpux,motif,PA_RISC \ + & linux,gtk,x86 \ + & linux,gtk,ppc \ + & linux,gtk,ia64 \ + & macosx,carbon,ppc \ + & qnx,photon,x86 \ + & solaris,motif,sparc \ + & win32,win32,x86 #Arguments to send to the zip executable zipargs= diff --git a/releng/org.eclipse.cdt.releng/platform/customTargets.xml b/releng/org.eclipse.cdt.releng/platform/customTargets.xml index 3c04bfc27cf..3c9a3a9164c 100644 --- a/releng/org.eclipse.cdt.releng/platform/customTargets.xml +++ b/releng/org.eclipse.cdt.releng/platform/customTargets.xml @@ -23,43 +23,55 @@ - + - + - + - + + + + + + + + + + + + + - + - + - + diff --git a/releng/org.eclipse.cdt.releng/sdk/build.properties b/releng/org.eclipse.cdt.releng/sdk/build.properties index 096390d9b58..26cc99ca71b 100644 --- a/releng/org.eclipse.cdt.releng/sdk/build.properties +++ b/releng/org.eclipse.cdt.releng/sdk/build.properties @@ -60,13 +60,15 @@ collBase=. # configs=win32,win32,x86 & linux,motif,x86 # By default the value is *,*,* configs=\ - aix,*,ppc \ - & hpux,*,PA_RISC \ - & linux,*,x86 \ - & macosx,*,ppc \ - & qnx,*,x86 \ - & solaris,*,sparc \ - & win32,*,x86 + aix,motif,ppc \ + & hpux,motif,PA_RISC \ + & linux,gtk,x86 \ + & linux,gtk,ppc \ + & linux,gtk,ia64 \ + & macosx,carbon,ppc \ + & qnx,photon,x86 \ + & solaris,motif,sparc \ + & win32,win32,x86 #Arguments to send to the zip executable zipargs= diff --git a/releng/org.eclipse.cdt.releng/sdk/customTargets.xml b/releng/org.eclipse.cdt.releng/sdk/customTargets.xml index 5c1bd01519d..5238bca2868 100644 --- a/releng/org.eclipse.cdt.releng/sdk/customTargets.xml +++ b/releng/org.eclipse.cdt.releng/sdk/customTargets.xml @@ -23,43 +23,55 @@ - + - + - + - + + + + + + + + + + + + + - + - + - +