[richfaces-issues] [JBoss JIRA] (RF-13008) Move the library path for the richfaces resources

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed May 22 16:53:06 EDT 2013


Brian Leathem created RF-13008:
----------------------------------

             Summary: Move the library path for the richfaces resources
                 Key: RF-13008
                 URL: https://issues.jboss.org/browse/RF-13008
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: resource handling
    Affects Versions: 5.0.0.Alpha1
            Reporter: Brian Leathem
            Assignee: Brian Leathem
             Fix For: 5.0.0.Alpha1


RichFaces resources were refactored in RF-12972 to provide a more hierarchical folder structure.  After that refactoring, paths were referenced with the sub-folder path in the library, as in:

{code}
library = "org.richfaes/ajax", name = "script.js"
{code}

To better align this approach with what the rest of the JSF community is doing, we should move the sub-folder path from the library to the name, as in:

{code}
library = "org.richfaes", name = "ajax/script.js"
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list