Community
Participate
Working Groups
Build Identifier: M20110909-1335 The MANIFEST for this artifact contains an invalid (well, eclipse virgo considers it as being invalid) Export-Package header. The problem is that "Export-Package: .," is not understood by virgo (what the purpose of this . export ?) http://git.eclipse.org/c/datatools/org.eclipse.datatools.sqltools.git/tree/plugins/org.eclipse.datatools.sqltools.parsers.sql.query/META-INF/MANIFEST.MF Reproducible: Always Steps to Reproduce: 1. Try to deploy org.eclipse.datatools.sqltools.parsers.sql.query_1.2.0.v201004291415.jar 2. See that the deployment failed because of an invalid MANIFEST header 3.
Thanks for pointing this out. I don't know how it got that way (it's been that way a long time), but there is no reason for it that I know. I'll remove the extra ".,".
Here's the Git commit record for the change on DTP 1.9.2 branch: http://git.eclipse.org/c/datatools/org.eclipse.datatools.sqltools.git/commit/?h=DTP_1_9_2_Branch&id=4527bbfe664358c28189273e84af08cc15f02faf I made the same change on the master (DTP 1.10) branch. I also updated the plugin version of plugin o.e.d.sqltools.parsers.sql.query from 1.2.0 to 1.2.1.