Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2014-02-11 14:47:06 +0000
committerWim Jongman2014-02-11 14:47:06 +0000
commit8e4b86fbeb3af9bde8281cf3a38a20d9791bea40 (patch)
tree633bad3c5a752707cd720f0670a346263befe81b
parentc6bc38daa39951afb13f5f6debf5ef9a9a510155 (diff)
downloadorg.eclipse.e4.tools-8e4b86fbeb3af9bde8281cf3a38a20d9791bea40.tar.gz
org.eclipse.e4.tools-8e4b86fbeb3af9bde8281cf3a38a20d9791bea40.tar.xz
org.eclipse.e4.tools-8e4b86fbeb3af9bde8281cf3a38a20d9791bea40.zip
Bug 427852 - Fix build for context explorerI20140212-2200I20140212-1610I20140211-2200
Fixed category for all features Added Incubation to feature name Added license-feature and license-feature-version attributes to feature
-rw-r--r--build/org.eclipse.e4.core.tools.update/category.xml16
-rw-r--r--features/org.eclipse.e4.tools.context.spy.feature/feature.properties4
-rw-r--r--features/org.eclipse.e4.tools.context.spy.feature/feature.xml4
3 files changed, 13 insertions, 11 deletions
diff --git a/build/org.eclipse.e4.core.tools.update/category.xml b/build/org.eclipse.e4.core.tools.update/category.xml
index be20b77f..427c2f46 100644
--- a/build/org.eclipse.e4.core.tools.update/category.xml
+++ b/build/org.eclipse.e4.core.tools.update/category.xml
@@ -37,12 +37,12 @@
<category name="org.eclipse.e4.tools.event.spy"/>
</feature>
<feature url="features/org.eclipse.e4.tools.context.spy.feature_0.1.0.qualifier.jar" id="org.eclipse.e4.tools.context.spy.feature" version="0.1.0.qualifier">
- <category name="org.eclipse.e4.tools.context.explorer"/>
- </feature>
- <category-def name="org.eclipse.e4.tools.core" label="Eclipse 4 core tools"/>
- <category-def name="org.eclipse.e4.tools.css.spy" label="CSS spy for Eclipse 4"/>
- <category-def name="org.eclipse.e4.tools.e3x.bridge" label="Eclipse 3.x bridge"/>
- <category-def name="org.eclipse.e4.tools.css.editor" label="CSS file editor"/>
- <category-def name="org.eclipse.e4.tools.event.spy" label="Eclipse 4 event spy"/>
- <category-def name="org.eclipse.e4.tools.context.explorer" label="Eclipse E4 Context Explorer"/>
+ <category name="org.eclipse.e4.tools.context.spy"/>
+ </feature>
+ <category-def name="org.eclipse.e4.tools.core" label="Eclipse 4 - Core Tools"/>
+ <category-def name="org.eclipse.e4.tools.css.spy" label="Eclipse 4 - CSS Spy"/>
+ <category-def name="org.eclipse.e4.tools.e3x.bridge" label="Eclipse 4 - 3.x Bridge"/>
+ <category-def name="org.eclipse.e4.tools.css.editor" label="Eclipse 4 - CSS File Editor"/>
+ <category-def name="org.eclipse.e4.tools.event.spy" label="Eclipse 4 - Event Spy"/>
+ <category-def name="org.eclipse.e4.tools.context.spy" label="Eclipse E4 - Context Spy"/>
</site>
diff --git a/features/org.eclipse.e4.tools.context.spy.feature/feature.properties b/features/org.eclipse.e4.tools.context.spy.feature/feature.properties
index 5391307f..d09cabae 100644
--- a/features/org.eclipse.e4.tools.context.spy.feature/feature.properties
+++ b/features/org.eclipse.e4.tools.context.spy.feature/feature.properties
@@ -16,7 +16,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=E4 Context Explorer Feature
+featureName=E4 Context Spy Feature (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
@@ -29,7 +29,7 @@ secondaryUpdateSiteName=Luna Discovery Site
# "description" property - description of the feature
-description=Context Explorer for E4
+description=Context Spy for E4 (Incubation)
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/features/org.eclipse.e4.tools.context.spy.feature/feature.xml b/features/org.eclipse.e4.tools.context.spy.feature/feature.xml
index f1742f58..b4622fe8 100644
--- a/features/org.eclipse.e4.tools.context.spy.feature/feature.xml
+++ b/features/org.eclipse.e4.tools.context.spy.feature/feature.xml
@@ -3,7 +3,9 @@
id="org.eclipse.e4.tools.context.spy.feature"
label="%featureName"
version="0.1.0.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ license-feature="org.eclipe.license"
+ license-feature-version="1.0.0.qualifier">
<description>
%description

Back to the top