Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlerelease.sh
now=$(date +%Y%m%d_%H%M%S)
ant -DbuildVersion=0.9.0.$now clean dist

To build :(note the first build can take a /long/ time as various dependencies need to be cached - but subsequent builds take an order of 10's of seconds)

Code Block
svn co http://svn.apache.org/repos/asf/felix/trunk/sigil sigil-trunk
cd sigil-trunk
sh release.sh

...