Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-11-11 11:28:19 +0000
committerAndre Weinand2003-11-11 11:28:19 +0000
commitbc75f9ccacbd64ba38a4dea7f2036af5bff47c7f (patch)
tree82e979acfc1f1bf2cfaacd218dd00a0f93627c7d /examples/org.eclipse.compare.examples
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 'examples/org.eclipse.compare.examples')
-rw-r--r--examples/org.eclipse.compare.examples/plugin.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/org.eclipse.compare.examples/plugin.xml b/examples/org.eclipse.compare.examples/plugin.xml
index f5a52f313..99cb21233 100644
--- a/examples/org.eclipse.compare.examples/plugin.xml
+++ b/examples/org.eclipse.compare.examples/plugin.xml
@@ -1,30 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- File written by PDE 1.0 -->
+<?eclipse version="3.0"?>
+
<plugin
id="org.eclipse.compare.examples"
name="%pluginName"
version="3.0.0"
provider-name="%providerName">
-<!-- Required plugins -->
-
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.compare"/>
</requires>
-<!-- Runtime -->
-
<runtime>
<library name="compareexamples.jar">
<export name="*"/>
</library>
</runtime>
-<!-- Extension points -->
-
-<!-- Extensions -->
<extension
point="org.eclipse.compare.contentMergeViewers">
<viewer

Back to the top