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

[03/27] git commit: [flex-asjs] [refs/heads/refactor-sprite] - - Fixed a problem building the distribution on windows machines

- 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/bf0ec84d
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bf0ec84d
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/bf0ec84d

Branch: refs/heads/refactor-sprite
Commit: bf0ec84dbac446af979bf85cce0353ed9df5693f
Parents: f4d3d1a
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Oct 6 16:39:51 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Oct 6 16:39:51 2016 +0200

----------------------------------------------------------------------
 distribution/src/main/assembly/component-air.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bf0ec84d/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 d2a9636..5a0be3c 100644
--- a/distribution/src/main/assembly/component-air.xml
+++ b/distribution/src/main/assembly/component-air.xml
@@ -113,13 +113,14 @@ under the License.
       <unpack>true</unpack>
     </dependencySet>
     <!-- Unpack the rest of the stuff that usually belongs to an AIR SDK -->
-    <dependencySet>
+    <!-- TODO: This seems to be empty on windows machines -->
+    <!--dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <includes>
         <include>com.adobe.air:misc:zip</include>
       </includes>
       <unpack>true</unpack>
-    </dependencySet>
+    </dependencySet-->
   </dependencySets>
   <fileSets>
     <!-- Copy the adt scripts and update the air version-number -->