Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'json/bundles/org.eclipse.wst.json.jshint.ui/META-INF/MANIFEST.MF')
-rw-r--r--json/bundles/org.eclipse.wst.json.jshint.ui/META-INF/MANIFEST.MF19
1 files changed, 19 insertions, 0 deletions
diff --git a/json/bundles/org.eclipse.wst.json.jshint.ui/META-INF/MANIFEST.MF b/json/bundles/org.eclipse.wst.json.jshint.ui/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..00f6331286
--- /dev/null
+++ b/json/bundles/org.eclipse.wst.json.jshint.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.wst.json.jshint.ui;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.eclipse.wst.json.jshint.ui.internal.JSHintUIPlugin
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.wst.sse.core,
+ com.ibm.icu,
+ org.eclipse.core.resources,
+ org.eclipse.wst.sse.ui;bundle-version="[1.3.500,1.4.0)",
+ org.eclipse.jface,
+ org.eclipse.ui,
+ org.eclipse.jface.text,
+ org.eclipse.wst.json.core
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy

Back to the top