Description of problem: It looks like hibernate-core has unexpanded variable in META-INF/MANIFEST.MF Version-Release number of selected component (if applicable): 4.3.0-0.2.Beta4 Steps to Reproduce: open manifest of /usr/share/java/hibernate/hibernate-core.jar Actual results: Bundle-Name: hibernate-${m} Bundle-SymbolicName: org.hibernate.${m} Bundle-Description: hibernate ${m} Expected results: no unexpanded variables (${m})
should fixed in hibernate-4.3.0-0.4.Beta4.fc21
(In reply to gil cattaneo from comment #1) > should fixed in hibernate-4.3.0-0.4.Beta4.fc21 This was actually fixed by Stanislav in 4.3.0-0.3.Beta4.
(In reply to Mikolaj Izdebski from comment #2) > (In reply to gil cattaneo from comment #1) > > should fixed in hibernate-4.3.0-0.4.Beta4.fc21 > > This was actually fixed by Stanislav in 4.3.0-0.3.Beta4. yes i know thanks, 0.4.Beta4.fc21 fix only manifest entries e.g. attribute "Main-class" is present only in hibernate-core module, and add also OSGi manifest for hibernate-osgi [1] and hibernate-maven-plugin [2] module [1] http://central.maven.org/maven2/org/hibernate/hibernate-maven-plugin/4.3.0.Beta4/ [2] http://central.maven.org/maven2/org/hibernate/hibernate-osgi/4.3.0.Beta4/ this one non required all the manifest entries added in the "for" cycle regards