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 3c55180 remove JewelThemes assets folder for now since there's no
needed resources
3c55180 is described below
commit 3c55180bd4369b07ab56de631b0562d1d4222fbe
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Jul 3 09:26:05 2018 +0200
remove JewelThemes assets folder for now since there's no needed resources
---
frameworks/themes/JewelTheme/pom.xml | 4 ++--
.../src/main/resources/assets/checkbox-tick.svg | 22 ----------------------
2 files changed, 2 insertions(+), 24 deletions(-)
diff --git a/frameworks/themes/JewelTheme/pom.xml
b/frameworks/themes/JewelTheme/pom.xml
index 259676f..664ff6b 100644
--- a/frameworks/themes/JewelTheme/pom.xml
+++ b/frameworks/themes/JewelTheme/pom.xml
@@ -56,10 +56,10 @@
<includeClass>JewelThemeClasses</includeClass>
</includeClasses>
<includeFiles>
- <include-file>
+ <!-- <include-file>
<name>assets/*</name>
<path>../src/main/resources/assets/*</path>
- </include-file>
+ </include-file> -->
<include-file>
<name>defaults.css</name>
<path>../src/main/resources/defaults.css</path>
diff --git
a/frameworks/themes/JewelTheme/src/main/resources/assets/checkbox-tick.svg
b/frameworks/themes/JewelTheme/src/main/resources/assets/checkbox-tick.svg
deleted file mode 100644
index 2c7ca9c..0000000
--- a/frameworks/themes/JewelTheme/src/main/resources/assets/checkbox-tick.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <rect x="0" y="0" width="22" height="22" fill-opacity="0"/>
- <polygon fill="#{$primary-color}" points="3.50018311 12.4854126 8.48547363
17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024
6.52087402 9.47265625"/>
-</svg>
\ No newline at end of file