Mercurial > public > develkit
changeset 58:426d160e1e4a
USPSR-221: Include version properties as ant properties
author | smith@nwoca.org |
---|---|
date | Fri, 22 Jul 2011 14:30:27 -0400 |
parents | f7f21e9d2296 |
children | 5bf585a38400 |
files | ssdt-common-build.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ssdt-common-build.xml Thu Jul 14 15:39:58 2011 -0400 +++ b/ssdt-common-build.xml Fri Jul 22 14:30:27 2011 -0400 @@ -58,6 +58,8 @@ <entry key="build.java.version" value="${ant.java.version}"/> <entry key="built.on" value="${os.name} ${os.arch} ${os.version} (${user.name})"/> </propertyfile> + <property file="${project.version.file}" prefix="version"/> + </target> <target name="-project.pre-init" depends="init">