Skip to content

Commit

Permalink
Merge pull request #112 from busches/upgrade-jshint-2.9.1
Browse files Browse the repository at this point in the history
Upgrade to jshint 2.9.1
  • Loading branch information
ralfstx committed Feb 16, 2016
2 parents cd1b666 + a8eac20 commit 6086aae
Show file tree
Hide file tree
Showing 17 changed files with 48,368 additions and 29 deletions.
12 changes: 6 additions & 6 deletions bundles/com.eclipsesource.jshint.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JSHint Eclipse Integration
Bundle-SymbolicName: com.eclipsesource.jshint.ui;singleton:=true
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.10.1.qualifier
Bundle-Activator: com.eclipsesource.jshint.ui.internal.Activator
Bundle-Vendor: EclipseSource
Require-Bundle: org.eclipse.ui;bundle-version="3.6.0",
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.core.resources;bundle-version="3.6.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: com.eclipsesource.jshint;version="[0.10.0,1.0.0)",
Import-Package: com.eclipsesource.jshint;version="[0.10.1,1.0.0)",
com.eclipsesource.json;version="[0.9.0.jshint,0.9.0.jshint]"
Export-Package: com.eclipsesource.jshint.ui.internal;version="0.10.0";x-internal:=true,
com.eclipsesource.jshint.ui.internal.builder;version="0.10.0";x-internal:=true,
com.eclipsesource.jshint.ui.internal.preferences;version="0.10.0";x-internal:=true,
com.eclipsesource.jshint.ui.internal.preferences.ui;version="0.10.0";x-internal:=true
Export-Package: com.eclipsesource.jshint.ui.internal;version="0.10.1";x-internal:=true,
com.eclipsesource.jshint.ui.internal.builder;version="0.10.1";x-internal:=true,
com.eclipsesource.jshint.ui.internal.preferences;version="0.10.1";x-internal:=true,
com.eclipsesource.jshint.ui.internal.preferences.ui;version="0.10.1";x-internal:=true
4 changes: 2 additions & 2 deletions bundles/com.eclipsesource.jshint.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.ui</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.build</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions bundles/com.eclipsesource.jshint/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JSHint
Bundle-SymbolicName: com.eclipsesource.jshint
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.10.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: EclipseSource
Bundle-ActivationPolicy: lazy
Export-Package: com.eclipsesource.jshint;version="0.10.0",
com.eclipsesource.jshint.internal;version="0.10.0";x-friends:="com.eclipsesource.jshint.test",
Export-Package: com.eclipsesource.jshint;version="0.10.1",
com.eclipsesource.jshint.internal;version="0.10.1";x-friends:="com.eclipsesource.jshint.test",
com.eclipsesource.json;version="0.9.0.jshint"
Require-Bundle: org.mozilla.javascript;bundle-version="1.7.4"
4 changes: 2 additions & 2 deletions bundles/com.eclipsesource.jshint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.build</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
public class JSHint {

private static final String DEFAULT_JSHINT_VERSION = "2.9.0";
private static final String DEFAULT_JSHINT_VERSION = "2.9.1";
private static final int DEFAULT_JSHINT_INDENT = 4;
private ScriptableObject scope;
private Function jshint;
Expand Down
24,169 changes: 24,169 additions & 0 deletions bundles/com.eclipsesource.jshint/src/com/jshint/jshint-2.9.1.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.build</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/com.eclipsesource.jshint.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.eclipsesource.jshint.feature"
label="JSHint Eclipse Integration"
version="0.10.0.qualifier"
version="0.10.1.qualifier"
provider-name="EclipseSource">

<description url="http://github.eclipsesource.com/jshint-eclipse/">
Expand Down
4 changes: 2 additions & 2 deletions releng/com.eclipsesource.jshint.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.feature</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

<parent>
<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.build</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/com.eclipsesource.jshint.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="../com.eclipsesource.jshint.feature" id="com.eclipsesource.jshint.feature" version="0.10.0.qualifier">
<feature url="../com.eclipsesource.jshint.feature" id="com.eclipsesource.jshint.feature" version="0.10.1.qualifier">
<category name="com.eclipsesource.jshint"/>
</feature>
<category-def name="com.eclipsesource.jshint" label="JSHint">
Expand Down
4 changes: 2 additions & 2 deletions releng/com.eclipsesource.jshint.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.repository</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<parent>
<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.build</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions tests/com.eclipsesource.jshint.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for JSHint Eclipse Integration
Bundle-SymbolicName: com.eclipsesource.jshint.test
Bundle-Version: 0.10.0.qualifier
Fragment-Host: com.eclipsesource.jshint;bundle-version="0.10.0"
Bundle-Version: 0.10.1.qualifier
Fragment-Host: com.eclipsesource.jshint;bundle-version="0.10.1"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.junit;version="4.8.2",
org.junit.runner;version="4.8.2",
Expand Down
4 changes: 2 additions & 2 deletions tests/com.eclipsesource.jshint.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.test</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<parent>
<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.build</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public static Collection<Object[]> getParameters() {
{ "2.7.0" },
{ "2.8.0" },
{ "2.9.0" },
{ "2.9.1" },
} );
}

Expand Down
24,169 changes: 24,169 additions & 0 deletions tests/com.eclipsesource.jshint.test/src/com/jshint/jshint-2.9.1.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/com.eclipsesource.jshint.ui.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for JSHint UI
Bundle-SymbolicName: com.eclipsesource.jshint.ui.test
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.10.1.qualifier
Bundle-Vendor: EclipseSource
Fragment-Host: com.eclipsesource.jshint.ui;bundle-version="0.10.0"
Fragment-Host: com.eclipsesource.jshint.ui;bundle-version="0.10.1"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.log4j;version="[1.2.13,1.3.0)",
org.eclipse.swt.custom,
Expand Down
4 changes: 2 additions & 2 deletions tests/com.eclipsesource.jshint.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.ui.test</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<parent>
<groupId>com.eclipsesource.jshint</groupId>
<artifactId>com.eclipsesource.jshint.build</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 6086aae

Please sign in to comment.