You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2012/12/21 12:00:43 UTC

svn commit: r843346 [1/3] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/updating-the-applib-docs.html content/core/guides/isis-applib.html content/core/guides/isis-applib.pdf

Author: buildbot
Date: Fri Dec 21 11:00:43 2012
New Revision: 843346

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/updating-the-applib-docs.html
    websites/staging/isis/trunk/content/core/guides/isis-applib.html
    websites/staging/isis/trunk/content/core/guides/isis-applib.pdf

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 21 11:00:43 2012
@@ -1 +1 @@
-1424861
+1424863

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 21 11:00:43 2012
@@ -1 +1 @@
-1424861
+1424863

Modified: websites/staging/isis/trunk/content/contributors/updating-the-applib-docs.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/updating-the-applib-docs.html (original)
+++ websites/staging/isis/trunk/content/contributors/updating-the-applib-docs.html Fri Dec 21 11:00:43 2012
@@ -224,6 +224,13 @@ cp target/docbkx/html/guide/isis-applib.
 cp target/docbkx/pdf/isis-applib.pdf         $SITE/content/core/guides/.
 </pre>
 
+<p>Don't forget to commit the change in the <code>$SITE</code> directory:</p>
+
+<pre>
+cd $SITE
+svn commit -m "isis site - updating applib docs"
+</pre>
+
 <!--