NIHVIVO-1229 Fix the way revisionInfo works in productBuild.

This commit is contained in:
jeb228 2010-10-22 16:49:15 +00:00
parent fe5a4f12cd
commit a490d44617

View file

@ -192,7 +192,7 @@
<!-- - - - - - - - - - - - - - - - - -
target: productRevisionInfo
- - - - - - - - - - - - - - - - - -->
<target name="productRevisionInfo">
<target name="productRevisionInfo" depends="productTest">
<property name="revisionInfo.product.dir" location="${ant.file}/.." />
<property name="revisionInfo.build.file" location="${war-classes.dir}/revisionInfo.txt" />