diff options
author | spingel | 2009-11-25 21:09:33 +0000 |
---|---|---|
committer | spingel | 2009-11-25 21:09:33 +0000 |
commit | 50b996cff77b2a0b2556c10165d62b34eabc65bd (patch) | |
tree | 7313b1f4476aa3d2b48acfd99a10f0d03a8843ec /org.eclipse.mylyn.test-feature | |
parent | d469b0916eb6f214434380c7ca663de0c95a6009 (diff) | |
download | org.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.test-feature')
-rw-r--r-- | org.eclipse.mylyn.test-feature/feature.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml index 3f92fb196..b77f40ee4 100644 --- a/org.eclipse.mylyn.test-feature/feature.xml +++ b/org.eclipse.mylyn.test-feature/feature.xml @@ -299,4 +299,25 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t install-size="0" version="0.0.0"/> + <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.tests" + 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> |