You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/08/25 15:32:33 UTC

[25/50] [abbrv] git commit: [flex-asjs] [refs/heads/spark] - - Fixed a wrong classifier in the directory distribution for windows systems

- Fixed a wrong classifier in the directory distribution for windows systems


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/022fcd0b
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/022fcd0b
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/022fcd0b

Branch: refs/heads/spark
Commit: 022fcd0babd6ef4ea8b1e6e6ee8c4d5d386223d2
Parents: 5121d5c
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Fri Aug 5 09:53:16 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Fri Aug 5 09:53:44 2016 +0200

----------------------------------------------------------------------
 distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/022fcd0b/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 1f80358..a3d4fcb 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -662,7 +662,7 @@
           <groupId>com.adobe.air.runtime</groupId>
           <artifactId>air-captive</artifactId>
           <version>${air.version}</version>
-          <classifier>mac</classifier>
+          <classifier>win</classifier>
           <type>zip</type>
         </dependency>
       </dependencies>