Skip to content

Commit

Permalink
compatibility with AttoJSON 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Oct 1, 2010
1 parent f1d18d1 commit eed2674
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions net.sf.eclipsefp.haskell-feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sf.eclipsefp.haskell"
label="%bundleName"
version="2.0.0"
version="2.0.1"
provider-name="%bundleVendor">

<description>
Expand Down Expand Up @@ -89,7 +89,7 @@ and is also available at http://github.com/JPMoresmau/scion/raw/master/docs/LICE
id="net.sf.eclipsefp.haskell.ui"
download-size="0"
install-size="0"
version="2.0.0"
version="2.0.1"
unpack="false"/>

<plugin
Expand Down Expand Up @@ -131,7 +131,7 @@ and is also available at http://github.com/JPMoresmau/scion/raw/master/docs/LICE
id="net.sf.eclipsefp.haskell.scion.client"
download-size="0"
install-size="0"
version="2.0.0"
version="2.0.1"
unpack="false"/>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions net.sf.eclipsefp.haskell.debug.ui/META-INF/MANIFEST.MF
Expand Up @@ -16,8 +16,8 @@ Require-Bundle: net.sf.eclipsefp.haskell.ghccompiler,
org.eclipse.ui.workbench.texteditor;bundle-version="3.5.0",
org.eclipse.jface.text;bundle-version="3.5.1",
org.eclipse.ui.editors;bundle-version="3.5.0",
net.sf.eclipsefp.haskell.compat;bundle-version="1.0.0",
net.sf.eclipsefp.haskell.util
net.sf.eclipsefp.haskell.util,
net.sf.eclipsefp.haskell.compat
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
Export-Package: net.sf.eclipsefp.haskell.debug.ui.internal;x-friends:="net.sf.eclipsefp.haskell.debug.ui.test",
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell.scion.client/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: net.sf.eclipsefp.haskell.scion.client;singleton:=true
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Expand Down
Expand Up @@ -27,7 +27,7 @@ public class ScionPlugin extends AbstractUIPlugin {
// no dot so we see it in Eclipse project view
public static final String DIST_FOLDER="dist-scion";

public static final String SCION_VERSION="0.1.0.4";
public static String SCION_VERSION="0.1.0.5";

private final Map<IProject, ScionInstance> instances = new HashMap<IProject, ScionInstance>();

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: %bundleName
Bundle-SymbolicName: net.sf.eclipsefp.haskell.ui;singleton:=true
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-Activator: net.sf.eclipsefp.haskell.ui.HaskellUIPlugin
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
Expand Down

0 comments on commit eed2674

Please sign in to comment.