summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.checkers.ui/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preflighting.checkers.ui/META-INF/MANIFEST.MF')
-rw-r--r--src/plugins/preflighting.checkers.ui/META-INF/MANIFEST.MF20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/preflighting.checkers.ui/META-INF/MANIFEST.MF b/src/plugins/preflighting.checkers.ui/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..f861229
--- /dev/null
+++ b/src/plugins/preflighting.checkers.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: com.motorolamobility.preflighting.checkers.ui;singleton:=true
+Bundle-Version: 2.0.0.qualifier
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %Bundle-Vendor
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.core.resources,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.ide,
+ org.eclipse.swt,
+ com.motorolamobility.preflighting.core,
+ com.motorola.studio.android.common,
+ org.eclipse.jdt.core,
+ org.eclipse.jdt.ui,
+ org.eclipse.jface.text,
+ org.eclipse.ui.workbench.texteditor
+Import-Package: org.eclipse.core.commands.common