Skip to content

Commit

Permalink
removed configurator page for Hugs
Browse files Browse the repository at this point in the history
We will phase out the configurator wizard. As far as Hugs is concerned, the path to Hugs can still be configured on the Hugs Interpreter preference page.

darcs-hash:20080209183921-34f1c-a535fad5ceb1796e6f11d1f077d71ea8a7bb7fd7.gz
  • Loading branch information
Leif Frenzel committed Feb 9, 2008
1 parent 69107ae commit 78b79f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
2 changes: 0 additions & 2 deletions net.sf.eclipsefp.haskell.hugs/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ bundleVendor = eclipsefp.sourceforge.net
bundleName = Hugs support

# extensions
configuratorPage.title=HUGS
configuratorPage.description=HUGS is an interpreter that can be run with sources created in the IDE.
hugsPP_name = Hugs 98
shortcut_label = Hugs 98 session
contextLabel_label = Run Hugs 98 session
8 changes: 0 additions & 8 deletions net.sf.eclipsefp.haskell.hugs/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,4 @@
</perspective>
</shortcut>
</extension>
<!-- configurator page to simplify setting the ghc executable -->
<extension point="net.sf.eclipsefp.haskell.ui.configuratorPages">
<configuratorPage id="net.sf.eclipsefp.haskell.hugs.ui.configuratorpage.HugsConfiguratorPage"
title="%configuratorPage.title"
description="%configuratorPage.description"
bannerImage="icons/full/wizban/hugs.png"
class="net.sf.eclipsefp.haskell.hugs.ui.configuratorpage.HugsConfiguratorPage" />
</extension>
</plugin>

This file was deleted.

0 comments on commit 78b79f3

Please sign in to comment.