Author: nickboldt
Date: 2010-04-26 18:37:55 -0400 (Mon, 26 Apr 2010)
New Revision: 21708
Modified:
branches/modular_build/build/build.xml
Log:
switch to <wcVersion> using revision.max
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-04-26 22:27:54 UTC (rev 21707)
+++ branches/modular_build/build/build.xml 2010-04-26 22:37:55 UTC (rev 21708)
@@ -195,9 +195,9 @@
</echo>
</then>
-->
- <isset property="svn.info.(a){COMPONENT}.committed.max" />
+ <isset property="svn.info.(a){COMPONENT}.revision.max" />
<then>
- <echo
file="${WORKINGDIR}/svn.info-@{COMPONENT}.txt">svn.info.(a){COMPONENT}.committed.max
= ${svn.info.(a){COMPONENT}.committed.max}
+ <echo
file="${WORKINGDIR}/svn.info-@{COMPONENT}.txt">svn.info.(a){COMPONENT}.revision.max
= ${svn.info.(a){COMPONENT}.revision.max}
</echo>
</then>
</if>
@@ -252,14 +252,14 @@
-->
<or>
<not>
- <isset property="svn.info.(a){COMPONENT}.committed.max" />
+ <isset property="svn.info.(a){COMPONENT}.revision.max" />
</not>
<not>
- <isset property="svn.info.(a){COMPONENT}.check.committed.max"
/>
+ <isset property="svn.info.(a){COMPONENT}.check.revision.max" />
</not>
<not>
- <equals arg1="${svn.info.(a){COMPONENT}.committed.max}"
- arg2="${svn.info.(a){COMPONENT}.check.committed.max}"
+ <equals arg1="${svn.info.(a){COMPONENT}.revision.max}"
+ arg2="${svn.info.(a){COMPONENT}.check.revision.max}"
/>
</not>
</or>