Skip to content

Commit

Permalink
update build.xml with new jar signing information
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutmon committed Sep 11, 2017
1 parent 7a9cc90 commit 6e3e7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<echo file="${webstart.dir}/www/latestversion">PV${pathvisio.version}</echo>
<!-- Copy files needed for webstart !-->
<!--tsaurl="http://timestamp.comodoca.com/authenticode"-->
<signjar jar="pathvisio.jar"
alias="secure.ksoftware.net" storetype="pkcs12" storepass="${keystore.password}" keystore="../lib/visioKeyStore.p12"/>
<signjar jar="pathvisio.jar" alias="b9490170-b550-11e5-ad7d-000c29471649"
storetype="pkcs12" storepass="${keystore.password}" keystore="../Signing_Key.pfx" tsaurl="http://timestamp.comodoca.com"/>

<copy file="pathvisio.jar" toDir="${webstart.dir}/www"/>
<copy file="${webstart.dir}/pathvisio.jnlp" toDir="${webstart.dir}/www"/>
Expand Down
2 changes: 2 additions & 0 deletions modules/org.pathvisio.launcher/resources/version.props
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

pathvisio.version = 3.3.0

0 comments on commit 6e3e7cc

Please sign in to comment.