Skip to content
Snippets Groups Projects
Commit 3b18b529 authored by gpawel's avatar gpawel
Browse files

ant version test

SVN: 22574
parent 5efe718f
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,12 @@ ...@@ -20,8 +20,12 @@
<property name="dist.common.lib" value="${dist.common}/lib" /> <property name="dist.common.lib" value="${dist.common}/lib" />
<target name="ci" depends="build-common.ci, check-dependencies" /> <target name="ci" depends="ant-version, build-common.ci, check-dependencies" />
<target name="ant-version">
<echo message="The Ant version is: ${ant.version}"/>
</target>
<target name="jar" depends="compile-tests"> <target name="jar" depends="compile-tests">
<mkdir dir="${dist.common.lib}" /> <mkdir dir="${dist.common.lib}" />
<build-info revision="revision.number" version="version.number" clean="clean.flag" /> <build-info revision="revision.number" version="version.number" clean="clean.flag" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment