Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-04-08 20:21:20 +0000
committerMichael Valenta2005-04-08 20:21:20 +0000
commit86b3ba5cade4713db1af15274f684f3de5b97e94 (patch)
tree670f517e2652318d40e181e15ceee767d9dc8809 /tests/org.eclipse.team.tests.cvs.core/plugin.xml
parenteb7e2c4bfc6be16d549882d1b8e10881344c07fe (diff)
downloadeclipse.platform.team-86b3ba5cade4713db1af15274f684f3de5b97e94.tar.gz
eclipse.platform.team-86b3ba5cade4713db1af15274f684f3de5b97e94.tar.xz
eclipse.platform.team-86b3ba5cade4713db1af15274f684f3de5b97e94.zip
Modified performance tests to match the 3.0 benchmark tests
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/plugin.xml b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
index 0a7a27d8a..b4ff8423f 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -137,4 +137,11 @@
primary="true">
</toc>
</extension>
+ <extension
+ point="org.eclipse.ui.perspectives">
+ <perspective
+ class="org.eclipse.team.tests.ccvs.ui.PerspectiveFactory"
+ id="org.eclipse.team.tests.cvs.ui.perspective1"
+ name="CVS Test Perspective"/>
+ </extension>
</plugin>

Back to the top