Repository: flex-asjs
Updated Branches:
  refs/heads/develop e5f1328c6 -> 95545813d


- Removed the Fonts.swf dependency from the distribution package


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

Branch: refs/heads/develop
Commit: 95545813dbb0bc60e9f56a6371351bca4c61a6fb
Parents: e5f1328
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Thu May 25 16:53:29 2017 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Thu May 25 16:53:29 2017 +0200

----------------------------------------------------------------------
 distribution/pom.xml                         | 13 +++++++------
 distribution/src/main/assembly/component.xml |  5 +++--
 2 files changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95545813/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index f8e2478..5e0708f 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -439,12 +439,13 @@
     </dependency>
 
     <!-- Fonts -->
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Fonts</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
-      <type>swf</type>
-    </dependency>
+    <!-- Disabled as currently font swf compilation is deactivated -->
+    <!--dependency>
+          <groupId>org.apache.flex.flexjs.framework</groupId>
+          <artifactId>Fonts</artifactId>
+          <version>0.8.0-SNAPSHOT</version>
+          <type>swf</type>
+        </dependency-->
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Fonts</artifactId>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95545813/distribution/src/main/assembly/component.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/component.xml 
b/distribution/src/main/assembly/component.xml
index 7e40f9e..0b8235f 100644
--- a/distribution/src/main/assembly/component.xml
+++ b/distribution/src/main/assembly/component.xml
@@ -102,14 +102,15 @@ under the License.
     </dependencySet>
 
     <!-- Copy the fonts -->
-    <dependencySet>
+    <!-- Disabled as currently font swf compilation is deactivated -->
+    <!--dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <outputDirectory>frameworks/fonts</outputDirectory>
       <includes>
         <include>org.apache.flex.flexjs.framework:Fonts:swf</include>
       </includes>
       <outputFileNameMapping>flat-ui-icons-regular.swf</outputFileNameMapping>
-    </dependencySet>
+    </dependencySet-->
     <dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <outputDirectory>frameworks/fonts</outputDirectory>

Reply via email to