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/06/07 12:32:24 UTC

git commit: [flex-asjs] [refs/heads/develop] - - Made sure the defaults.css is included in the final swc

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 9b365820f -> 22dbbc472


- Made sure the defaults.css is included in the final swc


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

Branch: refs/heads/develop
Commit: 22dbbc47217d0086a07fb620dd289f2af0984328
Parents: 9b36582
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Jun 7 14:32:17 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Jun 7 14:32:17 2016 +0200

----------------------------------------------------------------------
 frameworks/projects/Charts/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/22dbbc47/frameworks/projects/Charts/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Charts/pom.xml b/frameworks/projects/Charts/pom.xml
index a3879e2..82ea39a 100644
--- a/frameworks/projects/Charts/pom.xml
+++ b/frameworks/projects/Charts/pom.xml
@@ -51,6 +51,10 @@
                     </includeClasses>
                     <includeFiles>
                         <include-file>
+                            <name>defaults.css</name>
+                            <path>../src/main/resources/defaults.css</path>
+                        </include-file>
+                        <include-file>
                             <name>js/out/*</name>
                             <path>generated-sources/flexjs/*</path>
                         </include-file>