[graphl-cvs] graphl changelog.txt
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-12-18 11:13:45
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3036 Modified Files: changelog.txt Log Message: - FEATURE: RXPath landed! you can assign properties of facets through XPath-like expressions based on the currently rendered node - CODE: Remove LabelGenerator classes - this can now done with RXPath - CODE: migrated to JDK 1.5, added class specifiers for all collections (generics) - CODE: added a singleton GraphlRegistry, currently only holding the vocabularyRegistry instance Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** changelog.txt 18 Dec 2005 11:11:41 -0000 1.20 --- changelog.txt 18 Dec 2005 11:13:25 -0000 1.21 *************** *** 5,8 **** --- 5,10 ---- - FEATURE: RXPath landed! you can assign properties of facets through XPath-like expressions based on the currently rendered node - CODE: migrated to JDK 1.5, added class specifiers for all collections (generics) + - CODE: Remove LabelGenerator classes - this can now done with RXPath + - CODE: added a singleton GraphlRegistry, currently only holding the vocabularyRegistry instance 2005-12-14, f/0: |