|
From: Michael K. <ko...@us...> - 2004-06-24 06:56:13
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5952 Modified Files: build.xml Log Message: Moving static config files to classes directory; some debugging in item and user components. Debugging database storage and retrieving in portal component. Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- build.xml 28 May 2004 12:53:30 -0000 1.11 +++ build.xml 24 Jun 2004 06:55:33 -0000 1.12 @@ -1,5 +1,8 @@ <!-- General purpose build script for web applications and web services. + + Please do not change this file for local development + installations, but add your property changes to build.properties --> <project name="cobricks-2" default="compile" basedir="."> |