In the build, apply “skipinfo” consistently.
This commit is contained in:
parent
bcf395732e
commit
805491e52f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue