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
The following commit(s) were added to refs/heads/master by this push:
new 911c5aa add noautomation target that is more than main, but less than
all, without tests
911c5aa is described below
commit 911c5aa00a6b7e19161d0bd76ba9c800d35b7779
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Mar 4 15:07:00 2024 -0800
add noautomation target that is more than main, but less than all, without
tests
---
build.xml | 1 +
1 file changed, 1 insertion(+)
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">