Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-11-25 21:09:33 +0000
committerspingel2009-11-25 21:09:33 +0000
commit50b996cff77b2a0b2556c10165d62b34eabc65bd (patch)
tree7313b1f4476aa3d2b48acfd99a10f0d03a8843ec /org.eclipse.mylyn.sdk-feature/feature.xml
parentd469b0916eb6f214434380c7ca663de0c95a6009 (diff)
downloadorg.eclipse.mylyn.tasks-50b996cff77b2a0b2556c10165d62b34eabc65bd.tar.gz
org.eclipse.mylyn.tasks-50b996cff77b2a0b2556c10165d62b34eabc65bd.tar.xz
org.eclipse.mylyn.tasks-50b996cff77b2a0b2556c10165d62b34eabc65bd.zip
NEW - bug 296077: [releng][oslc] update team project sets and features
https://bugs.eclipse.org/bugs/show_bug.cgi?id=296077
Diffstat (limited to 'org.eclipse.mylyn.sdk-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index 4686ac2b1..dade851dc 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><!--
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
Copyright (c) 2009 Tasktop Technologies and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
@@ -8,7 +9,6 @@
Contributors:
Tasktop Technologies - initial API and implementation
-->
-
<feature
id="org.eclipse.mylyn.sdk_feature"
label="%featureName"
@@ -214,4 +214,18 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.mylyn.oslc.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.oslc.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top