Fiexed the problem causing the compilation error in js
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/19cd2f26
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/19cd2f26
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/19cd2f26
Branch: refs/heads/develop
Commit: 19cd2f26d48030e1b65ecc51a45e2b67f04fa734
Parents: 27cb63a
Author: Christofer Dutz <christofer.dutz@codecentric.de>
Authored: Fri Jul 1 11:01:17 2016 +0200
Committer: Christofer Dutz <christofer.dutz@codecentric.de>
Committed: Fri Jul 1 11:01:17 2016 +0200
----------------------------------------------------------------------
examples/flexjs/DataBindingExample_as/pom.xml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/19cd2f26/examples/flexjs/DataBindingExample_as/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DataBindingExample_as/pom.xml b/examples/flexjs/DataBindingExample_as/pom.xml
index d6bef4a..bf53875 100644
--- a/examples/flexjs/DataBindingExample_as/pom.xml
+++ b/examples/flexjs/DataBindingExample_as/pom.xml
@@ -22,10 +22,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <!--
- TODO: File not found: org.apache.flex.html.beads.CSSButtonView
- -->
-
<parent>
<groupId>org.apache.flex.flexjs.examples</groupId>
<artifactId>examples-flexjs</artifactId>
@@ -45,10 +41,11 @@
<extensions>true</extensions>
<configuration>
<mainClass>DataBindingExample.as</mainClass>
+ <removeCirculars>true</removeCirculars>
<defines>
<define>
<name>CONFIG::as_only</name>
- <value>true</value>
+ <value>false</value>
</define>
<define>
<name>CONFIG::js_only</name>
|