Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-11-11 11:28:19 +0000
committerAndre Weinand2003-11-11 11:28:19 +0000
commitbc75f9ccacbd64ba38a4dea7f2036af5bff47c7f (patch)
tree82e979acfc1f1bf2cfaacd218dd00a0f93627c7d /tests/org.eclipse.compare.tests
parent0352ca029cd3d64ccfc76a70568bfa27a06c7a53 (diff)
downloadeclipse.platform.team-bc75f9ccacbd64ba38a4dea7f2036af5bff47c7f.tar.gz
eclipse.platform.team-bc75f9ccacbd64ba38a4dea7f2036af5bff47c7f.tar.xz
eclipse.platform.team-bc75f9ccacbd64ba38a4dea7f2036af5bff47c7f.zip
updated to rcpv20031111a
Diffstat (limited to 'tests/org.eclipse.compare.tests')
-rw-r--r--tests/org.eclipse.compare.tests/plugin.xml24
1 files changed, 13 insertions, 11 deletions
diff --git a/tests/org.eclipse.compare.tests/plugin.xml b/tests/org.eclipse.compare.tests/plugin.xml
index f13ba0833..2c76fe85b 100644
--- a/tests/org.eclipse.compare.tests/plugin.xml
+++ b/tests/org.eclipse.compare.tests/plugin.xml
@@ -1,20 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- File written by PDE 1.0 -->
+<?eclipse version="3.0"?>
+
<plugin
id="org.eclipse.compare.tests"
name="%pluginName"
provider-name="%providerName"
version="3.0.0">
-<requires>
- <import plugin="org.junit"/>
- <import plugin="org.eclipse.compare"/>
-</requires>
+ <requires>
+ <import plugin="org.junit"/>
+ <import plugin="org.eclipse.compare"/>
+ </requires>
-<runtime>
- <library name="comparetests.jar">
- <export name="*"/>
- <packages prefixes="org.eclipse.compare.tests"/>
- </library>
- </runtime>
+ <runtime>
+ <library name="comparetests.jar">
+ <export name="*"/>
+ <packages prefixes="org.eclipse.compare.tests"/>
+ </library>
+ </runtime>
+
</plugin>

Back to the top