Skip to content

Commit

Permalink
use extension for cabal file listener
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Dec 21, 2009
1 parent 2a39bd0 commit f334671
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net.sf.eclipsefp.haskell.debug.ui/plugin.xml
Expand Up @@ -91,4 +91,11 @@
commandId="net.sf.eclipsefp.haskell.debug.ui.internal.launch.ExecutableLaunchShortcut.run"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
<extension
point="net.sf.eclipsefp.haskell.ui.CabalChangeListener">
<listener
class="net.sf.eclipsefp.haskell.debug.ui.internal.launch.LaunchUpdater"
id="net.sf.eclipsefp.haskell.debug.ui.listener2">
</listener>
</extension>
</plugin>

0 comments on commit f334671

Please sign in to comment.