You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/21 09:07:22 UTC

[09/49] git commit: [flex-asjs] [refs/heads/feature-autobuild/maven-archetypes] - - Changed the cassified of "adt" back to "win"

- Changed the cassified of "adt" back to "win"


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

Branch: refs/heads/feature-autobuild/maven-archetypes
Commit: f4d3d1a201be886cf6b189067bb93d264c36f797
Parents: 864ddbb
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Oct 6 16:00:21 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Oct 6 16:00:21 2016 +0200

----------------------------------------------------------------------
 distribution/pom.xml                             | 3 +--
 distribution/src/main/assembly/component-air.xml | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f4d3d1a2/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 9d9ac10..09f41bf 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -648,8 +648,7 @@
           <groupId>com.adobe.air.compiler</groupId>
           <artifactId>adt</artifactId>
           <version>${air.version}</version>
-          <!-- TODO: Change this back to "win" after fixing the mavenizer -->
-          <classifier>windows</classifier>
+          <classifier>win</classifier>
           <type>zip</type>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f4d3d1a2/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 99ed7f6..d2a9636 100644
--- a/distribution/src/main/assembly/component-air.xml
+++ b/distribution/src/main/assembly/component-air.xml
@@ -34,8 +34,7 @@ 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>
+        <include>com.adobe.air.compiler:adt:zip:win</include>
       </includes>
       <unpack>true</unpack>
     </dependencySet>