Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-04-28 15:44:22 +0000
committerMichael Valenta2004-04-28 15:44:22 +0000
commit9a132b16227c28211eb4a9e5c799c67b26615b84 (patch)
treee72af8169dfcea20e3ddeee8a7cf49908ed65005 /tests/org.eclipse.team.tests.core/plugin.xml
parente91862badfc991f88a65f6a32e7a0c3bb214560a (diff)
downloadeclipse.platform.team-9a132b16227c28211eb4a9e5c799c67b26615b84.tar.gz
eclipse.platform.team-9a132b16227c28211eb4a9e5c799c67b26615b84.tar.xz
eclipse.platform.team-9a132b16227c28211eb4a9e5c799c67b26615b84.zip
Initial release of page based synchronize API
Diffstat (limited to 'tests/org.eclipse.team.tests.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index 6b1b468a1..e6787f1ca 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -105,5 +105,13 @@
</view>
</extension>
+<!-- *************** Synchronize Participants **************** -->
+ <participant
+ name="Test Particpant"
+ type="static"
+ class="org.eclipse.team.tests.ui.synchronize.TestParticipant"
+ multipleInstances="false"
+ id="org.eclipse.team.tests.ui.test-participant">
+ </participant>
</plugin>

Back to the top