dont change vesrion number in wscript when doing awsapi build

This commit is contained in:
frank 2012-05-16 11:08:30 -07:00
parent 9dbf4ae956
commit dfa6b6e545
1 changed files with 0 additions and 5 deletions

View File

@ -70,11 +70,6 @@
<isset property="update.build.number" />
</and>
</condition>
<replaceregexp file="wscript"
match="VERSION = '(.*)'"
replace="VERSION = '${impl.version}'"
byline="true"
/>
<echo message="Build number is ${impl.version}" />
<!--
<propertyfile file="${base.dir}/awsapi/conf/ec2-service.properties">