MyTinyTodo Wiki
Project has moved to GitHub: https://github.com/binfalse/MyTinyTodo
Status: Beta
Brought to you by:
bin-false
To easily create a release of the project using ant
I created a build.xml
. Just checkout the code:
usr@srv % hg clone http://hg.code.sf.net/p/mytinytodo/code mytinytodo
and change into that directory:
usr@srv % cd mytinytodo
and call ant to create a zip archive:
usr@srv % ant Buildfile: /var/www/todo/google-mytinytodo2/build.xml dist: [zip] Building zip: /some/path/MyTinyTodo-1.5.0 [zip] .zip BUILD SUCCESSFUL Total time: 0 seconds
You'll find a .zip
file in the current directory.