This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/release/0.9.7 by this push:
new cc201e3 Fix ant build for jewel alert example
cc201e3 is described below
commit cc201e344acb0dd5104c5b3f0eab1c5e2eb0ceae
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Tue May 12 16:15:34 2020 +0300
Fix ant build for jewel alert example
---
examples/blog/BE0002_Using_Jewel_Alert_Control/build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/blog/BE0002_Using_Jewel_Alert_Control/build.xml
b/examples/blog/BE0002_Using_Jewel_Alert_Control/build.xml
index 47f2a67..55c47f8 100644
--- a/examples/blog/BE0002_Using_Jewel_Alert_Control/build.xml
+++ b/examples/blog/BE0002_Using_Jewel_Alert_Control/build.xml
@@ -21,7 +21,7 @@
<project name="0002_Using_Jewel_Alert_Control" default="main" basedir=".">
<property name="ROYALE_HOME" location="../../.."/>
- <property name="example" value="App" />
+ <property name="example" value="BE0002_Using_Jewel_Alert_Control" />
<property file="${ROYALE_HOME}/env.properties"/>
<property environment="env"/>