You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/05/25 18:34:09 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - Fix - disable Fonts module build for distribution package

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 de35a07ff -> a86b0ae57


Fix - disable Fonts module build for 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/a86b0ae5
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a86b0ae5
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a86b0ae5

Branch: refs/heads/release0.8.0
Commit: a86b0ae57b6d109c8512a1769256042147918905
Parents: de35a07
Author: piotrz <pi...@apache.org>
Authored: Thu May 25 20:33:55 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Thu May 25 20:33:55 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a86b0ae5/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index f8e2478..2661461 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -439,12 +439,12 @@
     </dependency>
 
     <!-- Fonts -->
-    <dependency>
+   <!-- <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Fonts</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swf</type>
-    </dependency>
+    </dependency>    -->
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Fonts</artifactId>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a86b0ae5/distribution/src/main/assembly/component.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/component.xml b/distribution/src/main/assembly/component.xml
index 5c1f8ae..765903d 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>