blob: 607688e445c2b1c0b7e62ad4b4a931086ffbde98 [file] [log] [blame]
rm -rf build/docs
git rm -r latest-javadoc javadoc
ant javadoc
cp -r build/docs/javadoc latest-javadoc
cp -r latest-javadoc javadoc
mv build/docs/guice-*.xml lib/build
git add -f -A latest-javadoc javadoc lib/build/guice-*.xml
git commit -m "Added updated Javadocs." latest-javadoc javadoc lib/build/guice-*.xml