Skip to content

Commit

Permalink
Issue #11: Fixed the issue with Rebuild Core Library action appearing…
Browse files Browse the repository at this point in the history
… for non-chipKIT projects
  • Loading branch information
gholdys committed Mar 15, 2017
1 parent a84e3a6 commit e2e80a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ nbproject/private

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

#Dolphin directory files
.directory
4 changes: 2 additions & 2 deletions manifest.mf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
AutoUpdate-Show-In-Client: true
OpenIDE-Module: com.microchip.mplab.nbide.embedded.chipkit/0
OpenIDE-Module-Implementation-Version: 170304
OpenIDE-Module-Implementation-Version: 170308
OpenIDE-Module-Install: com/microchip/mplab/nbide/embedded/chipkit/Installer.class
OpenIDE-Module-Localizing-Bundle: com/microchip/mplab/nbide/embedded/chipkit/Bundle.properties
OpenIDE-Module-Specification-Version: 0.9.10
OpenIDE-Module-Specification-Version: 0.9.11
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@ActionRegistration(
iconBase = "com/microchip/mplab/nbide/embedded/chipkit/actions/arduino_16.png",
displayName = "#CTL_RebuildCoreLibraryAction",
lazy = true
lazy = false
)
@ActionReference(path="Projects/Actions", position = 100)
public class RebuildCoreLibraryAction extends AbstractAction implements ContextAwareAction {
Expand Down

0 comments on commit e2e80a1

Please sign in to comment.