Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2013-07-01 15:06:11 +0000
committerMarkus Keller2013-07-01 15:06:11 +0000
commitf1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19 (patch)
tree716b733df2bb5f1dc19a219ca27b5912690e4791 /examples/org.eclipse.swt.snippets/plugin.xml
parent48182d20aa1f64b7236dd904a9fb69ad577aead7 (diff)
downloadeclipse.platform.swt-f1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19.tar.gz
eclipse.platform.swt-f1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19.tar.xz
eclipse.platform.swt-f1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19.zip
converted to OSGi bundle and set BREE to 1.6
Diffstat (limited to 'examples/org.eclipse.swt.snippets/plugin.xml')
-rw-r--r--examples/org.eclipse.swt.snippets/plugin.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/org.eclipse.swt.snippets/plugin.xml b/examples/org.eclipse.swt.snippets/plugin.xml
deleted file mode 100644
index b73d5a6407..0000000000
--- a/examples/org.eclipse.swt.snippets/plugin.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.swt.snippets"
- name="%pluginName"
- version="3.1.0"
- provider-name="%providerName">
-
- <requires>
- <import plugin="org.eclipse.swt" export="true"/>
- </requires>
-
-</plugin>

Back to the top