Skip to content

Commit 6e3e7cc

Browse files
committed
update build.xml with new jar signing information
1 parent 7a9cc90 commit 6e3e7cc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
<echo file="${webstart.dir}/www/latestversion">PV${pathvisio.version}</echo>
149149
<!-- Copy files needed for webstart !-->
150150
<!--tsaurl="http://timestamp.comodoca.com/authenticode"-->
151-
<signjar jar="pathvisio.jar"
152-
alias="secure.ksoftware.net" storetype="pkcs12" storepass="${keystore.password}" keystore="../lib/visioKeyStore.p12"/>
151+
<signjar jar="pathvisio.jar" alias="b9490170-b550-11e5-ad7d-000c29471649"
152+
storetype="pkcs12" storepass="${keystore.password}" keystore="../Signing_Key.pfx" tsaurl="http://timestamp.comodoca.com"/>
153153

154154
<copy file="pathvisio.jar" toDir="${webstart.dir}/www"/>
155155
<copy file="${webstart.dir}/pathvisio.jnlp" toDir="${webstart.dir}/www"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
12
pathvisio.version = 3.3.0
3+

0 commit comments

Comments
 (0)