README 
------ 

LPG Java runtime



The parser is generated using LPG, which is an open source project in sourceForge.net (http://sourceforge.net/projects/lpg). To run the parser the LPG Java runtime is needed which is not included in DTP. After installing DTP, follow the steps below to add the LPG Java runtime to DTP.

Point your browser to http://sourceforge.net/project/showfiles.php?group_id=155963 
Download the package named lpgdistribution. This will save the lpgdistribution-05-16-06.zip file on your machine 
Open the zip file and extract lpgjavaruntime.jar into org.eclipse.datatools.lpg/lpg of your DTP installation.
org.eclipse.datatools.lpg is the placeholder plugin for the lpgjavaruntime and is in the plugin directory where you have installed DTP 
Rebuild the org.eclipse.datatools.sqltools.parsers.XXX plugins which were not compiling due to missing lpg runtime.This will enable the SQL Parser to run
