print java.home RCL_2_1
authorcawthron
Thu, 27 Aug 2009 09:35:10 -0500
branchRCL_2_1
changeset 461 721b44b79a7b
parent 445 339bf2142549
print java.home
automation/product_builder/carbide.c/config/customTargets.xml
--- a/automation/product_builder/carbide.c/config/customTargets.xml	Mon Aug 17 13:29:55 2009 -0500
+++ b/automation/product_builder/carbide.c/config/customTargets.xml	Thu Aug 27 09:35:10 2009 -0500
@@ -64,6 +64,7 @@
 	<!-- Steps to do before setup -->
 	<!-- ===================================================================== -->
 	<target name="preSetup">
+        <echo message="java.home is ${java.home}" />
 	</target>
 
 	<!-- ===================================================================== -->