Update of /cvsroot/graxml/Graphics/JiveEvent/ant
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26627
Modified Files:
ToDo.txt build.xml
Log Message:
prepared for 1.0.0
Index: ToDo.txt
===================================================================
RCS file: /cvsroot/graxml/Graphics/JiveEvent/ant/ToDo.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ToDo.txt 30 Mar 2005 13:10:20 -0000 1.1
--- ToDo.txt 2 May 2008 14:10:59 -0000 1.2
***************
*** 1,9 ****
- use Units
-
- draw transparent objects without outline
-
- go through Schema
-
- Jet: Et x Pt
- document in GraXML Guide
--- 1 ----
Index: build.xml
===================================================================
RCS file: /cvsroot/graxml/Graphics/JiveEvent/ant/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** build.xml 29 Apr 2008 14:45:31 -0000 1.15
--- build.xml 2 May 2008 14:10:59 -0000 1.16
***************
*** 12,16 ****
<property name="env.ANT_SITE" value="dist"/>
<property file="ant/config-${env.ANT_SITE}.properties"/>
! <property name="version" value="pre-0.1.4"/>
<path id="classpath.build">
--- 12,16 ----
<property name="env.ANT_SITE" value="dist"/>
<property file="ant/config-${env.ANT_SITE}.properties"/>
! <property name="version" value="1.0.0"/>
<path id="classpath.build">
|