Skip to main content
Jump to: navigation, search

EclipseLink/Development/DBWS/ParseDDLGit

< EclipseLink‎ | Development‎ | DBWS
Revision as of 16:42, 20 July 2011 by Michael.norman.oracle.com (Talk | contribs) (New page: == Source code for Oracle DDL Parser == By design intent, the source code for the Oracle DDL Parser does not rely on any actual EclipseLink code. In addition, since the DBWSBuilder refacto...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Source code for Oracle DDL Parser

By design intent, the source code for the Oracle DDL Parser does not rely on any actual EclipseLink code. In addition, since the DBWSBuilder refactor is a 'break-the-world' change, it doesn't make sense to use the existing SVN repository: a lot of work would be necessary to ensure that existing code and tests do not break.

For this reason - and to experiment with the new EGit capabilities of Eclipse Indigo - the code for the parser is stored in a git repository at the Eclipse Foundation: http://git.eclipse.org/gitroot/eclipselink/oracleddlparser.git

Back to the top