Skip to content

Commit

Permalink
remove all markers on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Jun 28, 2012
1 parent 6d16daa commit d9bc82c
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 261 deletions.
2 changes: 1 addition & 1 deletion docs/releasenotes/net.sf.eclipsefp.haskell_2.3.1.txt
Expand Up @@ -10,7 +10,7 @@ Necessary Haskell packages:


Fixes:

- Clean project removes all Haskell Problems markers in project

Features:
- Format source with stylish-haskell
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell-feature/feature.xml
Expand Up @@ -163,7 +163,7 @@ available at http://www.eclipse.org/legal/epl-v10.html.
id="net.sf.eclipsefp.haskell.buildwrapper"
download-size="0"
install-size="0"
version="2.3.0"
version="2.3.1"
unpack="false"/>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions net.sf.eclipsefp.haskell.buildwrapper/META-INF/MANIFEST.MF
Expand Up @@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: net.sf.eclipsefp.haskell.buildwrapper;singleton:=true
Bundle-Version: 2.3.0
Bundle-Version: 2.3.1
Bundle-Activator: net.sf.eclipsefp.haskell.buildwrapper.BuildWrapperPlugin
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
net.sf.eclipsefp.haskell.util;bundle-version="2.2.0";visibility:=reexport,
net.sf.eclipsefp.haskell.util;bundle-version="2.3.1";visibility:=reexport,
org.eclipse.core.resources;bundle-version="3.5.2",
org.eclipse.ui.ide;bundle-version="3.5.2",
org.eclipse.jface.text;bundle-version="3.5.2",
Expand Down
Expand Up @@ -1002,6 +1002,7 @@ public void clean(IProgressMonitor mon) throws CoreException{
fldr.delete(IResource.FORCE, mon);
}
deleteCabalProblems();
BuildWrapperPlugin.deleteAllProblems(project);
cabalFileChanged();
outlines.clear();
synchronize(false);
Expand Down

0 comments on commit d9bc82c

Please sign in to comment.