Repository: flex-asjs Updated Branches: refs/heads/develop 6a0e73ac3 -> 1005316f1
- Removed the "Basic" module from the distribution Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1005316f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1005316f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1005316f Branch: refs/heads/develop Commit: 1005316f1dc3891d0c03a10bdea01a8b7c54898f Parents: 6a0e73a Author: Christofer Dutz <[email protected]> Authored: Thu Jan 26 22:19:32 2017 +0100 Committer: Christofer Dutz <[email protected]> Committed: Thu Jan 26 22:19:49 2017 +0100 ---------------------------------------------------------------------- distribution/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1005316f/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 7ac2aa4..e5cfdd1 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -80,12 +80,6 @@ <!-- Add the framework swc modules --> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Basic</artifactId> - <version>0.8.0-SNAPSHOT</version> - <type>swc</type> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> @@ -220,13 +214,6 @@ <!-- Add the framework js-swc modules --> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Basic</artifactId> - <version>0.8.0-SNAPSHOT</version> - <type>swc</type> - <classifier>typedefs</classifier> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type>
