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

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


The following commit(s) were added to refs/heads/release/0.9.2 by this push:
     new 2661ae5  try moving basic.css so Maven source package doesn't complain 
(it sees the jar in target)
2661ae5 is described below

commit 2661ae5298a52614315eba44b664356db5012511
Author: Alex Harui <aha...@apache.org>
AuthorDate: Sun Mar 11 22:50:50 2018 -0700

    try moving basic.css so Maven source package doesn't complain (it sees the 
jar in target)
---
 frameworks/air-config-template.xml          | 2 +-
 frameworks/flex-config-template.xml         | 2 +-
 frameworks/royale-config-template.xml       | 2 +-
 frameworks/themes/Basic/pom.xml             | 4 ++--
 frameworks/themes/Basic/{ => src}/basic.css | 0
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks/air-config-template.xml 
b/frameworks/air-config-template.xml
index a58d503..969e517 100644
--- a/frameworks/air-config-template.xml
+++ b/frameworks/air-config-template.xml
@@ -283,7 +283,7 @@
       <!-- List of CSS or SWC files to apply as a theme. -->
       <!-- not set -->
       <theme>
-          <filename>themes/Basic/basic.css</filename>
+          <filename>themes/Basic/src/basic.css</filename>
       </theme>
       
       <!-- Turns on the display of stack traces for uncaught runtime errors. 
-->
diff --git a/frameworks/flex-config-template.xml 
b/frameworks/flex-config-template.xml
index 0b49886..8c2477c 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.xml
@@ -317,7 +317,7 @@
 
       <!-- List of CSS or SWC files to apply as a theme. -->
       <theme>
-          <filename>themes/Basic/basic.css</filename>
+          <filename>themes/Basic/src/basic.css</filename>
       </theme>
 
       <!-- Turns on the display of stack traces for uncaught runtime errors. 
-->
diff --git a/frameworks/royale-config-template.xml 
b/frameworks/royale-config-template.xml
index 42bc3a8..487b0ca 100644
--- a/frameworks/royale-config-template.xml
+++ b/frameworks/royale-config-template.xml
@@ -317,7 +317,7 @@
 
       <!-- List of CSS or SWC files to apply as a theme. -->
       <theme>
-          <filename>themes/Basic/basic.css</filename>
+          <filename>themes/Basic/src/basic.css</filename>
       </theme>
 
       <!-- Turns on the display of stack traces for uncaught runtime errors. 
-->
diff --git a/frameworks/themes/Basic/pom.xml b/frameworks/themes/Basic/pom.xml
index 5ea7c72..5a0dd51 100644
--- a/frameworks/themes/Basic/pom.xml
+++ b/frameworks/themes/Basic/pom.xml
@@ -33,7 +33,7 @@
   <name>Apache Royale: Framework: Themes: Basic</name>
 
   <build>
-    <sourceDirectory>.</sourceDirectory>
+    <sourceDirectory>src</sourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.royale.compiler</groupId>
@@ -44,7 +44,7 @@
           <includeFiles>
             <include-file>
               <name>basic.css</name>
-              <path>../basic.css</path>
+              <path>../src/basic.css</path>
             </include-file>
           </includeFiles>
         </configuration>
diff --git a/frameworks/themes/Basic/basic.css 
b/frameworks/themes/Basic/src/basic.css
similarity index 100%
rename from frameworks/themes/Basic/basic.css
rename to frameworks/themes/Basic/src/basic.css

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to