- 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/feature-autobuild/maven-archetypes
Commit: bf0ec84dbac446af979bf85cce0353ed9df5693f
Parents: f4d3d1a
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Thu Oct 6 16:39:51 2016 +0200
Committer: Christofer Dutz <christofer.d...@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 -->

Reply via email to