[
https://issues.apache.org/jira/browse/TOBAGO-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15730111#comment-15730111
]
Hudson commented on TOBAGO-1653:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago 3.0.x #671 (See
[https://builds.apache.org/job/Tobago%203.0.x/671/])
TOBAGO-1653: Shorten the resource path of CSS, JavaScript, etc. in the themes
(lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1773150])
* (edit) tobago-3.0.x/pom.xml
* (edit) tobago-3.0.x/tobago-theme/pom.xml
* (edit) tobago-3.0.x/tobago-theme/rebuild-theme.sh
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/org/apache/myfaces/tobago
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/renderkit/html/charlotteville/standard
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/tobago-config.xml
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/org/apache/myfaces/tobago
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/renderkit/html/richmond/standard
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/tobago-config.xml
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/org/apache/myfaces/tobago
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/renderkit/html/scarborough/standard
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/tobago-config.xml
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/org/apache/myfaces/tobago
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/renderkit/html/speyside/standard
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/tobago-config.xml
* (edit) tobago-3.0.x/tobago-theme/tobago-theme-standard/pom.xml
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/org/apache/myfaces/tobago
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago
* (delete)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/renderkit/html/standard/standard
* (add)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/script/tobago.js
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/test/java/org/apache/myfaces/tobago/renderkit/html/CssClassCompareUnitTest.java
> Shorten the resource path of CSS, JavaScript, etc. in the themes
> -----------------------------------------------------------------
>
> Key: TOBAGO-1653
> URL: https://issues.apache.org/jira/browse/TOBAGO-1653
> Project: MyFaces Tobago
> Issue Type: Task
> Components: Themes
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Priority: Minor
> Fix For: 3.0.0
>
>
> Currently we have e.g. this path:
> {code}
> /org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/bootstrap/4.0.0-alpha.5/js/bootstrap.js
> {code}
> (the String "standard", was the browser in Tobago 2 and is no longer used)
> So, we have a little change here and we can clean up a bit to shorten this
> very long path to
> {code}
> /org/apache/myfaces/tobago/charlotteville/bootstrap/4.0.0-alpha.5/js/bootstrap.js
> {code}
> Prefix: /org/apache/myfaces/tobago
> Theme: charlotteville
> Lib: bootstrap
> Lib-Version: 4.0.0-alpha.5
> Usual File Structure: js/bootstrap.js
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)