From: Santi B. <san...@us...> - 2007-12-08 15:13:45
|
Update of /cvsroot/babeldoc/babeldoc/modules/core In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23713/modules/core 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/core/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.xml 10 Mar 2006 13:07:41 -0000 1.13 --- build.xml 8 Dec 2007 15:13:41 -0000 1.14 *************** *** 1,3 **** ! <project name="conversion" basedir="." default="setup"> <property file="build.properties"/> --- 1,3 ---- ! <project name="core" basedir="." default="setup"> <property file="build.properties"/> |