You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/12/02 11:07:59 UTC

svn commit: r351659 - /webservices/axis2/trunk/c/build.sh

Author: damitha
Date: Fri Dec  2 02:07:52 2005
New Revision: 351659

URL: http://svn.apache.org/viewcvs?rev=351659&view=rev
Log:
Added build.sh file. This will configure the system with
the default --prefix=${AXIS2C_HOME}/install


Added:
    webservices/axis2/trunk/c/build.sh   (with props)

Added: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build.sh?rev=351659&view=auto
==============================================================================
--- webservices/axis2/trunk/c/build.sh (added)
+++ webservices/axis2/trunk/c/build.sh Fri Dec  2 02:07:52 2005
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+./configure --prefix=${AXIS2C_HOME}/install
+
+make

Propchange: webservices/axis2/trunk/c/build.sh
------------------------------------------------------------------------------
    svn:executable = *