Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 77518 invoked from network); 6 Oct 2006 11:23:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 11:23:40 -0000 Received: (qmail 76900 invoked by uid 500); 6 Oct 2006 11:23:40 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 76820 invoked by uid 500); 6 Oct 2006 11:23:39 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 76811 invoked by uid 99); 6 Oct 2006 11:23:39 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 04:23:39 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:63149] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 08/96-18133-9BC36254 for ; Fri, 06 Oct 2006 04:23:37 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A4DF21A981A; Fri, 6 Oct 2006 04:23:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r453554 - in /incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src: Makefile.am deploy.sh Date: Fri, 06 Oct 2006 11:23:34 -0000 To: tuscany-commits@ws.apache.org From: ajborley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061006112334.A4DF21A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ajborley Date: Fri Oct 6 04:23:33 2006 New Revision: 453554 URL: http://svn.apache.org/viewvc?view=rev&rev=453554 Log: Updated Linux scripts to deploy the Axis2C WS service stuff to Axis. Modified: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/Makefile.am incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/deploy.sh Modified: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/Makefile.am URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/Makefile.am?view=diff&rev=453554&r1=453553&r2=453554 ============================================================================== --- incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/Makefile.am (original) +++ incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/Makefile.am Fri Oct 6 04:23:33 2006 @@ -30,6 +30,7 @@ rootdir=$(prefix)/extensions/ws/service root_DATA = axis2.xml +root_SCRIPTS = deploy.sh libtuscany_sca_ws_dispatcher_la_SOURCES = \ tuscany/sca/ws/Axis2Dispatcher.cpp \ Modified: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/deploy.sh URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/deploy.sh?view=diff&rev=453554&r1=453553&r2=453554 ============================================================================== --- incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/deploy.sh (original) +++ incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/deploy.sh Fri Oct 6 04:23:33 2006 @@ -33,13 +33,13 @@ mkdir $AXIS2C_HOME/modules/tuscany fi -cp $APFULLDIR/services/tuscany/services.xml %AXIS2C_HOME%/services/tuscany +cp $APFULLDIR/services/tuscany/services.xml $AXIS2C_HOME/services/tuscany if ! [ -f $AXIS2C_HOME/services/tuscany/libtuscany_sca_ws_service.so ]; then ln -s $APFULLDIR/services/tuscany/libtuscany_sca_ws_service.so $AXIS2C_HOME/services/tuscany/libtuscany_sca_ws_service.so fi -cp $APFULLDIR/modules/tuscany/module.xml %AXIS2C_HOME%/modules/tuscany +cp $APFULLDIR/modules/tuscany/module.xml $AXIS2C_HOME/modules/tuscany if ! [ -f $AXIS2C_HOME/modules/tuscany/libtuscany_sca_ws_dispatcher.so ]; then ln -s $APFULLDIR/modules/tuscany/libtuscany_sca_ws_dispatcher.so $AXIS2C_HOME/modules/tuscany/libtuscany_sca_ws_dispatcher.so fi --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org