Add echo to build.xml for print minimalTests value
diff --git a/build.properties b/build.properties
index 23f4561..925d779 100644
--- a/build.properties
+++ b/build.properties
@@ -27,7 +27,7 @@
 src.debug = on
 
 forkValue = true
-minimalTests = true
+minimalTests = false
 
 # JVM options for <compc> and <mxmlc> tasks
 jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -ea -Dapple.awt.UIElement=true
diff --git a/build.xml b/build.xml
index 6feb0e3..a7c5bb5 100644
--- a/build.xml
+++ b/build.xml
@@ -26,7 +26,7 @@
     <!-- Default Flex SDK is the trunk.  Override on cmd line with -D=FLEX_HOME=path. -->
 	<property name="FLEX_HOME" value="${basedir}/../flex-sdk"/>
 	<echo>FLEX_HOME is ${FLEX_HOME}</echo>
-	
+    <echo>Minimal test is set ${minimalTests}</echo>
 
 	<property name="flex.sdk.frameworks" value="${FLEX_HOME}/frameworks"/>
 	<property name="flex.locale" value="en_US"/>
@@ -363,7 +363,6 @@
 			</fileset>
 		</copy>
 	</target>
-
     <target name="flexunnit_tests">
         <flexunit swf="${output.dir}/apps/automation_apps/bin/VellumUnit.swf" player="flash" toDir="${output.dir}/apps/automation_apps/bin" haltonfailure="true" verbose="true" />
     </target>