From: Santi B. <san...@us...> - 2007-12-08 15:13:45
|
Update of /cvsroot/babeldoc/babeldoc/modules/init In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23713/modules/init Modified Files: build.xml Log Message: Some changes for integration with eclipse IDE. web: corrected index page and added new form. Index: build.xml =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/init/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 27 Jun 2003 02:43:19 -0000 1.4 --- build.xml 8 Dec 2007 15:13:41 -0000 1.5 *************** *** 1,3 **** ! <project name="conversion" basedir="." default="setup"> <property file="build.properties"/> <property name="module_name" value="babeldoc_${Module}"/> --- 1,3 ---- ! <project name="init" basedir="." default="setup"> <property file="build.properties"/> <property name="module_name" value="babeldoc_${Module}"/> |