Skip to main content
summaryrefslogtreecommitdiffstats
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml4
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/feature.xml4
-rw-r--r--cross/org.eclipse.cdt.launch.remote/build.properties1
3 files changed, 2 insertions, 7 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
index cc479d50941..25986245970 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
@@ -4,9 +4,7 @@
label="%featureName"
version="1.1.0.qualifier"
provider-name="%providerName"
- plugin="org.eclipse.cdt.build.crossgcc"
- license-feature="org.eclipse.cdt.license"
- license-feature-version="1.0.0.qualifier">
+ plugin="org.eclipse.cdt.build.crossgcc">
<description>
%description
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml
index e350efe78e4..2f54b2e2064 100644
--- a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml
+++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml
@@ -3,9 +3,7 @@
id="org.eclipse.cdt.launch.remote"
label="%featureName"
version="6.0.0.qualifier"
- provider-name="%providerName"
- license-feature="org.eclipse.cdt.license"
- license-feature-version="1.0.0.qualifier">
+ provider-name="%providerName">
<description>
%description
diff --git a/cross/org.eclipse.cdt.launch.remote/build.properties b/cross/org.eclipse.cdt.launch.remote/build.properties
index 2b8a8019ae9..4c7b6e43b98 100644
--- a/cross/org.eclipse.cdt.launch.remote/build.properties
+++ b/cross/org.eclipse.cdt.launch.remote/build.properties
@@ -18,7 +18,6 @@ bin.includes = META-INF/,\
about.ini,\
about.mappings,\
about.properties,\
- eclipse32.png,\
plugin.properties,\
plugin.xml,\
remotecdt.html,\

Back to the top