Author: damitha
Date: Tue Sep 23 22:56:33 2008
New Revision: 698431
URL: http://svn.apache.org/viewvc?rev=698431&view=rev
Log:
updating the build file
Modified:
webservices/sandesha/trunk/c/samples/build.sh
Modified: webservices/sandesha/trunk/c/samples/build.sh
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/build.sh?rev=698431&r1=698430&r2=698431&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/build.sh (original)
+++ webservices/sandesha/trunk/c/samples/build.sh Tue Sep 23 22:56:33 2008
@@ -1,19 +1,7 @@
#!/bin/bash
-POLICY_DIR="$AXIS2C_HOME/bin/samples/sandesha2/policy"
./autogen.sh
./configure --prefix=${AXIS2C_HOME}
--with-axis2=${AXIS2C_HOME}/include/axis2-1.5.0
make -j30
make install
-
-if [ -d $POLICY_DIR];
-then
- echo "$POLICY_DIR exists. "
-else
- #Create Policy Dir
- echo "Deploying Policies"
- mkdir $POLICY_DIR
-fi
-
-cp policy/* $POLICY_DIR/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]