[graphl-cvs] graphl build.xml .classpath changelog.txt
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-12-18 11:11:52
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2618 Modified Files: build.xml .classpath 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.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** changelog.txt 14 Dec 2005 12:45:08 -0000 1.19 --- changelog.txt 18 Dec 2005 11:11:41 -0000 1.20 *************** *** 2,5 **** --- 2,9 ---- ================== + 2005-12-18, f/0: + - 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) + 2005-12-14, f/0: - FEATURE: new command line flag to start "navigator" thread to zoom & pan in the graph Index: build.xml =================================================================== RCS file: /cvsroot/graphl/graphl/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 29 Dec 2004 14:31:26 -0000 1.7 --- build.xml 18 Dec 2005 11:11:41 -0000 1.8 *************** *** 58,62 **** nodeprecatedlist="false" nodeprecated="false" ! packagenames="org.mediavirus.graphl,org.mediavirus.graphl.interaction,org.mediavirus.graphl.painter,org.mediavirus.graphl.graph,org.mediavirus.graphl.server,org.mediavirus.util,org.mediavirus.graphl.gui,org.mediavirus.graphl.view,org.mediavirus.graphl.layout,org.mediavirus.graphl.selection,org.mediavirus.graphl.vocabulary,org.mediavirus.graphl.graph.rdf" sourcepath="src" classpath="lib/servlet-api.jar;lib/rdfapi.jar;bin" --- 58,62 ---- nodeprecatedlist="false" nodeprecated="false" ! packagenames="*" sourcepath="src" classpath="lib/servlet-api.jar;lib/rdfapi.jar;bin" Index: .classpath =================================================================== RCS file: /cvsroot/graphl/graphl/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .classpath 4 Oct 2004 10:21:05 -0000 1.6 --- .classpath 18 Dec 2005 11:11:41 -0000 1.7 *************** *** 7,10 **** --- 7,11 ---- <classpathentry sourcepath="C:/Programme/java/l2fprod-common-0.1-dev/src" kind="lib" path="lib/l2fprod-common-fontchooser.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JXPath"/> <classpathentry kind="output" path="bin"/> </classpath> |