Bug 427852 - Fix build for context explorer

Fixed category for all features
Added Incubation to feature name
Added license-feature and license-feature-version attributes to feature
diff --git a/build/org.eclipse.e4.core.tools.update/category.xml b/build/org.eclipse.e4.core.tools.update/category.xml
index be20b77..427c2f4 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"/>
+      <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="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-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 5391307..d09caba 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 @@
 
 
 # "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 f1742f5..b4622fe 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