This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 91c7fb1 use jeweltheme for dev in jewelexample
91c7fb1 is described below
commit 91c7fb1b3cd217deb7a92c99d7715b3cbe802859
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Apr 10 19:06:45 2018 +0200
use jeweltheme for dev in jewelexample
---
examples/royale/JewelExample/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/examples/royale/JewelExample/pom.xml
b/examples/royale/JewelExample/pom.xml
index 2526fb2..78a2723 100644
--- a/examples/royale/JewelExample/pom.xml
+++ b/examples/royale/JewelExample/pom.xml
@@ -105,15 +105,15 @@
<type>swc</type>
<classifier>js</classifier>
</dependency>
- <!-- <dependency>
+ <dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>JewelTheme</artifactId>
<version>0.9.3-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
- <classifier>swf</classifier>
- </dependency> -->
- <dependency>
+ <classifier>js</classifier>
+ </dependency>
+ <!-- <dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
<version>0.9.3-SNAPSHOT</version>
@@ -135,7 +135,7 @@
<version>0.9.3-SNAPSHOT</version>
<type>swc</type>
<scope>theme</scope>
- </dependency>
+ </dependency> -->
</dependencies>
</project>
--
To stop receiving notification emails like this one, please contact
[email protected].