Repository: flex-asjs Updated Branches: refs/heads/release0.8.0 512481811 -> 5bdf38896
Move Effects to parent pom to see if it helps fix Express DataBindingExample Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5bdf3889 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5bdf3889 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5bdf3889 Branch: refs/heads/release0.8.0 Commit: 5bdf388964354ba8912f0312209d4fa873a26e5c Parents: 5124818 Author: piotrz <[email protected]> Authored: Thu May 25 00:26:54 2017 +0200 Committer: piotrz <[email protected]> Committed: Thu May 25 00:26:54 2017 +0200 ---------------------------------------------------------------------- examples/express/DataBindingExample/pom.xml | 14 +------------- examples/express/pom.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5bdf3889/examples/express/DataBindingExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/express/DataBindingExample/pom.xml b/examples/express/DataBindingExample/pom.xml index 133bbf4..cda898b 100644 --- a/examples/express/DataBindingExample/pom.xml +++ b/examples/express/DataBindingExample/pom.xml @@ -42,6 +42,7 @@ <extensions>true</extensions> <configuration> <mainClass>DataBindingExample.mxml</mainClass> + <targets>SWF</targets> </configuration> </plugin> </plugins> @@ -69,19 +70,6 @@ <type>swc</type> <classifier>js</classifier> </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Effects</artifactId> - <version>0.8.0-SNAPSHOT</version> - <type>swc</type> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Effects</artifactId> - <version>0.8.0-SNAPSHOT</version> - <type>swc</type> - <classifier>js</classifier> - </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5bdf3889/examples/express/pom.xml ---------------------------------------------------------------------- diff --git a/examples/express/pom.xml b/examples/express/pom.xml index 70ca739..151a212 100644 --- a/examples/express/pom.xml +++ b/examples/express/pom.xml @@ -83,6 +83,19 @@ <type>swc</type> <classifier>js</classifier> </dependency> + <dependency> + <groupId>org.apache.flex.flexjs.framework</groupId> + <artifactId>Effects</artifactId> + <version>0.8.0-SNAPSHOT</version> + <type>swc</type> + </dependency> + <dependency> + <groupId>org.apache.flex.flexjs.framework</groupId> + <artifactId>Effects</artifactId> + <version>0.8.0-SNAPSHOT</version> + <type>swc</type> + <classifier>js</classifier> + </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId>
