Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-09-23 03:45:46 +0000
committerspingel2009-09-23 03:45:46 +0000
commit09c4288b589847327af47b9e0e67806f987ab5fc (patch)
treeb133443f43d294dce011dc2490d52b8635136a98 /org.eclipse.mylyn.test-feature
parent85ad3ca28b0c9a32387b60da9fa50007ecdca36a (diff)
downloadorg.eclipse.mylyn.tasks-09c4288b589847327af47b9e0e67806f987ab5fc.tar.gz
org.eclipse.mylyn.tasks-09c4288b589847327af47b9e0e67806f987ab5fc.tar.xz
org.eclipse.mylyn.tasks-09c4288b589847327af47b9e0e67806f987ab5fc.zip
NEW - bug 116487: create performance test harness
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116487
Diffstat (limited to 'org.eclipse.mylyn.test-feature')
-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 80576df00..ecf076a20 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -294,4 +294,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.performance"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top