Repository: flex-asjs Updated Branches: refs/heads/feature/fontawesome 413902c83 -> f2eecbf8d
Add FontAwesome swc to distribution package Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f2eecbf8 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f2eecbf8 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f2eecbf8 Branch: refs/heads/feature/fontawesome Commit: f2eecbf8dd860af8edfc352bfd439f71aaef1861 Parents: 413902c Author: piotrz <[email protected]> Authored: Wed Jan 4 09:12:49 2017 +0100 Committer: piotrz <[email protected]> Committed: Wed Jan 4 09:12:49 2017 +0100 ---------------------------------------------------------------------- distribution/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2eecbf8/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 027f5d2..a4eeb43 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -269,6 +269,12 @@ <type>swc</type> <classifier>typedefs</classifier> </dependency> + <dependency> + <groupId>org.apache.flex.flexjs.framework</groupId> + <artifactId>FontAwesome</artifactId> + <version>0.8.0-SNAPSHOT</version> + <type>swc</type> + </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId>
