Skip to main content
summaryrefslogtreecommitdiffstats
path: root/dsf
diff options
context:
space:
mode:
authorMarc Khouzam2016-12-05 17:55:10 +0000
committerMarc Khouzam2017-01-25 20:14:03 +0000
commit8d0a0717e2930efc7bd15d83894120869aea6ae8 (patch)
tree992ab439f8a1122771b1bfcae194eb33325c905d /dsf
parentb332cdaf75dcc5c2d6347e988af31f3ec07bf9c3 (diff)
downloadorg.eclipse.cdt-8d0a0717e2930efc7bd15d83894120869aea6ae8.tar.gz
org.eclipse.cdt-8d0a0717e2930efc7bd15d83894120869aea6ae8.tar.xz
org.eclipse.cdt-8d0a0717e2930efc7bd15d83894120869aea6ae8.zip
Auto-generate source features using tycho.
This commit removes explicit source features and has tycho create them automatically, along with all other source features that were not previously defined. The logic to auto-generate is in the root pom.xml For all pre-existing source feature, the name presented to the user has been changed to use the default name used by Tycho, which is "Developer Resources". This will provide a more standard user-experience with respect to other source features built by Tycho. Existing SDK features are kept for backwards compatibility. All the names of the auto-generated source features that replace an existing source feature have stayed the same except for the 'testsrunner' feature; for that one name change, a p2.inf file is added to allow upgrading from the old named feature to the new named feature. Change-Id: Ie632e798c93898fd828f88df4983fc43e2749d22
Diffstat (limited to 'dsf')
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/build.properties13
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties32
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml116
3 files changed, 0 insertions, 161 deletions
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/build.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/build.properties
deleted file mode 100644
index 1f06e056551..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/build.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-###############################################################################
-# Copyright (c) 2008, 2009 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-generate.feature@org.eclipse.cdt.gnu.build.source = org.eclipse.cdt.gnu.build
-generate.feature@org.eclipse.cdt.gnu.debug.source = org.eclipse.cdt.gnu.debug
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties
deleted file mode 100644
index 9b436ff2af8..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties
+++ /dev/null
@@ -1,32 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2010 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=C/C++ Debugger Services Framework (DSF) Examples Source
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse CDT
-
-# "description" property - description of the feature
-description=Includes basic framework feature tutorial examples and an example of the PDA debugger integration. Source code.
-
-copyright=\
-Copyright (c) 2002, 2011 QNX Software Systems and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html
-
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml
deleted file mode 100644
index fd1f5a59a51..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.cdt.source"
- label="%featureName"
- version="9.3.0.qualifier"
- provider-name="%providerName"
- license-feature="org.eclipse.license"
- license-feature-version="0.0.0">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <includes
- id="org.eclipse.cdt.gnu.build.source"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.cdt.gnu.debug.source"
- version="0.0.0"/>
-
- <plugin
- id="org.eclipse.cdt.source"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"/>
-
- <plugin
- id="org.eclipse.cdt.source.aix.motif.ppc"
- os="aix"
- ws="motif"
- arch="ppc"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.cdt.source.linux.gtk.x86"
- os="linux"
- ws="gtk"
- arch="x86"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.cdt.source.linux.gtk.x86_64"
- os="linux"
- ws="gtk"
- arch="x86_64"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.cdt.source.linux.gtk.ppc"
- os="linux"
- ws="gtk"
- arch="ppc"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.cdt.source.linux.gtk.ia64"
- os="linux"
- ws="gtk"
- arch="ia64"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.cdt.source.macosx.carbon.ppc"
- os="macosx"
- ws="carbon"
- arch="ppc"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.cdt.source.qnx.photon.x86"
- os="qnx"
- ws="photon"
- arch="x86"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.cdt.source.win32.win32.x86"
- os="win32"
- ws="win32"
- arch="x86"
- download-size="0"
- install-size="0"
- version="5.0.0.qualifier"
- fragment="true"/>
-
-</feature>

Back to the top