Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2005-04-03 02:28:45 +0000
committerDejan Gloszic2005-04-03 02:28:45 +0000
commit99f74ea31dc02dee8ad7cea8bc2cecc04d548518 (patch)
tree356f5ab63efd188f9283b276ee415e00f9e287b2 /org.eclipse.ui.cheatsheets/plugin.xml
parent61af8aa588d630d0058a7ea0846cadd731862933 (diff)
downloadeclipse.platform.ua-99f74ea31dc02dee8ad7cea8bc2cecc04d548518.tar.gz
eclipse.platform.ua-99f74ea31dc02dee8ad7cea8bc2cecc04d548518.tar.xz
eclipse.platform.ua-99f74ea31dc02dee8ad7cea8bc2cecc04d548518.zip
*** empty log message ***v20050402
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.xml')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml21
1 files changed, 2 insertions, 19 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index 06bd1665a..01443f307 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -1,25 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.ui.cheatsheets"
- name="%PLUGIN_NAME"
- version="3.0.0"
- provider-name="%PROVIDER_NAME"
- class="org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin">
-
- <runtime>
- <library name="cheatsheets.jar">
- <export name="*"/>
- </library>
- </runtime>
- <requires>
- <import plugin="org.eclipse.ui"/>
- <import plugin="org.eclipse.ui.forms"/>
- <import plugin="org.eclipse.help"/>
- <import plugin="org.eclipse.core.runtime"/>
- </requires>
-
+<plugin>
+
<!-- ========== Extension Points ================= -->
<!-- =============================================================================== -->

Back to the top