Explorar el Código

updated javadocs

tags/release-1.3.2
Manolo Carrasco hace 13 años
padre
commit
1e94c1d26b
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. 5
    4
      update_docs_svn.sh

+ 5
- 4
update_docs_svn.sh Ver fichero

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


Cargando…
Cancelar
Guardar