Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
Update and clean-up Maven dependencies.
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=218
  • Loading branch information
reza_rahman committed Jul 20, 2015
1 parent 151f374 commit 73e6ec1
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 274 deletions.
30 changes: 15 additions & 15 deletions nbactions.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-Run Cargo</actionName>
<displayName>Run Cargo</displayName>
<goals>
<goal>package cargo:run</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-Stop Cargo</actionName>
<displayName>Stop Cargo</displayName>
<goals>
<goal>cargo:stop</goal>
</goals>
</action>
</actions>
<action>
<actionName>CUSTOM-Run Cargo</actionName>
<displayName>Run Cargo</displayName>
<goals>
<goal>package cargo:run</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-Stop Cargo</actionName>
<displayName>Stop Cargo</displayName>
<goals>
<goal>cargo:stop</goal>
</goals>
</action>
</actions>
Loading

0 comments on commit 73e6ec1

Please sign in to comment.