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

@@ -2,11 +2,9 @@

# Script to update javadoc deployed in svn

p=`pwd`

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

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

@@ -24,3 +22,6 @@ find gwtquery-core/javadoc/ | grep -v .svn | xargs svn add

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