Peter Kullmann (JIRA)
2014-06-19 09:30:25 UTC
Peter Kullmann created SM-2334:
----------------------------------
Summary: Invalid version in Eclipse-BundleSource header
Key: SM-2334
URL: https://issues.apache.org/jira/browse/SM-2334
Project: ServiceMix
Issue Type: Bug
Components: servicemix-components
Reporter: Peter Kullmann
Priority: Minor
The Eclipse-SourceBundle manifest entry in the source bundles for fop and xmlgraphics-commons have an invalid version:
Bundle-Name Apache ServiceMix :: Bundles :: fop
Bundle-SymbolicName org.apache.servicemix.bundles.fop.source
Bundle-Vendor The Apache Software Foundation
Bundle-Version 1.1.0.2
Created-By Apache Maven Bundle Plugin
Eclipse-SourceBundle org.apache.servicemix.bundles.fop;version="1.1_2"
Bundle-Name Apache ServiceMix :: Bundles :: xmlgraphics-commons
Bundle-SymbolicName org.apache.servicemix.bundles.xmlgraphics-commons.source
Bundle-Vendor The Apache Software Foundation
Bundle-Version 1.5.0.1
Created-By Apache Maven Bundle Plugin
Eclipse-SourceBundle org.apache.servicemix.bundles.xmlgraphics-commons;version="1.5_1"
It should be 1.1.0.2 instead of 1.1_2 for fop and 1.5.0.1 instead of 1.5_1 in the other case.
PDE gets confused by these headers:
Problem processing bundle manifest source header in plug-in Apache ServiceMix :: Bundles :: fop version 1.1_2
--
This message was sent by Atlassian JIRA
(v6.2#6252)
----------------------------------
Summary: Invalid version in Eclipse-BundleSource header
Key: SM-2334
URL: https://issues.apache.org/jira/browse/SM-2334
Project: ServiceMix
Issue Type: Bug
Components: servicemix-components
Reporter: Peter Kullmann
Priority: Minor
The Eclipse-SourceBundle manifest entry in the source bundles for fop and xmlgraphics-commons have an invalid version:
Bundle-Name Apache ServiceMix :: Bundles :: fop
Bundle-SymbolicName org.apache.servicemix.bundles.fop.source
Bundle-Vendor The Apache Software Foundation
Bundle-Version 1.1.0.2
Created-By Apache Maven Bundle Plugin
Eclipse-SourceBundle org.apache.servicemix.bundles.fop;version="1.1_2"
Bundle-Name Apache ServiceMix :: Bundles :: xmlgraphics-commons
Bundle-SymbolicName org.apache.servicemix.bundles.xmlgraphics-commons.source
Bundle-Vendor The Apache Software Foundation
Bundle-Version 1.5.0.1
Created-By Apache Maven Bundle Plugin
Eclipse-SourceBundle org.apache.servicemix.bundles.xmlgraphics-commons;version="1.5_1"
It should be 1.1.0.2 instead of 1.1_2 for fop and 1.5.0.1 instead of 1.5_1 in the other case.
PDE gets confused by these headers:
Problem processing bundle manifest source header in plug-in Apache ServiceMix :: Bundles :: fop version 1.1_2
--
This message was sent by Atlassian JIRA
(v6.2#6252)