add noautomation target that is more than main, but less than all, without tests
diff --git a/build.xml b/build.xml
index c0e4ccf..a9db39b 100644
--- a/build.xml
+++ b/build.xml
@@ -70,6 +70,7 @@
 	<taskdef resource="flexTasks.tasks" classpathref="flexTasks.path"/>
 
 	<target name="all" depends="clean,textLayout, asTestApps,textLayout_editBar, textLayout_ui, testApps, automation_core, automation_tests, automation_apps" description="Clean build of TLF component and associated applications"/>
+	<target name="noautomation" depends="clean,textLayout, asTestApps,textLayout_editBar, textLayout_ui, testApps" description="Clean build of TLF component and non-automation associated applications"/>
 	<target name="main" depends="clean,textLayout" description="Clean build of textLayout.swc"/>
 
 	<target name="clean" description="Cleans all SWCs and SWFs">