Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2019-08-28 18:50:18 +0000
committerNitin Dahyabhai2019-08-28 18:50:45 +0000
commit295f4989990f32b328fbb894b9358cae127b2458 (patch)
treeb4d470514b29a338f866139643efa8c2bb42ed4b
parent41a1f8c587e1d34567fe9317054b6176d0b48e28 (diff)
downloadwebtools.sourceediting-295f4989990f32b328fbb894b9358cae127b2458.tar.gz
webtools.sourceediting-295f4989990f32b328fbb894b9358cae127b2458.tar.xz
webtools.sourceediting-295f4989990f32b328fbb894b9358cae127b2458.zip
[nobug] missing jshintrc content type label
-rw-r--r--json/bundles/org.eclipse.wst.json.jshint.core/META-INF/MANIFEST.MF2
-rw-r--r--json/bundles/org.eclipse.wst.json.jshint.core/plugin.properties4
-rw-r--r--json/bundles/org.eclipse.wst.json.jshint.core/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/json/bundles/org.eclipse.wst.json.jshint.core/META-INF/MANIFEST.MF b/json/bundles/org.eclipse.wst.json.jshint.core/META-INF/MANIFEST.MF
index 0a5e98484b..cfd115846d 100644
--- a/json/bundles/org.eclipse.wst.json.jshint.core/META-INF/MANIFEST.MF
+++ b/json/bundles/org.eclipse.wst.json.jshint.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.json.jshint.core;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-Activator: org.eclipse.wst.json.jshint.core.internal.JSHintCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/json/bundles/org.eclipse.wst.json.jshint.core/plugin.properties b/json/bundles/org.eclipse.wst.json.jshint.core/plugin.properties
index 02b8b92d84..bcad4a5ca0 100644
--- a/json/bundles/org.eclipse.wst.json.jshint.core/plugin.properties
+++ b/json/bundles/org.eclipse.wst.json.jshint.core/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2015, 2016 present Angelo Zerr and others.
+# Copyright (c) 2015, 2019 present Angelo Zerr and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
@@ -13,4 +13,4 @@
###############################################################################
providerName=Eclipse Web Tools Platform
pluginName=JSHint Core
-JSHHintRc_Content_Type_Extension_Element.name.name=.jshintrc \ No newline at end of file
+JSHHintRc_Content_Type_Extension_Element.name=.jshintrc
diff --git a/json/bundles/org.eclipse.wst.json.jshint.core/pom.xml b/json/bundles/org.eclipse.wst.json.jshint.core/pom.xml
index 7f904b911e..c8a25fbb01 100644
--- a/json/bundles/org.eclipse.wst.json.jshint.core/pom.xml
+++ b/json/bundles/org.eclipse.wst.json.jshint.core/pom.xml
@@ -21,6 +21,6 @@
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.json.jshint.core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top