• R/O
  • SSH
  • HTTPS

larch: Commit


Commit MetaInfo

Revision50 (tree)
Time2008-05-08 13:02:05
Authortdott

Log Message

LarchObjectUtilを修正。ユニットテストを追加。

Change Summary

Incremental Difference

--- larch-core/build.sh (revision 49)
+++ larch-core/build.sh (revision 50)
@@ -2,8 +2,8 @@
22 cd `dirname $0`
33 if [ $# -eq 0 ]
44 then
5- ant -q -find build.xml -Dmodule=larch-core clean swc src test doc-without-lib
5+ $ANT_HOME/bin/ant -q -find build.xml -Dmodule=larch-core clean swc src test doc-without-lib
66 else
7- ant -q -find build.xml -Dmodule=larch-core $*
7+ $ANT_HOME/bin/ant -q -find build.xml -Dmodule=larch-core $*
88 fi
99
Show on old repository browser