add RemoteObject example
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4dd1dabc Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4dd1dabc Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4dd1dabc Branch: refs/heads/packaging Commit: 4dd1dabc10f699cb07eeb524911af16377ea7c67 Parents: 688a527 Author: Alex Harui <[email protected]> Authored: Thu Sep 21 17:59:07 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Sep 21 17:59:07 2017 -0700 ---------------------------------------------------------------------- examples/build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4dd1dabc/examples/build.xml ---------------------------------------------------------------------- diff --git a/examples/build.xml b/examples/build.xml index 9d7e3cd..08fbb36 100644 --- a/examples/build.xml +++ b/examples/build.xml @@ -99,6 +99,7 @@ <ant dir="${basedir}/flexjs/MobileTrader"/> <ant dir="${basedir}/flexjs/ModuleExample"/> <ant dir="${basedir}/flexjs/ChartExample"/> + <ant dir="${basedir}/flexjs/RemoteObjectAMFTest"/> <ant dir="${basedir}/flexjs/StorageExample"/> <ant dir="${basedir}/flexjs/StyleExample"/> <ant dir="${basedir}/flexjs/TableExample"/> @@ -145,6 +146,7 @@ <ant dir="${basedir}/flexjs/MobileMap" target="clean"/> <ant dir="${basedir}/flexjs/ModuleExample" target="clean"/> <ant dir="${basedir}/flexjs/ChartExample" target="clean"/> + <ant dir="${basedir}/flexjs/RemoteObjectAMFTest" target="clean"/> <ant dir="${basedir}/flexjs/StorageExample" target="clean"/> <ant dir="${basedir}/flexjs/StyleExample" target="clean"/> <ant dir="${basedir}/flexjs/TableExample" target="clean"/> @@ -181,6 +183,7 @@ <ant dir="${basedir}/flexjs/MobileMap" target="examine"/> <ant dir="${basedir}/flexjs/ModuleExample" target="examine"/> <ant dir="${basedir}/flexjs/ChartExample" target="examine"/> + <ant dir="${basedir}/flexjs/RemoteObjectAMFTest" target="clean"/> <ant dir="${basedir}/flexjs/StorageExample" target="examine"/> <ant dir="${basedir}/flexjs/StyleExample" target="examine"/> <ant dir="${basedir}/flexjs/TableExample" target="examine"/>
