Better integration with JBossAS 7.1
-----------------------------------

                 Key: RF-11657
                 URL: https://issues.jboss.org/browse/RF-11657
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: build/distribution, compatibility
    Affects Versions: 4.1.0.Milestone3
            Reporter: Juergen Zimmermann


JBossAS 7.1 contains Google Guava 10.0.x (in addition to sac-1.3.jar and 
cssparser-0.9.5.jar). Guava can be reused in RichFaces instead of doubling it 
in WEB-INF/lib. The solution is pretty simple:

In richfaces-core-impl-VERSION.jar the file META-INF/MANIFEST.MF already 
contains the line "Dependencies: ...". This line has to be extended by just 
",com.google.guava" as follows:
Dependencies: org.w3c.css.sac,net.sourceforge.cssparser,com.google.guava

That's all and from now on RichFaces doesn't require the distribution of Google 
Guava in WEB-INF/lib when the platform is JBossAS 7.1. Please see also 
https://issues.jboss.org/browse/AS7-1809.

Be aware that there is no blank after the comma between 
net.sourceforge.cssparser and com.google.guava.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to