You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/18 13:31:22 UTC

svn commit: r1469287 - /syncope/branches/1_1_X/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Thu Apr 18 11:31:22 2013
New Revision: 1469287

URL: http://svn.apache.org/r1469287
Log:
Fixing release process

Modified:
    syncope/branches/1_1_X/src/site/xdoc/release-process.xml

Modified: syncope/branches/1_1_X/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/xdoc/release-process.xml?rev=1469287&r1=1469286&r2=1469287&view=diff
==============================================================================
--- syncope/branches/1_1_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_1_X/src/site/xdoc/release-process.xml Thu Apr 18 11:31:22 2013
@@ -317,11 +317,9 @@ svn checkout https://svn.apache.org/repo
 cd syncope-1_1_X
 mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
 cd ../site/<version>
-rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools project-reports.html apidocs/1.html apidocs/1.1
+rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-common syncope-standalone project-reports.html apidocs/1.html apidocs/1.1
 cd ..
 svn add <version>
-svn copy *.html css images img js <version>
-svn revert <version>/downloads.html
 svn copy apidocs/1.1 <version>/apidocs/
 svn commit -m "Staging site for release"</source>
               </li>