Skip to content

Commit

Permalink
Merge pull request #25 from jouvin/panc-version
Browse files Browse the repository at this point in the history
Add panc-version target to ant: displays pan compiler version
  • Loading branch information
jouvin committed Oct 27, 2014
2 parents dd1fcf6 + 8d9159c commit 1d1907f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions quattor.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,4 +440,11 @@
</target>


<!-- Show pan compiler version -->
<target name="panc.version" depends="init,define.tasks" description="Display pan compiler version">

<panc-version />

</target>

</project>

0 comments on commit 1d1907f

Please sign in to comment.