Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366800

Summary: Invalid Export-Package header in MANIFEST of org.eclipse.datatools.sqltools.parsers.sql.query
Product: [Tools] Data Tools Reporter: Yannick Lecaillez <yannick>
Component: SQL Query ParserAssignee: Brian Payton <bpayton>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: bpayton
Version: unspecified   
Target Milestone: 1.9.2   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Yannick Lecaillez CLA 2011-12-15 06:02:29 EST
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.
Comment 1 Brian Payton CLA 2012-01-24 15:43:26 EST
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 ".,".
Comment 2 Brian Payton CLA 2012-01-24 16:16:03 EST
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.