Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.core.sdk/feature.xml')
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index ce07724ed..72d9c12d5 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -1,23 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.equinox.core.sdk"
- label="Equinox Core SDK"
- version="1.0.0">
+ label="%featureName"
+ version="3.5.0.qualifier"
+ provider-name="%providerName">
<description>
- A collection of core Equinox bundles including the Equinox framework implementation itself.
-
-This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.
+ %description
</description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright>
+ %copyright
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
-
+
<plugin
id="org.eclipse.osgi"
download-size="0"

Back to the top