You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/12/10 07:33:23 UTC

[royale-asjs] branch develop updated: forgot to include css file

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new ea51e9b  forgot to include css file
ea51e9b is described below

commit ea51e9b5d10f06b1db70fbc1c282ae1308aad400
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Dec 9 23:33:06 2018 -0800

    forgot to include css file
---
 frameworks/projects/SparkRoyale/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/pom.xml b/frameworks/projects/SparkRoyale/pom.xml
index 32a383c..9dd4f35 100644
--- a/frameworks/projects/SparkRoyale/pom.xml
+++ b/frameworks/projects/SparkRoyale/pom.xml
@@ -50,6 +50,12 @@
           <includeClasses>
             <includeClass>SparkRoyaleClasses</includeClass>
           </includeClasses>
+          <includeFiles>
+              <include-file>
+                  <name>defaults.css</name>
+                  <path>../src/main/resources/defaults.css</path>
+              </include-file>
+          </includeFiles>
           <skipExtern>true</skipExtern>
           <defines>
               <define>