* 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:
David Ayers 2009-02-18 20:13:42 +00:00
parent b8cfc601fc
commit c95034cfa5
2 changed files with 5 additions and 3 deletions

View file

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

View file

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