Propchange:
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.retailer/Retailer.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.retailer/Retailer.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/samples/SupplyChain/supplychain.warehouse/Warehouse.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/samples/autogen.sh
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Tue Oct 3 07:18:16 2006
@@ -0,0 +1 @@
+*
Propchange: incubator/tuscany/cpp/sca/samples/autogen.sh
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/samples/build.sh
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Tue Oct 3 07:18:16 2006
@@ -0,0 +1 @@
+*
Propchange: incubator/tuscany/cpp/sca/samples/build.sh
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/samples/configure.ac
------------------------------------------------------------------------------
svn:keywords = Rev Date
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/deploy.bat
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/deploy.bat?view=diff&rev=452506&r1=452505&r2=452506
==============================================================================
---
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/deploy.bat
(original)
+++
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/deploy.bat
Tue Oct 3 07:18:16 2006
@@ -1,57 +1,57 @@
[EMAIL PROTECTED] off
-
[EMAIL PROTECTED] Copyright 2006 The Apache Software Foundation or its
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS"
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
[EMAIL PROTECTED] See the License for the specific language governing
permissions and
[EMAIL PROTECTED] limitations under the License.
-
-rem Will copy the correct files from the source tree for packaging and
deployment of the
-rem SCA sample.
-setlocal
-set currentPath=%~d0%~p0
-set sourcePath=%currentPath%..\..\..\..\BigBank
-
-set buildMode=Release
-if .Debug == .%1 (
-set buildMode=Debug
-)
-
-
-if . == %2. (
-set destinationPath=%sourcePath%\deploy
-) ELSE (
-set destinationPath=%2
-)
-
-if not exist %destinationPath% mkdir %destinationPath%
-if not exist %destinationPath%\packages mkdir
%destinationPath%\packages
-if not exist %destinationPath%\packages\Accounts mkdir
%destinationPath%\packages\bigbank.account
-if not exist %destinationPath%\configuration mkdir
%destinationPath%\configuration
-if not exist %destinationPath%\configuration\Accounts mkdir
%destinationPath%\configuration\bigbank.accountmanagement
-if not exist %destinationPath%\bin mkdir
%destinationPath%\bin
-
-copy %currentPath%\Accounts\%buildMode%\Account.dll
%destinationPath%\packages\bigbank.account
-if exist %currentPath%\Accounts\%buildMode%\Account.pdb copy
%currentPath%\Accounts\%buildMode%\Account.pdb
%destinationPath%\packages\bigbank.account
-
-copy %sourcePath%\bigbank.account\*.h
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.composite
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.componentType
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.wsdl
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.xsd
%destinationPath%\packages\bigbank.account
-
-copy %sourcePath%\bigbank.accountmanagement\*.composite
%destinationPath%\configuration\bigbank.accountmanagement
-
-copy %currentPath%\AccountClient\%buildMode%\AccountClient.exe
%destinationPath%\bin
-if exist %currentPath%\AccountClient\%buildMode%\AccountClient.pdb copy
%currentPath%\AccountClient\%buildMode%\AccountClient.pdb
%destinationPath%\bin
-copy %sourcePath%\bigbank.client\*.bat
%destinationPath%\bin
-
-
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED] Copyright 2006 The Apache Software Foundation or its
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS"
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
[EMAIL PROTECTED] See the License for the specific language governing
permissions and
[EMAIL PROTECTED] limitations under the License.
+
+rem Will copy the correct files from the source tree for packaging and
deployment of the
+rem SCA sample.
+setlocal
+set currentPath=%~d0%~p0
+set sourcePath=%currentPath%..\..\..\..\BigBank
+
+set buildMode=Release
+if .Debug == .%1 (
+set buildMode=Debug
+)
+
+
+if . == %2. (
+set destinationPath=%sourcePath%\deploy
+) ELSE (
+set destinationPath=%2
+)
+
+if not exist %destinationPath% mkdir %destinationPath%
+if not exist %destinationPath%\packages mkdir
%destinationPath%\packages
+if not exist %destinationPath%\packages\Accounts mkdir
%destinationPath%\packages\bigbank.account
+if not exist %destinationPath%\configuration mkdir
%destinationPath%\configuration
+if not exist %destinationPath%\configuration\Accounts mkdir
%destinationPath%\configuration\bigbank.accountmanagement
+if not exist %destinationPath%\bin mkdir
%destinationPath%\bin
+
+copy %currentPath%\Accounts\%buildMode%\Account.dll
%destinationPath%\packages\bigbank.account
+if exist %currentPath%\Accounts\%buildMode%\Account.pdb copy
%currentPath%\Accounts\%buildMode%\Account.pdb
%destinationPath%\packages\bigbank.account
+
+copy %sourcePath%\bigbank.account\*.h
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.composite
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.componentType
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.wsdl
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.xsd
%destinationPath%\packages\bigbank.account
+
+copy %sourcePath%\bigbank.accountmanagement\*.composite
%destinationPath%\configuration\bigbank.accountmanagement
+
+copy %currentPath%\AccountClient\%buildMode%\AccountClient.exe
%destinationPath%\bin
+if exist %currentPath%\AccountClient\%buildMode%\AccountClient.pdb copy
%currentPath%\AccountClient\%buildMode%\AccountClient.pdb
%destinationPath%\bin
+copy %sourcePath%\bigbank.client\*.bat
%destinationPath%\bin
+
+
Propchange:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/deploy.bat
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/deploy.bat
------------------------------------------------------------------------------
svn:keywords = Rev Date
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/wsdeploy.bat
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/wsdeploy.bat?view=diff&rev=452506&r1=452505&r2=452506
==============================================================================
---
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/wsdeploy.bat
(original)
+++
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/wsdeploy.bat
Tue Oct 3 07:18:16 2006
@@ -1,58 +1,58 @@
[EMAIL PROTECTED] off
-
[EMAIL PROTECTED] Copyright 2006 The Apache Software Foundation or its
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS"
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
[EMAIL PROTECTED] See the License for the specific language governing
permissions and
[EMAIL PROTECTED] limitations under the License.
-
-rem Will copy the correct files from the source tree for packaging and
deployment of the
-rem SCA sample.
-setlocal
-set currentPath=%~d0%~p0
-set sourcePath=%currentPath%..\..\..\..\BigBank
-
-set buildMode=Release
-if .Debug == .%1 (
-set buildMode=Debug
-)
-
-
-if . == %2. (
-set destinationPath=%sourcePath%\deploy
-) ELSE (
-set destinationPath=%2
-)
-
-if not exist %destinationPath% mkdir %destinationPath%
-if not exist %destinationPath%\packages mkdir
%destinationPath%\packages
-if not exist %destinationPath%\packages\Accounts mkdir
%destinationPath%\packages\bigbank.account
-if not exist %destinationPath%\configuration mkdir
%destinationPath%\configuration
-if not exist %destinationPath%\configuration\Accounts mkdir
%destinationPath%\configuration\bigbank.accountmanagement
-if not exist %destinationPath%\bin mkdir
%destinationPath%\bin
-
-copy %currentPath%\Accounts\%buildMode%\Account.dll
%destinationPath%\packages\bigbank.account
-if exist %currentPath%\Accounts\%buildMode%\Account.pdb copy
%currentPath%\Accounts\%buildMode%\Account.pdb
%destinationPath%\packages\bigbank.account
-
-copy %sourcePath%\bigbank.account\*.h
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.composite
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.componentType
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.wsdl
%destinationPath%\packages\bigbank.account
-copy %sourcePath%\bigbank.account\*.xsd
%destinationPath%\packages\bigbank.account
-
-copy %sourcePath%\bigbank.accountmanagement\*.composite
%destinationPath%\configuration\bigbank.accountmanagement
-
-copy %currentPath%\WSAccountClient\%buildMode%\WSAccountClient.exe
%destinationPath%\bin
-if exist %currentPath%\WSAccountClient\%buildMode%\WSAccountClient.pdb copy
%currentPath%\WSAccountClient\%buildMode%\WSAccountClient.pdb
%destinationPath%\bin
-copy %sourcePath%\bigbank.wsclient\*.bat
%destinationPath%\bin
-copy %sourcePath%\bigbank.account\*.bat
%destinationPath%\bin
-
-
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED] Copyright 2006 The Apache Software Foundation or its
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS"
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
[EMAIL PROTECTED] See the License for the specific language governing
permissions and
[EMAIL PROTECTED] limitations under the License.
+
+rem Will copy the correct files from the source tree for packaging and
deployment of the
+rem SCA sample.
+setlocal
+set currentPath=%~d0%~p0
+set sourcePath=%currentPath%..\..\..\..\BigBank
+
+set buildMode=Release
+if .Debug == .%1 (
+set buildMode=Debug
+)
+
+
+if . == %2. (
+set destinationPath=%sourcePath%\deploy
+) ELSE (
+set destinationPath=%2
+)
+
+if not exist %destinationPath% mkdir %destinationPath%
+if not exist %destinationPath%\packages mkdir
%destinationPath%\packages
+if not exist %destinationPath%\packages\Accounts mkdir
%destinationPath%\packages\bigbank.account
+if not exist %destinationPath%\configuration mkdir
%destinationPath%\configuration
+if not exist %destinationPath%\configuration\Accounts mkdir
%destinationPath%\configuration\bigbank.accountmanagement
+if not exist %destinationPath%\bin mkdir
%destinationPath%\bin
+
+copy %currentPath%\Accounts\%buildMode%\Account.dll
%destinationPath%\packages\bigbank.account
+if exist %currentPath%\Accounts\%buildMode%\Account.pdb copy
%currentPath%\Accounts\%buildMode%\Account.pdb
%destinationPath%\packages\bigbank.account
+
+copy %sourcePath%\bigbank.account\*.h
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.composite
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.componentType
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.wsdl
%destinationPath%\packages\bigbank.account
+copy %sourcePath%\bigbank.account\*.xsd
%destinationPath%\packages\bigbank.account
+
+copy %sourcePath%\bigbank.accountmanagement\*.composite
%destinationPath%\configuration\bigbank.accountmanagement
+
+copy %currentPath%\WSAccountClient\%buildMode%\WSAccountClient.exe
%destinationPath%\bin
+if exist %currentPath%\WSAccountClient\%buildMode%\WSAccountClient.pdb copy
%currentPath%\WSAccountClient\%buildMode%\WSAccountClient.pdb
%destinationPath%\bin
+copy %sourcePath%\bigbank.wsclient\*.bat
%destinationPath%\bin
+copy %sourcePath%\bigbank.account\*.bat
%destinationPath%\bin
+
+
Propchange:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/wsdeploy.bat
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/wsdeploy.bat
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/scatest.bat
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/scatest.sh
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/test/Makefile.am
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/tuscany/cpp/sca/test/Makefile.am
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/cpp/sca/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/cpp/sca/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/test/autogen.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/tuscany/cpp/sca/test/autogen.sh
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/test/build.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/tuscany/cpp/sca/test/build.sh
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/test/configure.ac
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/tuscany/cpp/sca/test/configure.ac
------------------------------------------------------------------------------
svn:keywords = Rev Date
Modified:
incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service.client/runclient.bat
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service.client/runclient.bat?view=diff&rev=452506&r1=452505&r2=452506
==============================================================================
---
incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service.client/runclient.bat
(original)
+++
incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service.client/runclient.bat
Tue Oct 3 07:18:16 2006
@@ -1,27 +1,27 @@
[EMAIL PROTECTED] off
-
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS"
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
[EMAIL PROTECTED] See the License for the specific language governing
permissions and
[EMAIL PROTECTED] limitations under the License.
-
-setlocal
-
-if "%AXIS2C_HOME%" == "" (
-echo "AXIS2C_HOME not set"
-goto end
-)
-echo Using Axis2C installed at %AXIS2C_HOME%
-
-rem Run the client
-.\ws.binding.service.client.exe
-
-:end
-endlocal
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the
"License");
[EMAIL PROTECTED] you may not use this file except in compliance with the
License.
[EMAIL PROTECTED] You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing,
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS"
BASIS,
[EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
[EMAIL PROTECTED] See the License for the specific language governing
permissions and
[EMAIL PROTECTED] limitations under the License.
+
+setlocal
+
+if "%AXIS2C_HOME%" == "" (
+echo "AXIS2C_HOME not set"
+goto end
+)
+echo Using Axis2C installed at %AXIS2C_HOME%
+
+rem Run the client
+.\ws.binding.service.client.exe
+
+:end
+endlocal
Propchange:
incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service.client/runclient.bat
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service.client/runclient.bat
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service/Test.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/test/ws.binding.service/ws.binding.service/Test.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: incubator/tuscany/cpp/sca/test/ws.service.interop/Makefile.am
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/tuscany/cpp/sca/test/ws.service.interop/Makefile.am
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/cpp/sca/test/ws.service.interop/resources/Makefile.am
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/cpp/sca/test/ws.service.interop/resources/Makefile.am
------------------------------------------------------------------------------
svn:keywords = Rev Date
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]