You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/11/27 17:00:34 UTC

svn commit: r1771607 - in /myfaces/tobago/trunk/tobago-theme: ./ tobago-theme-charlotteville/ tobago-theme-richmond/ tobago-theme-richmond/src/main/resources/META-INF/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmo...

Author: lofwyr
Date: Sun Nov 27 17:00:34 2016
New Revision: 1771607

URL: http://svn.apache.org/viewvc?rev=1771607&view=rev
Log:
TOBAGO-1641: Remove tango icon lib

Added:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap/
      - copied from r1771575, myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmond/
Removed:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmond/
Modified:
    myfaces/tobago/trunk/tobago-theme/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/scss/_custom.scss

Modified: myfaces/tobago/trunk/tobago-theme/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/pom.xml?rev=1771607&r1=1771606&r2=1771607&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/pom.xml Sun Nov 27 17:00:34 2016
@@ -140,7 +140,7 @@
                 </goals>
                 <configuration>
                   <outputDirectory>
-                    ${basedir}/src/main/resources/META-INF/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmond/${bootstrap.version}
+                    ${basedir}/src/main/resources/META-INF/resources/org/apache/myfaces/tobago/renderkit/html/${theme.name}/standard/bootstrap/${bootstrap.version}
                   </outputDirectory>
                   <resources>
                     <resource>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml?rev=1771607&r1=1771606&r2=1771607&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml Sun Nov 27 17:00:34 2016
@@ -29,27 +29,6 @@
     <theme.name>charlotteville</theme.name>
   </properties>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>net.alchim31.maven</groupId>
-        <artifactId>yuicompressor-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>compress</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <suffix>.min</suffix>
-          <excludes>
-            <exclude>**/*.js</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml?rev=1771607&r1=1771606&r2=1771607&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml Sun Nov 27 17:00:34 2016
@@ -28,6 +28,10 @@
   <packaging>jar</packaging>
   <name>Tobago Theme Richmond</name>
 
+  <properties>
+    <theme.name>charlotteville</theme.name>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/scss/_custom.scss
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/scss/_custom.scss?rev=1771607&r1=1771606&r2=1771607&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/scss/_custom.scss (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/scss/_custom.scss Sun Nov 27 17:00:34 2016
@@ -27,4 +27,4 @@ $brand-warning:             #f0fd4e !def
 $brand-danger:              #ffa9a9 !default;
 
 $body-bg:    #eceeef !default;
-$body-color: #d265c8 !default;
+$body-color: #5facff !default;