Add DragAndDropExample to Maven examples build
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/dae3a3c7 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/dae3a3c7 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/dae3a3c7 Branch: refs/heads/browser-event Commit: dae3a3c77f48871c4bf632fe71acf25d56c61871 Parents: 64790cc Author: piotrz <[email protected]> Authored: Wed Jul 19 23:14:14 2017 +0200 Committer: piotrz <[email protected]> Committed: Wed Jul 19 23:14:14 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/DragAndDropExample/pom.xml | 12 ++---------- examples/flexjs/pom.xml | 1 + 2 files changed, 3 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/dae3a3c7/examples/flexjs/DragAndDropExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DragAndDropExample/pom.xml b/examples/flexjs/DragAndDropExample/pom.xml index 8e5afc9..149d3d6 100644 --- a/examples/flexjs/DragAndDropExample/pom.xml +++ b/examples/flexjs/DragAndDropExample/pom.xml @@ -50,24 +50,16 @@ </build> <dependencies> - <!-- Already added in parent --> - <!--dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Core</artifactId> - <version>0.8.0-SNAPSHOT</version> - <type>swc</type> - </dependency--> - <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Network</artifactId> + <artifactId>DragDrop</artifactId> <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>swf</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Network</artifactId> + <artifactId>DragDrop</artifactId> <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/dae3a3c7/examples/flexjs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml index e02d9ee..79ef510 100644 --- a/examples/flexjs/pom.xml +++ b/examples/flexjs/pom.xml @@ -64,6 +64,7 @@ <module>TableExample</module> <module>DebuggingExample</module> <module>DataBindingExampleWithFlexLayout</module> + <module>DragAndDropExample</module> </modules> <build>
