Skip to content

Commit

Permalink
Add keystore support for nbms
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Jul 14, 2012
1 parent 4935d58 commit 9f813b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@
<cluster>${brandingToken}</cluster>
<useOSGiDependencies>${gephi.netbeans.useOSGiDependencies}</useOSGiDependencies>

<keystore>../../src/keystore/keystore.ks</keystore>
<keystorealias>gephi</keystorealias>
<keystorepassword>${keystore.password}</keystorepassword>

<templateFile>src/main/app-resources/template.xml</templateFile>
<installDirName>${brandingToken}</installDirName>
<installerOsSolaris>false</installerOsSolaris>
Expand Down
Binary file added src/keystore/keystore.ks
Binary file not shown.

0 comments on commit 9f813b5

Please sign in to comment.