This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flex-tlf.git
commit 05f4fc744db034133bbf7c6d59659e4182456ce2 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Mar 4 15:27:13 2024 -0800 Revert "add noautomation target that is more than main, but less than all, without tests" This reverts commit 911c5aa00a6b7e19161d0bd76ba9c800d35b7779. --- build.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/build.xml b/build.xml index a9db39b..c0e4ccf 100644 --- a/build.xml +++ b/build.xml @@ -70,7 +70,6 @@ <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">
