[GraXML-commit] Graphics/GraXMLBridge/ant build.xml,1.3,1.4
Brought to you by:
hrivnac
From: Julius H. <hr...@us...> - 2008-05-05 20:48:51
|
Update of /cvsroot/graxml/Graphics/GraXMLBridge/ant In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21582 Modified Files: build.xml Log Message: javadoc fixed Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXMLBridge/ant/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 30 Jan 2008 00:54:46 -0000 1.3 --- build.xml 5 May 2008 20:48:51 -0000 1.4 *************** *** 234,239 **** <Footer><![CDATA[<center>Written by: <a href='http://home.cern.ch/hrivnac'>J.Hrivnac</a></center>]]></Footer> <bottom><![CDATA[<a href='http://cern.ch/hrivnac/Activities/Packages/GraXMLBridge'>Documentation</a>]]> built ${TODAY} on ${os.name} by ${user.name}</bottom> ! <link href="http://java.sun.com/j2se/1.6.0/docs/api"/> ! <link href="http://java.sun.com/products/java-media/3D/forDevelopers/J3D_1_3_API/j3dapi"/> <link href="http://cern.ch/hrivnac/Activities/Packages/GraXML/JavaDoc"/> <link href="http://cern.ch/hrivnac/Activities/Packages/HEP3D/JavaDoc"/> --- 234,239 ---- <Footer><![CDATA[<center>Written by: <a href='http://home.cern.ch/hrivnac'>J.Hrivnac</a></center>]]></Footer> <bottom><![CDATA[<a href='http://cern.ch/hrivnac/Activities/Packages/GraXMLBridge'>Documentation</a>]]> built ${TODAY} on ${os.name} by ${user.name}</bottom> ! <link href="http://java.sun.com/javase/6/docs/api"/> ! <link href="http://download.java.net/media/java3d/javadoc/1.5.0"/> <link href="http://cern.ch/hrivnac/Activities/Packages/GraXML/JavaDoc"/> <link href="http://cern.ch/hrivnac/Activities/Packages/HEP3D/JavaDoc"/> |