This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit ec7097c1eee9ce08755632de6fb0166cf10c65dc Author: Alex Harui <[email protected]> AuthorDate: Fri Dec 8 22:43:58 2017 -0800 forgot to add this SWC --- frameworks/js/build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frameworks/js/build.xml b/frameworks/js/build.xml index 7720802..e54149d 100644 --- a/frameworks/js/build.xml +++ b/frameworks/js/build.xml @@ -96,6 +96,7 @@ <antcall target="Reflection"/> <antcall target="Storage"/> <antcall target="XML"/> + <antcall target="Testing"/> <antcall target="Text"/> <antcall target="TLF"/> <antcall target="MaterialDesignLite"/> @@ -144,6 +145,7 @@ <ant dir="${basedir}/projects/NetworkJS" target="clean"/> <ant dir="${basedir}/projects/ReflectionJS" target="clean"/> <ant dir="${basedir}/projects/StorageJS" target="clean"/> + <ant dir="${basedir}/projects/TestingJS" target="clean"/> <ant dir="${basedir}/projects/TextJS" target="clean"/> <ant dir="${basedir}/projects/TLFJS" target="clean"/> <ant dir="${basedir}/projects/XMLJS" target="clean"/> @@ -238,6 +240,9 @@ <target name="XML" description="Clean build of XMLJS.swc"> <ant dir="${basedir}/projects/XMLJS"/> </target> + <target name="Testing" description="Clean build of TestingJS.swc"> + <ant dir="${basedir}/projects/TestingJS"/> + </target> <target name="Text" description="Clean build of TextJS.swc"> <ant dir="${basedir}/projects/TextJS"/> </target> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
