In the build, apply “skipinfo” consistently.

This commit is contained in:
j2blake 2013-11-14 11:14:32 -05:00
parent bcf395732e
commit 805491e52f

View file

@ -101,7 +101,7 @@
Override the core version, to get the 2-level effect. Override the core version, to get the 2-level effect.
================================= --> ================================= -->
<target name="revisionInfo" depends="vitroCore.revisionInfo" description="--> Store revision info in build"> <target name="revisionInfo" depends="vitroCore.revisionInfo" unless="skipinfo" description="--> Store revision info in build">
<addRevisionInfoLine productName="${ant.project.name}" productCheckoutDir="${basedir}" /> <addRevisionInfoLine productName="${ant.project.name}" productCheckoutDir="${basedir}" />
</target> </target>