[Nextobjects-devel] nextobjects/nextobjects build.xml,1.8,1.9
Status: Alpha
Brought to you by:
eflorent
From: <efl...@us...> - 2003-05-24 18:50:51
|
Update of /cvsroot/nextobjects/nextobjects/nextobjects In directory sc8-pr-cvs1:/tmp/cvs-serv28037 Modified Files: build.xml Log Message: Optimize "save" function. Small checkstyle optimization. Index: build.xml =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** build.xml 5 May 2003 22:05:38 -0000 1.8 --- build.xml 24 May 2003 18:50:46 -0000 1.9 *************** *** 18,21 **** --- 18,22 ---- <!-- The base directory for distribution targets --> + <property name="dist.home" value="target/distributions/${component.name}-${component.version}"/> <property name="dist.dest" value="target/distributions"/> |