fixing broken build; removing accidentally-retained ECHO DEBUG statement in the build script (blows up b/c property being echoed is not set in all cases)

This commit is contained in:
sbohlen
2011-05-30 03:16:19 +00:00
parent 5982407b93
commit 54728d1adc

View File

@@ -630,7 +630,6 @@ Commandline Examples:
<if test="${property::exists('mstest.exe')}">
<property name="vs-net.mstest.bin.dir.current" value="${string::replace(property::get-value('vs-net.mstest.bin.dir'), 'Microsoft Visual Studio 9.0', 'Microsoft Visual Studio 10.0')}" />
</if>
<echo message="STEVE mstest.exe.current: ${mstest.exe.current} , vs-net.mstest.bin.dir.current: ${vs-net.mstest.bin.dir.current}" />
<property name="lib.dir" value="${spring.basedir}/lib/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}"/>
<call target="copykeys" if="${project.build.sign}"/>
<call target="copylibs" />