Skip to content

Commit

Permalink
Issues #99 and #95 . Linkage error or class not found fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrtomiak committed Oct 10, 2014
1 parent 6a0d6f6 commit d301966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/com.eclipsesource.jshint.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.0",
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: com.eclipsesource.jshint;version="[0.9.10,1.0.0)",
com.eclipsesource.json;version="0.9.0"
com.eclipsesource.json;version="[0.9.0.jshint,0.9.0.jshint]"
Export-Package: com.eclipsesource.jshint.ui.internal;version="0.9.10";x-internal:=true,
com.eclipsesource.jshint.ui.internal.builder;version="0.9.10";x-internal:=true,
com.eclipsesource.jshint.ui.internal.preferences;version="0.9.10";x-internal:=true,
Expand Down
2 changes: 1 addition & 1 deletion bundles/com.eclipsesource.jshint/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Bundle-Vendor: EclipseSource
Bundle-ActivationPolicy: lazy
Export-Package: com.eclipsesource.jshint;version="0.9.10",
com.eclipsesource.jshint.internal;version="0.9.10";x-friends:="com.eclipsesource.jshint.test",
com.eclipsesource.json;version="0.9.0"
com.eclipsesource.json;version="0.9.0.jshint"
Require-Bundle: org.mozilla.javascript;bundle-version="1.7.4"

0 comments on commit d301966

Please sign in to comment.