You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/02 22:47:11 UTC

git commit: [flex-asjs] [refs/heads/develop] - Fix maven compilation for DataBindingExampleWithFlexLayout for swf version

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 6f03502df -> f730c0cfd


Fix maven compilation for DataBindingExampleWithFlexLayout for swf version


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

Branch: refs/heads/develop
Commit: f730c0cfd9c5a1db7b4bf4da5bae74cff28cec04
Parents: 6f03502
Author: piotrz <pi...@apache.org>
Authored: Sat Jun 3 00:47:06 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sat Jun 3 00:47:06 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/DataBindingExampleWithFlexLayout/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f730c0cf/examples/flexjs/DataBindingExampleWithFlexLayout/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DataBindingExampleWithFlexLayout/pom.xml b/examples/flexjs/DataBindingExampleWithFlexLayout/pom.xml
index a0a4bf2..9a718d4 100644
--- a/examples/flexjs/DataBindingExampleWithFlexLayout/pom.xml
+++ b/examples/flexjs/DataBindingExampleWithFlexLayout/pom.xml
@@ -61,6 +61,7 @@
       <artifactId>Network</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
+	  <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>