This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-tlf.git
The following commit(s) were added to refs/heads/develop by this push:
new 1502bd3 another search path for flexTasks.jar
1502bd3 is described below
commit 1502bd3cfc83e45b43a887bd926316af5f646861
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Mar 4 15:41:46 2024 -0800
another search path for flexTasks.jar
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index bf7c74b..600797c 100644
--- a/build.xml
+++ b/build.xml
@@ -55,6 +55,7 @@
<!-- for Flex tags suchs as mxmlc and compc -->
<path id="flexTasks.path">
<fileset dir="${FLEX_HOME}">
+ <include name="ant/lib/flexTasks.jar"/>
<include name="lib/flexTasks.jar"/>
</fileset>
</path>