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/26 16:55:09 UTC

svn commit: r1771502 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/tobago-config.xml

Author: lofwyr
Date: Sat Nov 26 16:55:09 2016
New Revision: 1771502

URL: http://svn.apache.org/viewvc?rev=1771502&view=rev
Log:
TOBAGO-1636: End of theme-dependent resource selection (ResourceManager)
* fixing links

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/tobago-config.xml

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/tobago-config.xml?rev=1771502&r1=1771501&r2=1771502&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/tobago-config.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/tobago-config.xml Sat Nov 26 16:55:09 2016
@@ -37,19 +37,19 @@
       <versioned>true</versioned>
       <resources production="true">
         <excludes>
-          <script name="bootstrap/4.0.0-alpha.5/js/bootstrap.js"/>
-          <style name="bootstrap/4.0.0-alpha.5/css/bootstrap.css"/>
+          <script name="/org/apache/myfaces/tobago/renderkit/html/standard/standard/bootstrap/4.0.0-alpha.5/js/bootstrap.js"/>
+          <style name="/org/apache/myfaces/tobago/renderkit/html/standard/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.css"/>
         </excludes>
-        <script name="bootstrap-richmond/4.0.0-alpha.5/js/bootstrap.js"/>
-        <style name="bootstrap-richmond/4.0.0-alpha.5/css/bootstrap.css"/>
+        <script name="/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmond/4.0.0-alpha.5/js/bootstrap.js"/>
+        <style name="/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmond/4.0.0-alpha.5/css/bootstrap.css"/>
       </resources>
       <resources production="false">
         <excludes>
-          <script name="bootstrap/4.0.0-alpha.5/js/bootstrap.js"/>
-          <style name="bootstrap/4.0.0-alpha.5/css/bootstrap.css"/>
+          <script name="/org/apache/myfaces/tobago/renderkit/html/standard/standard/bootstrap/4.0.0-alpha.5/js/bootstrap.js"/>
+          <style name="/org/apache/myfaces/tobago/renderkit/html/standard/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.css"/>
         </excludes>
-        <script name="bootstrap-richmond/4.0.0-alpha.5/js/bootstrap.js"/>
-        <style name="bootstrap-richmond/4.0.0-alpha.5/css/bootstrap.css"/>
+        <script name="/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmond/4.0.0-alpha.5/js/bootstrap.js"/>
+        <style name="/org/apache/myfaces/tobago/renderkit/html/richmond/standard/bootstrap-richmond/4.0.0-alpha.5/css/bootstrap.css"/>
       </resources>
     </theme-definition>
   </theme-definitions>