diff options
author | Steffen Pingel | 2015-04-22 09:36:16 +0000 |
---|---|---|
committer | Steffen Pingel | 2015-04-24 10:18:02 +0000 |
commit | 328a6b25a3df95116c67b479688c2a918f36da75 (patch) | |
tree | e6caad34f3449392c7bd5c7c33eb27aaf5ab215b /org.eclipse.mylyn.test-feature | |
parent | 68400a635a968141e6838abe494956d72090cc04 (diff) | |
download | org.eclipse.mylyn.tasks-328a6b25a3df95116c67b479688c2a918f36da75.tar.gz org.eclipse.mylyn.tasks-328a6b25a3df95116c67b479688c2a918f36da75.tar.xz org.eclipse.mylyn.tasks-328a6b25a3df95116c67b479688c2a918f36da75.zip |
463996: update Mylyn Tasks test feature for Oomph
Include missing bundles.
Change-Id: I91eaa0f78601392dabe3ee1d0ec80ee8ff83a17a
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=463996
Diffstat (limited to 'org.eclipse.mylyn.test-feature')
-rw-r--r-- | org.eclipse.mylyn.test-feature/feature.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml index 2c802a372..18690b005 100644 --- a/org.eclipse.mylyn.test-feature/feature.xml +++ b/org.eclipse.mylyn.test-feature/feature.xml @@ -83,4 +83,43 @@ install-size="0" version="0.0.0"/> + <plugin + id="org.eclipse.mylyn.tasks.core.tests" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.mylyn.tasks.index.tests" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.mylyn.tasks.ui.tests" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.mylyn.trac.core.tests" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.mylyn.trac.ui.tests" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + </feature> |