浏览代码

updated javadocs

tags/release-1.3.2
Manolo Carrasco 13 年前
父节点
当前提交
1e94c1d26b
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5
    4
      update_docs_svn.sh

+ 5
- 4
update_docs_svn.sh 查看文件

@@ -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/


正在加载...
取消
保存