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
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 @@
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
|