Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-05-15 21:31:25 +0000
committerMichael Valenta2002-05-15 21:31:25 +0000
commitad7b094e181cfb593c53084802700d7702b7f09d (patch)
treea233313480fa151d0f731f4b82d95614ad5eff8a /tests/org.eclipse.team.tests.core/plugin.xml
parent7f036f87efd92979679797069dfea83a6995d004 (diff)
downloadeclipse.platform.team-ad7b094e181cfb593c53084802700d7702b7f09d.tar.gz
eclipse.platform.team-ad7b094e181cfb593c53084802700d7702b7f09d.tar.xz
eclipse.platform.team-ad7b094e181cfb593c53084802700d7702b7f09d.zip
*** empty log message ***
Diffstat (limited to 'tests/org.eclipse.team.tests.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index a404ca9da..b3c274ca5 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -15,10 +15,12 @@
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.core.tests.harness"/>
<import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.core.boot"/>
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.team.cvs.core"/>
<import plugin="org.eclipse.team.ui"/>
<import plugin="org.eclipse.team.cvs.ui"/>
+ <import plugin="org.eclipse.team.ftp"/>
<import plugin="org.eclipse.compare"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.junit"/>
@@ -43,6 +45,15 @@
</run>
</test>
</extension>
+ <extension
+ point="org.eclipse.core.tests.harness.tests">
+ <test
+ id="team.ftp">
+ <run
+ class="org.eclipse.team.tests.ftp.ClientTest">
+ </run>
+ </test>
+ </extension>
<extension
@@ -85,4 +96,14 @@
</one-of-nature>
</extension>
+ <extension
+ id="testapplication"
+ point="org.eclipse.core.runtime.applications">
+ <application>
+ <run
+ class="org.eclipse.team.tests.ftp.TestApplication">
+ </run>
+ </application>
+ </extension>
+
</plugin>

Back to the top