You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/06/09 07:53:54 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - - Included the DataBindingExample_as after adding the 'defines' config options

- Included the DataBindingExample_as after adding the 'defines' config options


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/080c6cb1
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/080c6cb1
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/080c6cb1

Branch: refs/heads/develop
Commit: 080c6cb1a739eb9650d564df13af090dcc2bd12b
Parents: ca24dc2
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Jun 9 09:53:39 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Jun 9 09:53:39 2016 +0200

----------------------------------------------------------------------
 examples/flexjs/DataBindingExample_as/pom.xml | 23 +++++++++++++++-------
 examples/flexjs/pom.xml                       |  3 +--
 2 files changed, 17 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/080c6cb1/examples/flexjs/DataBindingExample_as/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DataBindingExample_as/pom.xml b/examples/flexjs/DataBindingExample_as/pom.xml
index 59dd151..8fca4e1 100644
--- a/examples/flexjs/DataBindingExample_as/pom.xml
+++ b/examples/flexjs/DataBindingExample_as/pom.xml
@@ -40,20 +40,29 @@
                 <version>0.7.0-SNAPSHOT</version>
                 <extensions>true</extensions>
                 <configuration>
-                    <mainClass>DataBindingExample.mxml</mainClass>
-                    <!--defines>
-                        <property>
+                    <mainClass>DataBindingExample.as</mainClass>
+                    <defines>
+                        <define>
                             <name>CONFIG::as_only</name>
                             <value>true</value>
-                        </property>
-                        <property>
+                        </define>
+                        <define>
                             <name>CONFIG::js_only</name>
                             <value>false</value>
-                        </property>
-                    </defines-->
+                        </define>
+                    </defines>
                 </configuration>
             </plugin>
         </plugins>
     </build>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.flex.flexjs.framework</groupId>
+            <artifactId>Network</artifactId>
+            <version>0.7.0-SNAPSHOT</version>
+            <type>swc</type>
+        </dependency>
+    </dependencies>
+
 </project>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/080c6cb1/examples/flexjs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml
index 24132a5..694356e 100644
--- a/examples/flexjs/pom.xml
+++ b/examples/flexjs/pom.xml
@@ -37,8 +37,7 @@
         <module>CordovaCameraExample</module>
         <module>CreateJSExample</module>
         <module>DataBindingExample</module>
-        <!-- Needs "depends" support -->
-        <!--module>DataBindingExample_as</module-->
+        <module>DataBindingExample_as</module>
         <module>DataBindingExample_Flat</module>
         <module>DataGridExample</module>
         <module>DesktopMap</module>