blob: a6c2559e873302649986a091a5c7509fd56434d8 [file] [log] [blame]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
REPHRASER ENGINE SUPPORT CODE
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This project is used to build JARs containing the database infrastructure used
in CDT's indexer. These JARs are:
cdtdb-4.0.3-eclipse.jar
Copied into org.eclipse.rephraserengine.core; used by the Rephraser engine
Depends on the Eclipse Platform to provide CoreException and similar classes
cdtdb-4.0.3-cmdline.jar
Currently unused
Uses mock objects to provide CoreException and similar classes
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Version information:
JO 10/4/07:
CDT files copied from CDT 4.0.1 (:pserver:anonymous@dev.eclipse.org:/cvsroot/tools/org.eclipse.cdt/org.eclipse.cdt.core
Eclipse files copied from Eclipse 3.3.0 (Build id: I20070621-1340) for Mac OS X
Only the necessary fields/methods from CCorePlugin were copied; all other files were copied verbatim in their entirety.
JO 06/09/08:
Classes in internal.core.pdom.db updated to CDT 4.0.3 (from cdt_4_0 branch). Changes to Database class (and file
format?) in CDT 5.0 are causing problems.