Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.linuxtools.test-feature/feature.xml')
-rw-r--r--releng/org.eclipse.linuxtools.test-feature/feature.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/releng/org.eclipse.linuxtools.test-feature/feature.xml b/releng/org.eclipse.linuxtools.test-feature/feature.xml
index fbd59bf640..a54c0cbf23 100644
--- a/releng/org.eclipse.linuxtools.test-feature/feature.xml
+++ b/releng/org.eclipse.linuxtools.test-feature/feature.xml
@@ -13,7 +13,7 @@
%copyright
</copyright>
- <license url="epl-v10.html">
+ <license url="%licenseURL">
%license
</license>
@@ -86,4 +86,11 @@
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.eclipse.linuxtools.cdt.autotools.ui.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top