From f2724c6bdf07dcdcf14f59fc7f8e728f114e6555 Mon Sep 17 00:00:00 2001 From: mhussein Date: Wed, 17 Oct 2012 19:31:49 +0200 Subject: [PATCH] Bug 391390 : Updatesite url is indigo Removed all update site urls from all feature.xml files based on Martin's suggestion in http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633 Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e Reviewed-on: https://git.eclipse.org/r/8092 Reviewed-by: Marc Khouzam IP-Clean: Marc Khouzam Tested-by: Marc Khouzam --- build/org.eclipse.cdt.autotools-feature/feature.xml | 4 ---- build/org.eclipse.cdt.autotools-feature/p2.inf | 4 ++-- build/org.eclipse.cdt.autotools.source-feature/feature.xml | 4 ---- build/org.eclipse.cdt.gnu.build-feature/feature.xml | 4 ---- build/org.eclipse.cdt.gnu.build.source-feature/feature.xml | 4 ---- cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml | 4 ---- .../sourceTemplateFeature/feature.xml | 4 ---- cross/org.eclipse.cdt.launch.remote-feature/feature.xml | 4 ---- debug/org.eclipse.cdt.gdb-feature/feature.xml | 4 ---- debug/org.eclipse.cdt.gdb.source-feature/feature.xml | 4 ---- debug/org.eclipse.cdt.gnu.debug-feature/feature.xml | 4 ---- debug/org.eclipse.cdt.gnu.debug.source-feature/feature.xml | 4 ---- dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.xml | 4 ---- dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/feature.xml | 4 ---- dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml | 4 ---- .../sourceTemplateFeature/feature.xml | 4 ---- jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml | 4 ---- lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml | 4 ---- .../org.eclipse.cdt.core.lrparser.sdk.feature/feature.xml | 4 ---- .../org.eclipse.cdt.core.lrparser.source.feature/feature.xml | 4 ---- memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml | 4 ---- .../feature.xml | 4 ---- releng/org.eclipse.cdt-feature/feature.xml | 4 ---- releng/org.eclipse.cdt.platform-feature/feature.xml | 4 ---- releng/org.eclipse.cdt.platform.source-feature/feature.xml | 4 ---- releng/org.eclipse.cdt.sdk-feature/feature.xml | 4 ---- releng/org.eclipse.cdt.testing-feature/feature.xml | 4 ---- testsrunner/org.eclipse.cdt.testsrunner.feature/feature.xml | 4 ---- .../org.eclipse.cdt.testsrunner.source.feature/feature.xml | 4 ---- upc/org.eclipse.cdt.bupc-feature/feature.xml | 4 ---- upc/org.eclipse.cdt.core.parser.upc.feature/feature.xml | 4 ---- upc/org.eclipse.cdt.core.parser.upc.sdk.feature/feature.xml | 4 ---- .../feature.xml | 4 ---- util/org.eclipse.cdt.util-feature/feature.xml | 4 ---- xlc/org.eclipse.cdt.xlc.feature/feature.xml | 4 ---- xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml | 4 ---- xlc/org.eclipse.cdt.xlc.source.feature/feature.xml | 4 ---- 37 files changed, 2 insertions(+), 146 deletions(-) diff --git a/build/org.eclipse.cdt.autotools-feature/feature.xml b/build/org.eclipse.cdt.autotools-feature/feature.xml index 142c15f11cf..017514b9975 100644 --- a/build/org.eclipse.cdt.autotools-feature/feature.xml +++ b/build/org.eclipse.cdt.autotools-feature/feature.xml @@ -17,10 +17,6 @@ %license - - - - diff --git a/build/org.eclipse.cdt.autotools-feature/p2.inf b/build/org.eclipse.cdt.autotools-feature/p2.inf index 73fc9f2d12e..720696ace2a 100644 --- a/build/org.eclipse.cdt.autotools-feature/p2.inf +++ b/build/org.eclipse.cdt.autotools-feature/p2.inf @@ -4,5 +4,5 @@ provides.99.namespace=org.eclipse.equinox.p2.iu provides.99.name=org.eclipse.linuxtools.cdt.autotools.feature.group provides.99.version=$version$ instructions.configure=\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/indigo,type:0,name:CDT,enabled:false); \ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/indigo,type:1,name:CDT,enabled:false); +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/juno,type:0,name:CDT,enabled:false); \ +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/juno,type:1,name:CDT,enabled:false); diff --git a/build/org.eclipse.cdt.autotools.source-feature/feature.xml b/build/org.eclipse.cdt.autotools.source-feature/feature.xml index 62f5daa388f..eb233097564 100644 --- a/build/org.eclipse.cdt.autotools.source-feature/feature.xml +++ b/build/org.eclipse.cdt.autotools.source-feature/feature.xml @@ -17,10 +17,6 @@ %license - - - - - - - - - - - - - - - - - - - - diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml index 293f57fb6f2..27981f690e9 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml @@ -17,10 +17,6 @@ %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml index 80882f96907..c49965e1796 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml @@ -18,10 +18,6 @@ %license - - - - - - - - - - - - diff --git a/lrparser/org.eclipse.cdt.core.lrparser.source.feature/feature.xml b/lrparser/org.eclipse.cdt.core.lrparser.source.feature/feature.xml index 57aacf5d9b4..07dd84a538e 100644 --- a/lrparser/org.eclipse.cdt.core.lrparser.source.feature/feature.xml +++ b/lrparser/org.eclipse.cdt.core.lrparser.source.feature/feature.xml @@ -17,10 +17,6 @@ %license - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.platform-feature/feature.xml b/releng/org.eclipse.cdt.platform-feature/feature.xml index 91b29d8fc44..06695f7fa0c 100644 --- a/releng/org.eclipse.cdt.platform-feature/feature.xml +++ b/releng/org.eclipse.cdt.platform-feature/feature.xml @@ -17,10 +17,6 @@ %license - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.testing-feature/feature.xml b/releng/org.eclipse.cdt.testing-feature/feature.xml index 881d23cc758..7d2161d47c3 100644 --- a/releng/org.eclipse.cdt.testing-feature/feature.xml +++ b/releng/org.eclipse.cdt.testing-feature/feature.xml @@ -18,10 +18,6 @@ %license - - - - - - - - - - - - - - - - - - - - diff --git a/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/feature.xml b/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/feature.xml index e43e6bf853c..cb845641752 100644 --- a/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/feature.xml +++ b/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/feature.xml @@ -18,10 +18,6 @@ %license - - - - diff --git a/upc/org.eclipse.cdt.core.parser.upc.source.feature/feature.xml b/upc/org.eclipse.cdt.core.parser.upc.source.feature/feature.xml index 1d31c82d452..98133b6c17a 100644 --- a/upc/org.eclipse.cdt.core.parser.upc.source.feature/feature.xml +++ b/upc/org.eclipse.cdt.core.parser.upc.source.feature/feature.xml @@ -17,10 +17,6 @@ %license - - - - - - - - - - - - - - - - diff --git a/xlc/org.eclipse.cdt.xlc.source.feature/feature.xml b/xlc/org.eclipse.cdt.xlc.source.feature/feature.xml index 59758a0c4e1..1e4100d3711 100644 --- a/xlc/org.eclipse.cdt.xlc.source.feature/feature.xml +++ b/xlc/org.eclipse.cdt.xlc.source.feature/feature.xml @@ -17,10 +17,6 @@ %license - - - -