Repository: flex-asjs Updated Branches: refs/heads/develop 734e89aa8 -> 864ddbb10
- Fixed a problem building the distribution on windows machines Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/864ddbb1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/864ddbb1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/864ddbb1 Branch: refs/heads/develop Commit: 864ddbb103902c3001b677d931fa4ab8f6a98331 Parents: 734e89a Author: Christofer Dutz <christofer.d...@codecentric.de> Authored: Thu Oct 6 13:32:44 2016 +0200 Committer: Christofer Dutz <christofer.d...@codecentric.de> Committed: Thu Oct 6 13:32:44 2016 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 3 ++- distribution/src/main/assembly/component-air.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/864ddbb1/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 09f41bf..9d9ac10 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -648,7 +648,8 @@ <groupId>com.adobe.air.compiler</groupId> <artifactId>adt</artifactId> <version>${air.version}</version> - <classifier>win</classifier> + <!-- TODO: Change this back to "win" after fixing the mavenizer --> + <classifier>windows</classifier> <type>zip</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/864ddbb1/distribution/src/main/assembly/component-air.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/component-air.xml b/distribution/src/main/assembly/component-air.xml index 1655f6d..99ed7f6 100644 --- a/distribution/src/main/assembly/component-air.xml +++ b/distribution/src/main/assembly/component-air.xml @@ -34,6 +34,8 @@ under the License. <include>com.adobe.air.compiler:adt:zip:android</include> <include>com.adobe.air.compiler:adt:zip:desktop</include> <include>com.adobe.air.compiler:adt:zip:ios</include> + <!-- TODO: Change this back to "win" after fixing the mavenizer --> + <include>com.adobe.air.compiler:adt:zip:windows</include> </includes> <unpack>true</unpack> </dependencySet>