Update buildjar version to 1.4.
This commit is contained in:
parent
cff775cca8
commit
fe8b31c56f
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||||
<project default="buildandgit" name="sikevadb">
|
<project default="buildandgit" name="xidyn">
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<import file="buildjar.xml" />
|
<import file="buildjar.xml" />
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||||
<project default="dist" name="jarbuild">
|
<project default="dist" name="jarbuild">
|
||||||
<!--ANT 1.7 is required -->
|
<!--ANT 1.7 is required -->
|
||||||
<property name="buildjar.version" value="1.3" />
|
<property name="buildjar.version" value="1.4" />
|
||||||
<property file="build.properties" />
|
<property file="build.properties" />
|
||||||
<property name="build.dir" value="${basedir}/build" />
|
<property name="build.dir" value="${basedir}/build" />
|
||||||
<property name="build.src" value="${basedir}/src" />
|
<property name="build.src" value="${basedir}/src" />
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
|
|
||||||
<echo message="Push"/>
|
<echo message="Push"/>
|
||||||
<exec executable="git" outputproperty="git.push.out" failifexecutionfails="true">
|
<exec executable="git" outputproperty="git.push.out" failifexecutionfails="true">
|
||||||
<arg line="push"/>
|
<arg line="push --follow-tags"/>
|
||||||
</exec>
|
</exec>
|
||||||
<echo message="${git.push.out}" />
|
<echo message="${git.push.out}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in a new issue