* GDL2.gsdoc: Update relative path to sub project documentation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2009-02-18 20:13:42 +00:00
parent d9f25f3420
commit 42e423beb2
2 changed files with 5 additions and 3 deletions

View file

@ -22,6 +22,8 @@
* GNUmakefile.in: Ditto.
* configure: Regenerate.
* GDL2.gsdoc: Update relative path to sub project documentation.
2009-02-18 Matt Rice <ratmice@gmail.com>
* GNUmakefile.in: Add Trading subproject.

View file

@ -25,21 +25,21 @@
(EOF) as released with WebObjects 4.5 from Apple Inc.</p>
<p>GDL2 consists of the following components:</p>
<section>
<heading>- <uref url="EOControl/EOControl.html">EOControl</uref></heading>
<heading>- <uref url="../EOControl/EOControl.html">EOControl</uref></heading>
<p>The fundamental abstraction library which includes many non RDBMS
related extensions such as KeyValueCoding extensions and other
categories. Most importantly it contains the classes which handle the
coordination of object graphs namely EOEditingContext.</p>
</section>
<section>
<heading>- <uref url="EOAccess/EOAccess.html">EOAccess</uref></heading>
<heading>- <uref url="../EOAccess/EOAccess.html">EOAccess</uref></heading>
<p>This library implements the underlying mechanism to
retrieve and store data in RDBMS. It defines the abstract
classes like EOAdaptor which are subclassed to interface with
concrete RDBMS implementations.</p>
</section>
<section>
<heading>- <uref url="EOInterface/EOInterface.html">EOInterface</uref></heading>
<heading>- <uref url="../EOInterface/EOInterface.html">EOInterface</uref></heading>
<p>This library implements classes used to synchronize UI
components such as NSTextFields, NSButtons and NSTableViews
with the state of objects which an EOEditingContext contains.</p>