Skip to content

Commit

Permalink
Updated version number and set java target version
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Sep 9, 2017
1 parent a70c23b commit f006d9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<property name="dir.build" value="${dir.binfile}/build" />
<property name="dir.dist" value="${dir.binfile}/dist" />
<property name="main.class" value="mpo.dayon.assisted.AssistedRunner" />
<property name="ant.build.javac.source" value="1.7"/>
<property name="ant.build.javac.target" value="1.7"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
Expand Down Expand Up @@ -41,7 +43,7 @@
<target name="build" depends="compile">
<jar destfile="${dir.build}/dayon.jar">
<manifest>
<attribute name="Implementation-Version" value="1.5 #0" />
<attribute name="Implementation-Version" value="1.5 #1" />
<attribute name="Main-Class" value="${main.class}" />
<attribute name="Class-Path" value=". jetty-continuation-8.1.21.v20160908.jar jetty-http-8.1.21.v20160908.jar jetty-io-8.1.21.v20160908.jar jetty-server-8.1.21.v20160908.jar jetty-util-8.1.21.v20160908.jar servlet-api-3.0.jar" />
<attribute name="Permissions" value="all-permissions" />
Expand Down

0 comments on commit f006d9a

Please sign in to comment.