update update site to refer to apache features (FELIX-1402)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@815274 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/eclipse/updatesite/site.xml b/sigil/eclipse/updatesite/site.xml
index 166116e..14aeb23 100644
--- a/sigil/eclipse/updatesite/site.xml
+++ b/sigil/eclipse/updatesite/site.xml
@@ -18,9 +18,16 @@
under the License.
-->
<site>
- <category-def name="Sigil" label="Sigil">
+ <feature url="features/org.apache.felix.sigil.eclipse.core.feature_0.9.0.SNAPSHOT.jar" id="org.apache.felix.sigil.eclipse.core.feature" version="0.9.0.SNAPSHOT">
+ <category name="Sigil"/>
+ </feature>
+ <feature url="features/org.apache.felix.sigil.eclipse.obr.feature_0.9.0.SNAPSHOT.jar" id="org.apache.felix.sigil.eclipse.obr.feature" version="0.9.0.SNAPSHOT">
+ <category name="Sigil"/>
+ </feature>
+
+ <category-def name="Sigil" label="Sigil-Core">
<description>
- Sigil is an SDK for developing applications to be deployed on the Newton framework (http://newton.codecauldron.org)
+ Sigil is an SDK for developing OSGi applications
</description>
- </category-def>
+ </category-def>
</site>