Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-09-22 23:54:14 +0000
committerspingel2009-09-22 23:54:14 +0000
commit74befbfc62ce6c6b31c8a4d4b0a4ee7a00f780fb (patch)
treedc28e5d8d8880ca2adba991f6157842bab0bab57 /org.eclipse.mylyn.test-feature/feature.xml
parent83e34d1edb4f7c9965ea92ba23e328458224dd55 (diff)
downloadorg.eclipse.mylyn.tasks-74befbfc62ce6c6b31c8a4d4b0a4ee7a00f780fb.tar.gz
org.eclipse.mylyn.tasks-74befbfc62ce6c6b31c8a4d4b0a4ee7a00f780fb.tar.xz
org.eclipse.mylyn.tasks-74befbfc62ce6c6b31c8a4d4b0a4ee7a00f780fb.zip
NEW - bug 290198: move test utilities to a separate plug-in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=290198
Diffstat (limited to 'org.eclipse.mylyn.test-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index b6bb25437..80576df00 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -287,4 +287,11 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.mylyn.tests.util"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top