Skip to content

Commit

Permalink
jar files signed with new certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
frncesc committed Mar 10, 2016
1 parent 5d7e2de commit f9beafd
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/JNLPServlet/web/jclic/author.jnlp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</security>
<resources>
<j2se version="1.6+" max-heap-size="128m"/>
<jar href="jclicauthor.jar" main="true" version="1.3.1.0"/>
<jar href="jclic.jar" version="1.3.1.0"/>
<jar href="jclicauthor.jar" main="true" version="1.3.1.0.01"/>
<jar href="jclic.jar" version="1.3.1.0.01"/>
</resources>
<application-desc/>
</jnlp>
2 changes: 1 addition & 1 deletion app/JNLPServlet/web/jclic/install.jnlp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</security>
<resources>
<j2se version="1.6+"/>
<jar href="jclic.jar" version="1.3.1.0"/>
<jar href="jclic.jar" version="1.3.1.0.01"/>
</resources>
<application-desc main-class="JClicInstaller">
<argument>$$argument</argument>
Expand Down
Binary file added app/JNLPServlet/web/jclic/jclic__V1.2.3.3.jar
Binary file not shown.
Binary file added app/JNLPServlet/web/jclic/jclic__V1.3.1.0.01.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions app/JNLPServlet/web/jclic/player.jnlp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<vendor>XTEC</vendor>
<homepage href="http://clic.xtec.cat"/>
<description>JClic player</description>
<description kind="short">Player of JClic activities</description>
<description kind="short">End-user application that runs JClic projects</description>
<description kind="tooltip">JClic player</description>
<icon height="32" href="jclic_32x32.gif" width="32"/>
<icon href="splash_player.gif" kind="splash"/>
Expand All @@ -21,7 +21,7 @@
</security>
<resources>
<j2se version="1.6+"/>
<jar href="jclic.jar" main="true" version="1.3.1.0"/>
<jar href="jclic.jar" main="true" version="1.3.1.0.01"/>
</resources>
<application-desc/>
</jnlp>
4 changes: 2 additions & 2 deletions app/JNLPServlet/web/jclic/reportServer.jnlp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</security>
<resources>
<j2se version="1.6+"/>
<jar href="jclicreports.jar" main="true" version="1.3.1.0"/>
<jar href="jclic.jar" version="1.3.1.0"/>
<jar href="jclicreports.jar" main="true" version="1.3.1.0.01"/>
<jar href="jclic.jar" version="1.3.1.0.01"/>
</resources>
<application-desc/>
</jnlp>

0 comments on commit f9beafd

Please sign in to comment.