- Adjusting the output of the maven build to match that of the ANT build
Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/0eb0fa8e Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/0eb0fa8e Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/0eb0fa8e Branch: refs/heads/master Commit: 0eb0fa8e2874db19e733e1377cebc68da4d96d1d Parents: 5ed32a5 Author: Christofer Dutz <[email protected]> Authored: Mon Jun 6 15:00:04 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Jun 6 15:00:04 2016 +0200 ---------------------------------------------------------------------- js/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0eb0fa8e/js/pom.xml ---------------------------------------------------------------------- diff --git a/js/pom.xml b/js/pom.xml index cf5e3b5..57adced 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -200,6 +200,12 @@ </exclude> </excludes> </externcConfig> + <includeFiles> + <includeFile> + <name>externs/svg.js</name> + <path>downloads/svg.js</path> + </includeFile> + </includeFiles> <skipSwc>true</skipSwc> </configuration> <dependencies>
