]
Brian Leathem reassigned RF-11303:
----------------------------------
Assignee: Brian Leathem
Better integration with JBossAS 7
---------------------------------
Key: RF-11303
URL:
https://issues.jboss.org/browse/RF-11303
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: build/distribution, compatibility
Affects Versions: 4.0.0.Final
Environment: RF 4.0.0.Final, JBossAS 7 Jenkins build 1501 or higher
Reporter: Juergen Zimmermann
Assignee: Brian Leathem
Priority: Trivial
Fix For: 4.1.0.Milestone3
JBossAS 7 contains sac-1.3.jar and cssparser-0.9.5.jar which can be reused in RichFaces
instead of doubling them in WEB-INF/lib. The solution is pretty simple:
In richfaces-core-impl-VERSION.jar the file META-INF/MANIFEST.MF has to be extended by
just this line:
Dependencies: org.w3c.css.sac,net.sourceforge.cssparser
That's all and from now on RichFaces doesn't require the distribution of sac and
cssparser in WEB-INF/lib when the platform is JBossAS 7. Please see also
https://issues.jboss.org/browse/AS7-1524.
Be aware that there is no blank after the comma between org.w3c.css.sac and
net.sourceforge.cssparser.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: