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/09/07 02:40:33 UTC

[royale-asjs] branch develop updated: I saw a hint online that there could be an encoding error, so overwrite this file in case there was something in it that was messing up windows builds

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 737e666  I saw a hint online that there could be an encoding error, so overwrite this file in case there was something in it that was messing up windows builds
737e666 is described below

commit 737e6661dc9db62f22f8bc7a6434281dc3cce96e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Sep 6 19:40:21 2018 -0700

    I saw a hint online that there could be an encoding error, so overwrite this file in case there was something in it that was messing up windows builds
---
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml
index a2c9a87..00ec439 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml
@@ -26,6 +26,7 @@
     <version>0.9.3-SNAPSHOT</version>
   </parent>
 
+  <!-- copied from light version which compiles just fine -->
   <artifactId>Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</artifactId>
   <version>0.9.3-SNAPSHOT</version>
   <packaging>swc</packaging>