damitha 2004/04/08 21:03:51
Modified: c/deploy deploy.sh
c/samples/client run.sh
Log:
Revision Changes Path
1.3 +1 -1 ws-axis/c/deploy/deploy.sh
Index: deploy.sh
===================================================================
RCS file: /home/cvs/ws-axis/c/deploy/deploy.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- deploy.sh 7 Apr 2004 10:35:49 -0000 1.2
+++ deploy.sh 9 Apr 2004 04:03:51 -0000 1.3
@@ -1,4 +1,4 @@
-rm ./libaxiscpp2_mod.so
+rm ./libaxiscpp_mod2.so
rm ../Axis/webservices/libAdminService.so
rm ../Axis/libs/libserver_engine.so
cp -f $AXISCPP_HOME/bin/libAdminService.so ../Axis/webservices/
1.9 +3 -13 ws-axis/c/samples/client/run.sh
Index: run.sh
===================================================================
RCS file: /home/cvs/ws-axis/c/samples/client/run.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- run.sh 6 Apr 2004 10:49:01 -0000 1.8
+++ run.sh 9 Apr 2004 04:03:51 -0000 1.9
@@ -1,6 +1,6 @@
-echo "running sslclient..."
-echo "-----------------------------"
-./sslclient
+#echo "running sslclient..."
+#echo "-----------------------------"
+#./sslclient
echo "-----------------------------"
@@ -30,13 +30,3 @@
echo "-----------------------------"
-echo "running doclitbase..."
-echo "-----------------------------"
-./doclitbase
-
-echo "-----------------------------"
-
-
-echo "running doclitgroupB..."
-echo "-----------------------------"
-./doclitgroupB
|