Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
diff options
context:
space:
mode:
authormhussein2012-10-17 17:31:49 +0000
committerMarc Khouzam2012-10-17 18:18:01 +0000
commitf2724c6bdf07dcdcf14f59fc7f8e728f114e6555 (patch)
tree13d70f6826eab2e63ea0617dfe0e92f3c97510a0 /dsf
parentc05ea1bf76b558cb9d7c61153420315ea7213a1d (diff)
downloadorg.eclipse.cdt-f2724c6bdf07dcdcf14f59fc7f8e728f114e6555.tar.gz
org.eclipse.cdt-f2724c6bdf07dcdcf14f59fc7f8e728f114e6555.tar.xz
org.eclipse.cdt-f2724c6bdf07dcdcf14f59fc7f8e728f114e6555.zip
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 <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'dsf')
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml4
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml4
2 files changed, 0 insertions, 8 deletions
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml b/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml
index aa9933e851c..ed6d1db0c78 100644
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml
+++ b/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml
@@ -18,10 +18,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/indigo"/>
- </url>
-
<plugin
id="org.eclipse.cdt.examples.dsf"
download-size="0"
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml
index 18271b4fd1b..a740cb9fe39 100644
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml
+++ b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml
@@ -17,10 +17,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/indigo"/>
- </url>
-
<includes
id="org.eclipse.cdt.gnu.build.source"
version="0.0.0"/>

Back to the top