You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/09/17 22:07:10 UTC

[royale-asjs] branch release/0.9.6 updated: CreditCardValidatorExample: fixed build script

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.6 by this push:
     new c15dc82  CreditCardValidatorExample: fixed build script
c15dc82 is described below

commit c15dc82d3d28d171b19ad2d1748e52b3eaeacb94
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Tue Sep 17 14:21:48 2019 -0700

    CreditCardValidatorExample: fixed build script
---
 examples/royale/CreditCardValidatorExample/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/CreditCardValidatorExample/build.xml b/examples/royale/CreditCardValidatorExample/build.xml
index bc014cf..d67db48 100644
--- a/examples/royale/CreditCardValidatorExample/build.xml
+++ b/examples/royale/CreditCardValidatorExample/build.xml
@@ -21,7 +21,7 @@
 
 <project name="CreditCardValidatorExample" default="main" basedir=".">
     <property name="ROYALE_HOME" location="../../.."/>
-    <property name="example" value="App" />
+    <property name="example" value="CreditCardValidatorExample" />
     
     <property file="${ROYALE_HOME}/env.properties"/>
     <property environment="env"/>