Browse Source

updated javadocs

tags/release-1.3.2
Manolo Carrasco 13 years ago
parent
commit
1e94c1d26b
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      update_docs_svn.sh

+ 5
- 4
update_docs_svn.sh View File



# Script to update javadoc deployed in svn # Script to update javadoc deployed in svn


p=`pwd`

cd gwtquery-core
pushd gwtquery-core
mvn javadoc:javadoc mvn javadoc:javadoc
cd $p
popd


cp -r gwtquery-core/target/site/apidocs/* gwtquery-core/javadoc/ cp -r gwtquery-core/target/site/apidocs/* gwtquery-core/javadoc/




find gwtquery-core/javadoc/ -type f -name "*html" -exec svn propset svn:mime-type text/html '{}' ';' find gwtquery-core/javadoc/ -type f -name "*html" -exec svn propset svn:mime-type text/html '{}' ';'



svn commit -m 'updated javadocs' gwtquery-core/javadoc/


Loading…
Cancel
Save