You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/05 21:21:27 UTC

svn commit: r1297215 - /cxf/web/cms_build.sh

Author: dkulp
Date: Mon Mar  5 20:21:27 2012
New Revision: 1297215

URL: http://svn.apache.org/viewvc?rev=1297215&view=rev
Log:
Add script for the cms to use

Added:
    cxf/web/cms_build.sh   (with props)

Added: cxf/web/cms_build.sh
URL: http://svn.apache.org/viewvc/cxf/web/cms_build.sh?rev=1297215&view=auto
==============================================================================
--- cxf/web/cms_build.sh (added)
+++ cxf/web/cms_build.sh Mon Mar  5 20:21:27 2012
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd $1 ; bin/update-site -Dsite.output=$2
+

Propchange: cxf/web/cms_build.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/web/cms_build.sh
------------------------------------------------------------------------------
    svn:executable = *