[graphl-cvs] graphl build.xml changelog.txt
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-08-23 16:53:46
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21385 Modified Files: build.xml changelog.txt Log Message: * updated GraphlApplet to load config from URL * extended default facet configuration * removed redundant web/graphs, now created by ant * updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** changelog.txt 22 Aug 2004 22:34:28 -0000 1.10 --- changelog.txt 23 Aug 2004 16:53:04 -0000 1.11 *************** *** 2,9 **** ================== 2004-08-23, f/0: ! Zoom label shows zoom factor, clicking on it resets to 100% 2004-08-22, f/0: File > New (contributed by martin klinke) mousewheel zooming (contributed by martin klinke) --- 2,16 ---- ================== + 2004-08-23 + ### RELEASE 0.0.2 + 2004-08-23, f/0: ! updated GraphlApplet to load config from URL ! extended default facet configuration 2004-08-22, f/0: + Zoom label shows zoom factor, clicking on it resets to 100% + + 2004-08-21, f/0: File > New (contributed by martin klinke) mousewheel zooming (contributed by martin klinke) Index: build.xml =================================================================== RCS file: /cvsroot/graphl/graphl/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 22 Aug 2004 22:47:34 -0000 1.4 --- build.xml 23 Aug 2004 16:53:04 -0000 1.5 *************** *** 13,16 **** --- 13,18 ---- </copy> <copy todir="web/WEB-INF/classes"><fileset dir="bin"/></copy> + <copy todir="web/graphs"><fileset dir="graphs"/></copy> + <copy todir="web/config"><fileset dir="config"/></copy> </target> |