You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/04/01 09:44:28 UTC

svn commit: r1583556 - /myfaces/tobago/trunk/src/site/apt/release-checklist.apt

Author: lofwyr
Date: Tue Apr  1 07:44:27 2014
New Revision: 1583556

URL: http://svn.apache.org/r1583556
Log:
who to get the api/tld docs

Modified:
    myfaces/tobago/trunk/src/site/apt/release-checklist.apt

Modified: myfaces/tobago/trunk/src/site/apt/release-checklist.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/release-checklist.apt?rev=1583556&r1=1583555&r2=1583556&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/release-checklist.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/release-checklist.apt Tue Apr  1 07:44:27 2014
@@ -107,6 +107,8 @@ mvn deploy -Papache-release,generate-ass
       Disk Utility.
 
 +------------------------+
+VERSION=2.0.0-beta-2
+
 cd /Volumes/tobago-site
 svn co https://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago
 svn co https://svn.apache.org/repos/asf/myfaces/site/publish/tobago tobago-publish
@@ -115,6 +117,28 @@ export MAVEN_OPTS="-Xmx1500m -XX:MaxPerm
 mvn package
 mvn site:site
 mvn site:stage -DstagingDirectory=/Volumes/tobago-site/tobago-publish
+
+cd /Volumes/tobago-site/tobago-publish/doc
+mkdir ${VERSION}
+cd ${VERSION}
+
+mkdir api
+tar xvzf /Volumes/tobago-site/tobago-release-artefacts/myfaces-tobago-${VERSION}-dist.tar.gz myfaces-tobago-${VERSION}/javadoc/tobago-core-${VERSION}-javadoc.jar
+cd api
+jar xvf ../myfaces-tobago-${VERSION}/javadoc/tobago-core-${VERSION}-javadoc.jar
+cd ..
+
+mkdir tld
+tar xvzf /Volumes/tobago-site/tobago-release-artefacts/myfaces-tobago-${VERSION}-dist.tar.gz myfaces-tobago-${VERSION}/tlddoc/tobago-core-${VERSION}-tlddoc.jar
+cd tld
+jar xvf ../myfaces-tobago-${VERSION}/tlddoc/tobago-core-${VERSION}-tlddoc.jar
+cd ..
+
+rm -r myfaces-tobago-${VERSION}
+cd ..
+
+svn add ${VERSION}
+
 +------------------------+