summaryrefslogtreecommitdiffstats
path: root/cpp/sca/samples
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 06:12:36 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 06:12:36 +0000
commit7c9f8b8af3dc7e192cea262e7a8e23c519fd0a50 (patch)
tree1bb1f5b917308dcc130044989861158ab87d6ef5 /cpp/sca/samples
parent0eb1658ee76b0a849d12728744f7fa9d0b43a203 (diff)
Cleaned up old out of sync build artifacts.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--cpp/sca/samples/AlertAggregator/build.xml179
-rw-r--r--cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj72
-rw-r--r--cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user65
-rw-r--r--cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln39
-rw-r--r--cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj342
-rw-r--r--cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj224
-rw-r--r--cpp/sca/samples/CppBigBank/build.xml207
-rw-r--r--cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj72
-rw-r--r--cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user65
-rw-r--r--cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln39
-rw-r--r--cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj224
-rw-r--r--cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj294
-rw-r--r--cpp/sca/samples/CppCalculator/build.xml186
-rw-r--r--cpp/sca/samples/HttpdBigBank/build.xml147
-rw-r--r--cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj72
-rw-r--r--cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln36
-rw-r--r--cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj224
-rw-r--r--cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj294
-rw-r--r--cpp/sca/samples/PHPCalculator/build.xml69
-rw-r--r--cpp/sca/samples/PythonCalculator/build.xml91
-rw-r--r--cpp/sca/samples/PythonWeatherForecast/build.xml95
-rw-r--r--cpp/sca/samples/RestCalculator/build.xml117
-rw-r--r--cpp/sca/samples/RestCustomer/build.xml129
-rw-r--r--cpp/sca/samples/RestYahoo/build.xml96
-rw-r--r--cpp/sca/samples/RubyBigBank/build.xml126
-rw-r--r--cpp/sca/samples/RubyCalculator/build.xml95
-rw-r--r--cpp/sca/samples/SupplyChain/build.xml69
-rw-r--r--cpp/sca/samples/build.xml148
28 files changed, 0 insertions, 3816 deletions
diff --git a/cpp/sca/samples/AlertAggregator/build.xml b/cpp/sca/samples/AlertAggregator/build.xml
deleted file mode 100644
index c8d79f8fcf..0000000000
--- a/cpp/sca/samples/AlertAggregator/build.xml
+++ /dev/null
@@ -1,179 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_AlertAggregator" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/AlertAggregator"/>
- <property name="sample.alerter.dir" location="${this.dir}/sample.alerter"/>
- <property name="sample.display.dir" location="${this.dir}/sample.display"/>
- <property name="sample.httpserver.dir" location="${this.dir}/httpserver"/>
- <property name="sample.httpserver.php.dir" location="${this.dir}/httpserver.php"/>
-
- <property name="AlertAggregator.install.dir"
- location="${tuscanySCA.install.dir}/samples/AlertAggregator"/>
- <property name="sample.alerter.install.dir"
- location="${AlertAggregator.install.dir}/sample.alerter"/>
- <property name="sample.display.install.dir"
- location="${AlertAggregator.install.dir}/sample.display"/>
- <property name="sample.httpserver.install.dir"
- location="${AlertAggregator.install.dir}/httpserver"/>
- <property name="sample.httpserver.php.install.dir"
- location="${AlertAggregator.install.dir}/httpserver.php"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative AlertAggregator sample">
- <antcall target="install"/>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative AlertAggregator sample">
-
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${AlertAggregator.install.dir}"/>
- <cpp-install-files
- files="config.xml"
- srcdir="${this.dir}"
- destdir="${AlertAggregator.install.dir}"/>
-
- <!-- install sample.alerter files -->
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.alerter.dir}"
- destdir="${sample.alerter.install.dir}"/>
- <cpp-install-files
- files="*.py"
- srcdir="${sample.alerter.dir}"
- destdir="${sample.alerter.install.dir}"/>
- <cpp-install-files
- files="*.rb"
- srcdir="${sample.alerter.dir}"
- destdir="${sample.alerter.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${sample.alerter.dir}"
- destdir="${sample.alerter.install.dir}"/>
-
- <!-- install sample.display files -->
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.display.dir}"
- destdir="${sample.display.install.dir}"/>
- <cpp-install-files
- files="*.py"
- srcdir="${sample.display.dir}"
- destdir="${sample.display.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${sample.display.dir}"
- destdir="${sample.display.install.dir}"/>
-
- <!-- install httpserver files -->
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${sample.httpserver.dir}"
- destdir="${sample.httpserver.install.dir}"
- executable="true"/>
- <cpp-install-files
- files="*.types"
- srcdir="${sample.httpserver.dir}/conf"
- destdir="${sample.httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.conf"
- srcdir="${sample.httpserver.dir}/conf"
- destdir="${sample.httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.html"
- srcdir="${sample.httpserver.dir}/htdocs"
- destdir="${sample.httpserver.install.dir}/htdocs"/>
- <cpp-install-files
- files="*.css"
- srcdir="${sample.httpserver.dir}/htdocs"
- destdir="${sample.httpserver.install.dir}/htdocs"/>
- <cpp-install-files
- files="*.png"
- srcdir="${sample.httpserver.dir}/htdocs"
- destdir="${sample.httpserver.install.dir}/htdocs"/>
-
- <!-- install httpserver.php files -->
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${sample.httpserver.php.dir}"
- destdir="${sample.httpserver.php.install.dir}"
- executable="true"/>
- <cpp-install-files
- files="*.types"
- srcdir="${sample.httpserver.php.dir}/conf"
- destdir="${sample.httpserver.php.install.dir}/conf"/>
- <cpp-install-files
- files="*.conf"
- srcdir="${sample.httpserver.php.dir}/conf"
- destdir="${sample.httpserver.php.install.dir}/conf"/>
- <cpp-install-files
- files="*.html"
- srcdir="${sample.httpserver.php.dir}/htdocs"
- destdir="${sample.httpserver.php.install.dir}/htdocs"/>
- <cpp-install-files
- files="*.css"
- srcdir="${sample.httpserver.php.dir}/htdocs"
- destdir="${sample.httpserver.php.install.dir}/htdocs"/>
- <cpp-install-files
- files="*.png"
- srcdir="${sample.httpserver.php.dir}/htdocs"
- destdir="${sample.httpserver.php.install.dir}/htdocs"/>
- <cpp-install-files
- files="*.php"
- srcdir="${sample.httpserver.php.dir}/htdocs"
- destdir="${sample.httpserver.php.install.dir}/htdocs"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${sample.httpserver.php.dir}/htdocs"
- destdir="${sample.httpserver.php.install.dir}/htdocs"/>
- <cpp-install-files
- files="*.xml"
- srcdir="${sample.httpserver.php.dir}/htdocs"
- destdir="${sample.httpserver.php.install.dir}/htdocs"/>
-
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative AlertAggregator sample">
- <delete dir="${AlertAggregator.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj b/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj
deleted file mode 100644
index 78527d02b5..0000000000
--- a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="Build"
- ProjectGUID="{ECD99F95-6AE5-42B8-8285-6341AD1B4D22}"
- Keyword="MakeFileProj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="10"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Debug/Build.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="10"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/Build.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user b/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user
deleted file mode 100644
index 4eae0888d7..0000000000
--- a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioUserFile
- ProjectType="Visual C++"
- Version="8.00"
- ShowAllFiles="false"
- >
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- >
- <DebugSettings
- Command="$(TUSCANY_SCACPP)\samples\CppBigBank\deploy\bigbank.client\AccountClient.exe"
- WorkingDirectory="$(TUSCANY_SCACPP)\samples\CppBigBank\deploy"
- CommandArguments="1234"
- Attach="false"
- DebuggerType="3"
- Remote="1"
- RemoteMachine=""
- RemoteCommand=""
- HttpUrl=""
- PDBPath=""
- SQLDebugging=""
- Environment="PATH=%TUSCANY_SCACPP%\bin;%TUSCANY_SCACPP%\extensions\cpp\bin;%TUSCANY_SDOCPP%\bin;%AXIS2C_HOME%\lib;%PATH%&#x0A;TUSCANY_SCACPP_ROOT=%TUSCANY_SCACPP%\samples\CppBigBank\deploy&#x0A;TUSCANY_SCACPP_COMPONENT=bigbank.AccountManagementComponent"
- EnvironmentMerge="true"
- DebuggerFlavor="0"
- MPIRunCommand=""
- MPIRunArguments=""
- MPIRunWorkingDirectory=""
- ApplicationCommand=""
- ApplicationArguments=""
- ShimCommand=""
- MPIAcceptMode=""
- MPIAcceptFilter=""
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- >
- <DebugSettings
- Command="$(TUSCANY_SCACPP)\samples\CppBigBank\deploy\bigbank.client\AccountClient.exe"
- WorkingDirectory="$(TUSCANY_SCACPP)\samples\CppBigBank\deploy"
- CommandArguments="1234"
- Attach="false"
- DebuggerType="3"
- Remote="1"
- RemoteMachine=""
- RemoteCommand=""
- HttpUrl=""
- PDBPath=""
- SQLDebugging=""
- Environment="PATH=$TUSCANY_SDOCPP%\bin;%TUSCANY_SCACPP%\extensions\cpp\bin;%TUSCANY_SDOCPP%\bin;%AXIS2C_HOME%\lib;%PATH%&#x0A;TUSCANY_SCACPP_ROOT=%TUSCANY_SCACPP%\samples\CppBigBank\deploy&#x0A;TUSCANY_SCACPP_COMPONENT=bigbank.AccountManagementComponent"
- EnvironmentMerge="true"
- DebuggerFlavor="0"
- MPIRunCommand=""
- MPIRunArguments=""
- MPIRunWorkingDirectory=""
- ApplicationCommand=""
- ApplicationArguments=""
- ShimCommand=""
- MPIAcceptMode=""
- MPIAcceptFilter=""
- />
- </Configuration>
- </Configurations>
-</VisualStudioUserFile>
diff --git a/cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln b/cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln
deleted file mode 100644
index 068eaed614..0000000000
--- a/cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln
+++ /dev/null
@@ -1,39 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bigbank.client", "bigbank.client\bigbank.client.vcproj", "{992AACB6-A3BD-489B-9C5B-5363E5A01CBE}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bigbank.account", "bigbank.account\bigbank.account.vcproj", "{808B20C7-F853-4F92-89A6-ADA10C52C28C}"
- ProjectSection(ProjectDependencies) = postProject
- {992AACB6-A3BD-489B-9C5B-5363E5A01CBE} = {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Build", "Build\Build.vcproj", "{ECD99F95-6AE5-42B8-8285-6341AD1B4D22}"
- ProjectSection(ProjectDependencies) = postProject
- {992AACB6-A3BD-489B-9C5B-5363E5A01CBE} = {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}
- {808B20C7-F853-4F92-89A6-ADA10C52C28C} = {808B20C7-F853-4F92-89A6-ADA10C52C28C}
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Debug|Win32.ActiveCfg = Debug|Win32
- {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Debug|Win32.Build.0 = Debug|Win32
- {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Release|Win32.ActiveCfg = Release|Win32
- {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Release|Win32.Build.0 = Release|Win32
- {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Debug|Win32.ActiveCfg = Debug|Win32
- {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Debug|Win32.Build.0 = Debug|Win32
- {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Release|Win32.ActiveCfg = Release|Win32
- {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Release|Win32.Build.0 = Release|Win32
- {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Debug|Win32.ActiveCfg = Debug|Win32
- {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Debug|Win32.Build.0 = Debug|Win32
- {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Release|Win32.ActiveCfg = Release|Win32
- {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj b/cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj
deleted file mode 100644
index fce5d7091b..0000000000
--- a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj
+++ /dev/null
@@ -1,342 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="bigbank.account"
- ProjectGUID="{808B20C7-F853-4F92-89A6-ADA10C52C28C}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="call ..\..\..\scagen.bat ..\..\bigbank.account"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Accounts.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="$(TUSCANY_SCACPP)\include,$(TUSCANY_SCACPP)\extensions\cpp\include,$(TUSCANY_SDOCPP)\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ACCOUNTS_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- PrecompiledHeaderFile=".\Debug/Accounts.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile="Debug/Account.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SCACPP)/extensions/cpp/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SDOCPP)/lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/Account.pdb"
- ImportLibrary=".\Debug/Account.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/Accounts.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deploy.bat ..\..\ Debug"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="call ..\..\..\scagen.bat ..\..\bigbank.account"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Accounts.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="$(TUSCANY_SCACPP)\include,$(TUSCANY_SCACPP)\extensions\cpp\include,$(TUSCANY_SDOCPP)\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ACCOUNTS_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".\Release/Accounts.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile="Release/Account.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SCACPP)/extensions/cpp/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SDOCPP)/lib"
- ProgramDatabaseFile=".\Release/Account.pdb"
- ImportLibrary=".\Release/Account.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/Accounts.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deploy.bat ..\..\ Release"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="..\..\bigbank.account\AccountDataServiceImpl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountDataServiceImpl_AccountDataService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountDataServiceImpl_AccountDataService_Wrapper.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_accountDataService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_AccountService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_AccountService_Wrapper.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_stockQuoteService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl_StockQuoteService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl_StockQuoteService_Wrapper.cpp"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl_webService_Proxy.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\bigbank.account\AccountDataService.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountDataServiceImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountDataServiceImpl_AccountDataService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountDataServiceImpl_AccountDataService_Wrapper.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountService.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_accountDataService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_AccountService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_AccountService_Wrapper.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\AccountServiceImpl_stockQuoteService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteService.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl_StockQuoteService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl_StockQuoteService_Wrapper.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteServiceImpl_webService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\bigbank.account\StockQuoteWebService.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj b/cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj
deleted file mode 100644
index 0460446ba2..0000000000
--- a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj
+++ /dev/null
@@ -1,224 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="bigbank.client"
- ProjectGUID="{992AACB6-A3BD-489B-9C5B-5363E5A01CBE}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/AccountClient.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\bigbank.account;&quot;$(TUSCANY_SCACPP)\include&quot;;&quot;$(TUSCANY_SCACPP)\extensions\cpp\include&quot;;&quot;$(TUSCANY_SDOCPP)\include&quot;"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".\Release/AccountClient.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile=".\Release/AccountClient.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SCACPP)/extensions/cpp/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SDOCPP)/lib"
- ProgramDatabaseFile=".\Release/AccountClient.pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/AccountClient.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deployclient.bat ..\..\ Release"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Debug/AccountClient.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\bigbank.account;&quot;$(TUSCANY_SCACPP)\include&quot;;&quot;$(TUSCANY_SCACPP)\extensions\cpp\include&quot;;&quot;$(TUSCANY_SDOCPP)\include&quot;"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- PrecompiledHeaderFile=".\Debug/AccountClient.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile=".\Debug/AccountClient.exe"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SCACPP)/extensions/cpp/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SDOCPP)/lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/AccountClient.pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/AccountClient.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deployclient.bat ..\..\ Debug"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="..\..\bigbank.client\AccountClient.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/CppBigBank/build.xml b/cpp/sca/samples/CppBigBank/build.xml
deleted file mode 100644
index a97fa1043b..0000000000
--- a/cpp/sca/samples/CppBigBank/build.xml
+++ /dev/null
@@ -1,207 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_CppBigBank" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/CppBigBank"/>
- <property name="bigbank.account.dir" location="${this.dir}/bigbank.account"/>
- <property name="bigbank.account.build.dir" location="${bigbank.account.dir}/build"/>
- <property name="bigbank.client.dir" location="${this.dir}/bigbank.client"/>
- <property name="bigbank.client.build.dir" location="${bigbank.client.dir}/build"/>
- <property name="bigbank.phpwsclient.dir" location="${this.dir}/bigbank.phpwsclient"/>
- <property name="scagen.jar" value="${tuscanySCA.install.dir}/extensions/cpp/bin/scagen.jar"/>
- <property name="CppBigBank.install.dir"
- location="${tuscanySCA.install.dir}/samples/CppBigBank"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="build and install the TuscanyScaNative CppBigBank sample">
- <antcall target="build"/>
- <antcall target="install"/>
- </target>
-
- <target name="build"
- depends="init"
- description="build the TuscanyScaNative CppBigBank sample">
- <antcall target="build.bigbank.account"/>
- <antcall target="build.bigbank.client"/>
- <antcall target="build.bigbank.phpwsclient"/>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative CppBigBank sample">
- <antcall target="install.bigbank.account"/>
- <antcall target="install.bigbank.client"/>
- <antcall target="install.bigbank.phpwsclient"/>
- <cpp-install-file
- srcfile="bigbank.app.composite"
- srcdir="${this.dir}"
- destdir="${CppBigBank.install.dir}"
- executable="false"/>
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative CppBigBank sample">
- <antcall target="clean.bigbank.account"/>
- <antcall target="clean.bigbank.client"/>
- <antcall target="clean.bigbank.phpwsclient"/>
- <delete dir="${CppBigBank.install.dir}" quiet="true"/>
- </target>
-
- <!--
- Internal targets
- They can still be called, they're just not described, so wont show up in "ant -p"
- -->
-
- <!-- build -->
-
- <target name="build.bigbank.account" depends="init">
- <!-- scagen -->
- <mkdir dir="${bigbank.account.build.dir}"/>
- <java jar="${scagen.jar}" fork="true">
- <arg line="-dir ${bigbank.account.dir} -output ${bigbank.account.build.dir}"/>
- </java>
-
- <!-- put all the cpp/h files together with the scagen'd files to make the library -->
- <copy todir="${bigbank.account.build.dir}">
- <fileset dir="${bigbank.account.dir}" includes="*.h"/>
- <fileset dir="${bigbank.account.dir}" includes="*.cpp"/>
- </copy>
-
- <!-- build the library -->
- <cpp-build
- srcdir="${bigbank.account.build.dir}"
- infiles="*.cpp"
- outdir="${bigbank.account.build.dir}/.libs"
- outfile="Account">
- <custom-build-elements>
- <includepath path="${tuscanySCA.install.dir}/include"/>
- <includepath path="${tuscanySCA.install.dir}/extensions/cpp/include"/>
- <libset dir="${tuscanySCA.install.dir}/extensions/cpp/lib" libs="tuscany_sca_cpp"/>
- <libset dir="${tuscanySCA.install.dir}/lib" libs="tuscany_sca"/>
- </custom-build-elements>
- </cpp-build>
- </target>
-
- <target name="build.bigbank.client" depends="init">
- <cpp-build
- srcdir="${bigbank.client.dir}"
- infiles="AccountClient.cpp"
- outdir="${bigbank.client.build.dir}"
- outfile="AccountClient"
- outtype="executable">
- <custom-build-elements>
- <includepath path="${tuscanySCA.install.dir}/include"/>
- <includepath path="${tuscanySCA.install.dir}/extensions/cpp/include"/>
- <includepath path="${bigbank.account.dir}"/>
- <libset dir="${tuscanySCA.install.dir}/extensions/cpp/lib" libs="tuscany_sca_cpp"/>
- <libset dir="${tuscanySCA.install.dir}/lib" libs="tuscany_sca"/>
- <syslibset unless="windows" libs="dl"/>
- </custom-build-elements>
- </cpp-build>
- </target>
-
- <target name="build.bigbank.phpwsclient" depends="init">
- </target>
-
- <!-- install -->
-
- <target name="install.bigbank.account" depends="init">
-
- <!-- Install all the componentType files -->
- <cpp-install-files
- files="*.componentType"
- srcdir="${bigbank.account.dir}"
- destdir="${CppBigBank.install.dir}/bigbank.account"/>
-
- <!-- Install the composite, the wsdls, and the xsds -->
- <cpp-install-files
- files="AccountService.wsdl StockQuoteWebService.wsdl StockQuoteTypes.xsd bigbank.account.composite"
- srcdir="${bigbank.account.dir}"
- destdir="${CppBigBank.install.dir}/bigbank.account"/>
-
- <!-- Install the runwsserver script -->
- <cpp-install-file
- srcfile="runwsserver${script.ext}"
- srcdir="${bigbank.account.dir}"
- destdir="${CppBigBank.install.dir}/bigbank.account"/>
-
- <!-- Install the library -->
- <condition property="bigbank.lib.ext" value="${dll.ext}">
- <os family="windows"/>
- </condition>
- <property name="bigbank.lib.ext" value="${lib.ext}"/>
- <cpp-install-file
- srcfile="${lib.prefix}Account${bigbank.lib.ext}"
- destfile="${lib.prefix}Account${bigbank.lib.ext}${tuscanySCA.library.version}"
- srcdir="${bigbank.account.dir}/build/.libs"
- destdir="${CppBigBank.install.dir}/bigbank.account"/>
- <cpp-symlink
- linkdir="${CppBigBank.install.dir}/bigbank.account"
- link="${lib.prefix}Account${bigbank.lib.ext}"
- resource="${lib.prefix}Account${bigbank.lib.ext}${tuscanySCA.library.version}"/>
- </target>
-
- <target name="install.bigbank.client" depends="init">
- <cpp-install-file
- srcfile="runclient${script.ext}"
- srcdir="${bigbank.client.dir}"
- destdir="${CppBigBank.install.dir}/bigbank.client"/>
- <cpp-install-file
- srcfile="AccountClient${exe.ext}"
- srcdir="${bigbank.client.build.dir}"
- destdir="${CppBigBank.install.dir}/bigbank.client"/>
- </target>
-
- <target name="install.bigbank.phpwsclient" depends="init">
- </target>
-
- <!-- clean -->
-
- <target name="clean.bigbank.account" depends="init">
- <delete dir="${bigbank.account.build.dir}" quiet="true"/>
- <delete dir="${CppBigBank.install.dir}/bigbank.account" quiet="true"/>
- </target>
-
- <target name="clean.bigbank.client" depends="init">
- <delete dir="${bigbank.client.build.dir}" quiet="true"/>
- <delete dir="${CppBigBank.install.dir}/bigbank.client" quiet="true"/>
- </target>
-
- <target name="clean.bigbank.phpwsclient" depends="init">
- </target>
-
-</project>
diff --git a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj b/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj
deleted file mode 100644
index c33437a8cd..0000000000
--- a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="Build"
- ProjectGUID="{4D8888D4-CC80-4008-B3B4-6772A0CA9010}"
- Keyword="MakeFileProj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="10"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Debug/Build.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="10"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/Build.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user b/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user
deleted file mode 100644
index 8b18d57ac5..0000000000
--- a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioUserFile
- ProjectType="Visual C++"
- Version="8.00"
- ShowAllFiles="false"
- >
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- >
- <DebugSettings
- Command="$(TUSCANY_SCACPP)\samples\CppCalculator\deploy\sample.calculator.client\calculator_client.exe"
- WorkingDirectory="$(TUSCANY_SCACPP)\samples\CppCalculator\deploy\sample.calculator.client"
- CommandArguments="mul 7 6"
- Attach="false"
- DebuggerType="3"
- Remote="1"
- RemoteMachine=""
- RemoteCommand=""
- HttpUrl=""
- PDBPath=""
- SQLDebugging=""
- Environment="PATH=%TUSCANY_SCACPP%\bin;%TUSCANY_SCACPP%\extensions\cpp\bin;%TUSCANY_SDOCPP%\bin;%AXIS2C_HOME%\lib;%PATH%&#x0A;TUSCANY_SCACPP_ROOT=%TUSCANY_SCACPP%\samples\CppCalculator\deploy&#x0A;TUSCANY_SCACPP_COMPONENT=sample.calculator.CalculatorComponent"
- EnvironmentMerge="true"
- DebuggerFlavor="0"
- MPIRunCommand=""
- MPIRunArguments=""
- MPIRunWorkingDirectory=""
- ApplicationCommand=""
- ApplicationArguments=""
- ShimCommand=""
- MPIAcceptMode=""
- MPIAcceptFilter=""
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- >
- <DebugSettings
- Command="$(TUSCANY_SCACPP)\samples\CppCalculator\deploy\sample.calculator.client\calculator_client.exe"
- WorkingDirectory="$(TUSCANY_SCACPP)\samples\CppCalculator\deploy\sample.calculator.client"
- CommandArguments="mul 7 6"
- Attach="false"
- DebuggerType="3"
- Remote="1"
- RemoteMachine=""
- RemoteCommand=""
- HttpUrl=""
- PDBPath=""
- SQLDebugging=""
- Environment="PATH=%TUSCANY_SCACPP%\bin;%TUSCANY_SCACPP%\extensions\cpp\bin;%TUSCANY_SDOCPP%\bin;%AXIS2C_HOME%\lib;%PATH%&#x0A;TUSCANY_SCACPP_ROOT=%TUSCANY_SCACPP%\samples\CppCalculator\deploy&#x0A;TUSCANY_SCACPP_COMPONENT=sample.calculator.CalculatorComponent"
- EnvironmentMerge="true"
- DebuggerFlavor="0"
- MPIRunCommand=""
- MPIRunArguments=""
- MPIRunWorkingDirectory=""
- ApplicationCommand=""
- ApplicationArguments=""
- ShimCommand=""
- MPIAcceptMode=""
- MPIAcceptFilter=""
- />
- </Configuration>
- </Configurations>
-</VisualStudioUserFile>
diff --git a/cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln b/cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln
deleted file mode 100644
index 941a48a3f7..0000000000
--- a/cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln
+++ /dev/null
@@ -1,39 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Build", "Build\Build.vcproj", "{4D8888D4-CC80-4008-B3B4-6772A0CA9010}"
- ProjectSection(ProjectDependencies) = postProject
- {799C40A9-9DDB-4DCD-806D-50205508AE0E} = {799C40A9-9DDB-4DCD-806D-50205508AE0E}
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3} = {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator", "sample.calculator\sample.calculator.vcproj", "{8DD6E7A7-912D-49DD-9517-A91E8FB040D3}"
- ProjectSection(ProjectDependencies) = postProject
- {799C40A9-9DDB-4DCD-806D-50205508AE0E} = {799C40A9-9DDB-4DCD-806D-50205508AE0E}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator.client", "sample.calculator.client\sample.calculator.client.vcproj", "{799C40A9-9DDB-4DCD-806D-50205508AE0E}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.ActiveCfg = Debug|Win32
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.Build.0 = Debug|Win32
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.ActiveCfg = Release|Win32
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.Build.0 = Release|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.ActiveCfg = Debug|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.Build.0 = Debug|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.ActiveCfg = Release|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.Build.0 = Release|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.ActiveCfg = Debug|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.Build.0 = Debug|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.ActiveCfg = Release|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj b/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj
deleted file mode 100644
index 66e62def41..0000000000
--- a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj
+++ /dev/null
@@ -1,224 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="sample.calculator.client"
- ProjectGUID="{799C40A9-9DDB-4DCD-806D-50205508AE0E}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Debug/Client.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\sample.calculator;&quot;$(TUSCANY_SDOCPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/extensions/cpp/include&quot;"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- PrecompiledHeaderFile=".\Debug/Client.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile="Debug/calculator_client.exe"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/calculator_client.pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/Client.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deployclient.bat ..\..\ Debug&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/Client.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\sample.calculator;&quot;$(TUSCANY_SDOCPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/extensions/cpp/include&quot;"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".\Release/Client.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile="Release/calculator_client.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- ProgramDatabaseFile=".\Release/calculator_client.pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/Client.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deployclient.bat ..\..\ Release&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="..\..\sample.calculator.client\CalculatorClient.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj b/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj
deleted file mode 100644
index 81493af9aa..0000000000
--- a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj
+++ /dev/null
@@ -1,294 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="sample.calculator"
- ProjectGUID="{8DD6E7A7-912D-49DD-9517-A91E8FB040D3}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="..\..\..\scagen.bat ..\..\sample.calculator"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Calculator.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="$(TUSCANY_SDOCPP)/include,$(TUSCANY_SCACPP)/include,$(TUSCANY_SCACPP)/extensions/cpp/include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CALCULATOR_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- PrecompiledHeaderFile=".\Debug/Calculator.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sca_cpp.lib tuscany_sca.lib tuscany_sdo.lib $(NOINHERIT)"
- OutputFile=".\Debug/Calculator.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/Calculator.pdb"
- ImportLibrary=".\Debug/Calculator.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/Calculator.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deploy.bat ..\..\ Debug"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="..\..\..\scagen.bat ..\..\sample.calculator"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Calculator.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="$(TUSCANY_SDOCPP)/include,$(TUSCANY_SCACPP)/include,$(TUSCANY_SCACPP)/extensions/cpp/include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CALCULATOR_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".\Release/Calculator.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sca_cpp.lib tuscany_sca.lib tuscany_sdo.lib $(NOINHERIT)"
- OutputFile=".\Release/Calculator.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- ProgramDatabaseFile=".\Release/Calculator.pdb"
- ImportLibrary=".\Release/Calculator.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/Calculator.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deploy.bat ..\..\ Release"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Wrapper.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_divideService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Wrapper.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\sample.calculator\Calculator.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Wrapper.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_divideService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\Divide.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Wrapper.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/CppCalculator/build.xml b/cpp/sca/samples/CppCalculator/build.xml
deleted file mode 100644
index 6b4a719b20..0000000000
--- a/cpp/sca/samples/CppCalculator/build.xml
+++ /dev/null
@@ -1,186 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_CppCalculator" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/CppCalculator"/>
- <property name="sample.calculator.dir" location="${this.dir}/sample.calculator"/>
- <property name="sample.calculator.build.dir" location="${sample.calculator.dir}/build"/>
- <property name="sample.calculator.client.dir" location="${this.dir}/sample.calculator.client"/>
- <property name="sample.calculator.client.build.dir"
- location="${sample.calculator.client.dir}/build"/>
- <property name="CppCalculator.install.dir"
- location="${tuscanySCA.install.dir}/samples/CppCalculator"/>
- <property name="scagen.jar"
- value="${tuscanySCA.install.dir}/extensions/cpp/bin/scagen.jar"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- description="build and install the TuscanyScaNative CppCalculator sample">
- <antcall target="build"/>
- <antcall target="install"/>
- </target>
-
- <target name="build"
- description="build the TuscanyScaNative CppCalculator sample">
- <antcall target="build.sample.calculator"/>
- <antcall target="build.sample.calculator.client"/>
- </target>
-
- <target name="install"
- description="Install the TuscanyScaNative CppCalculator sample">
- <antcall target="install.sample.calculator"/>
- <antcall target="install.sample.calculator.client"/>
- </target>
-
- <target name="clean"
- description="Clean the TuscanyScaNative CppCalculator sample">
- <antcall target="clean.sample.calculator"/>
- <antcall target="clean.sample.calculator.client"/>
- <delete dir="${CppCalculator.install.dir}" quiet="true"/>
- </target>
-
- <!--
- Internal targets
- They can still be called, they're just not described, so wont show up in "ant -p"
- -->
-
- <!-- build -->
-
- <target name="build.sample.calculator" depends="init">
- <!-- scagen -->
- <mkdir dir="${sample.calculator.build.dir}"/>
- <java jar="${scagen.jar}" fork="true">
- <arg line="-dir ${sample.calculator.dir} -output ${sample.calculator.build.dir}"/>
- </java>
-
- <!-- put all the cpp/h files together with the scagen'd files to make the library -->
- <copy todir="${sample.calculator.build.dir}">
- <fileset dir="${sample.calculator.dir}" includes="*.h"/>
- <fileset dir="${sample.calculator.dir}" includes="*.cpp"/>
- </copy>
-
- <!-- build the library -->
- <cpp-build
- srcdir="${sample.calculator.build.dir}"
- infiles="*.cpp"
- outdir="${sample.calculator.build.dir}/.libs"
- outfile="Calculator">
- <custom-build-elements>
- <includepath path="${tuscanySCA.install.dir}/include"/>
- <includepath path="${tuscanySCA.install.dir}/extensions/cpp/include"/>
- <libset dir="${tuscanySCA.install.dir}/extensions/cpp/lib" libs="tuscany_sca_cpp"/>
- <libset dir="${tuscanySCA.install.dir}/lib" libs="tuscany_sca"/>
- </custom-build-elements>
- </cpp-build>
- </target>
-
- <target name="build.sample.calculator.client" depends="init">
- <cpp-build
- srcdir="${sample.calculator.client.dir}"
- infiles="CalculatorClient.cpp"
- outdir="${sample.calculator.client.build.dir}"
- outfile="calculator_client"
- outtype="executable">
- <custom-build-elements>
- <includepath path="${tuscanySCA.install.dir}/include"/>
- <includepath path="${tuscanySCA.install.dir}/extensions/cpp/include"/>
- <includepath path="${sample.calculator.dir}"/>
- <libset dir="${tuscanySCA.install.dir}/extensions/cpp/lib" libs="tuscany_sca_cpp"/>
- <libset dir="${tuscanySCA.install.dir}/lib" libs="tuscany_sca"/>
- <syslibset unless="windows" libs="dl"/>
- </custom-build-elements>
- </cpp-build>
- </target>
-
- <!-- install -->
-
- <target name="install.sample.calculator" depends="init">
- <!-- Install all the componentType files -->
- <cpp-install-files
- files="*.componentType"
- srcdir="${sample.calculator.dir}"
- destdir="${CppCalculator.install.dir}/sample.calculator"/>
-
- <!-- Install the composites -->
- <cpp-install-files
- files="sample.calculator.app.composite"
- srcdir="${this.dir}"
- destdir="${CppCalculator.install.dir}"/>
-
- <cpp-install-files
- files="sample.calculator.composite"
- srcdir="${sample.calculator.dir}"
- destdir="${CppCalculator.install.dir}/sample.calculator"/>
-
- <!-- Install the library -->
- <condition property="calculator.lib.ext" value="${dll.ext}">
- <os family="windows"/>
- </condition>
- <property name="calculator.lib.ext" value="${lib.ext}"/>
- <cpp-install-file
- srcfile="${lib.prefix}Calculator${calculator.lib.ext}"
- destfile="${lib.prefix}Calculator${calculator.lib.ext}${tuscanySCA.library.version}"
- srcdir="${sample.calculator.build.dir}/.libs"
- destdir="${CppCalculator.install.dir}/sample.calculator"/>
- <cpp-symlink
- linkdir="${CppCalculator.install.dir}/sample.calculator"
- link="${lib.prefix}Calculator${calculator.lib.ext}"
- resource="${lib.prefix}Calculator${calculator.lib.ext}${tuscanySCA.library.version}"/>
- </target>
-
- <target name="install.sample.calculator.client" depends="init">
- <cpp-install-file
- srcfile="runclient${script.ext}"
- srcdir="${sample.calculator.client.dir}"
- destdir="${CppCalculator.install.dir}/sample.calculator.client"/>
- <cpp-install-file
- srcfile="calculator_client${exe.ext}"
- srcdir="${sample.calculator.client.build.dir}"
- destdir="${CppCalculator.install.dir}/sample.calculator.client"/>
- </target>
-
- <!-- clean -->
-
- <target name="clean.sample.calculator" depends="init">
- <delete dir="${sample.calculator.build.dir}" quiet="true"/>
- <delete dir="${CppCalculator.install.dir}/sample.calculator" quiet="true"/>
- <delete file="${CppCalculator.install.dir}/sample.calculator.app.composite" quiet="true"/>
- </target>
-
- <target name="clean.sample.calculator.client" depends="init">
- <delete dir="${sample.calculator.client.build.dir}" quiet="true"/>
- <delete dir="${CppCalculator.install.dir}/sample.calculator.client" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/HttpdBigBank/build.xml b/cpp/sca/samples/HttpdBigBank/build.xml
deleted file mode 100644
index 78bae4493c..0000000000
--- a/cpp/sca/samples/HttpdBigBank/build.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_HttpdBigBank" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/HttpdBigBank"/>
- <property name="bigbank.account.dir" location="${this.dir}/bigbank.account"/>
- <property name="bigbank.accountdata.dir" location="${this.dir}/bigbank.accountdata"/>
- <property name="bigbank.wsclient.dir" location="${this.dir}/bigbank.wsclient"/>
- <property name="httpserver.dir" location="${this.dir}/httpserver"/>
-
- <property name="HttpdBigBank.install.dir"
- location="${tuscanySCA.install.dir}/samples/HttpdBigBank"/>
- <property name="bigbank.account.install.dir"
- location="${HttpdBigBank.install.dir}/bigbank.account"/>
- <property name="bigbank.accountdata.install.dir"
- location="${HttpdBigBank.install.dir}/bigbank.accountdata"/>
- <property name="bigbank.wsclient.install.dir"
- location="${HttpdBigBank.install.dir}/bigbank.wsclient"/>
- <property name="httpserver.install.dir"
- location="${HttpdBigBank.install.dir}/httpserver"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative HttpdBigBank sample">
- <antcall target="install"/>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative HttpdBigBank sample">
-
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${HttpdBigBank.install.dir}"/>
-
- <!-- install bigbank.account.files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
- <cpp-install-files
- files="*.wsdl"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
-
- <!-- install bigbank.accountdata.files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${bigbank.accountdata.dir}"
- destdir="${bigbank.accountdata.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${bigbank.accountdata.dir}"
- destdir="${bigbank.accountdata.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${bigbank.accountdata.dir}"
- destdir="${bigbank.accountdata.install.dir}"/>
-
- <!-- install bigbank.wsclient files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${bigbank.wsclient.dir}"
- destdir="${bigbank.wsclient.install.dir}"/>
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${bigbank.wsclient.dir}"
- destdir="${bigbank.wsclient.install.dir}"
- executable="true"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${bigbank.wsclient.dir}"
- destdir="${bigbank.wsclient.install.dir}"/>
- <cpp-install-files
- files="*.wsdl"
- srcdir="${bigbank.wsclient.dir}"
- destdir="${bigbank.wsclient.install.dir}"/>
-
- <!-- install httpserver files -->
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${httpserver.dir}"
- destdir="${httpserver.install.dir}"
- executable="true"/>
- <cpp-install-files
- files="*.types"
- srcdir="${httpserver.dir}/conf"
- destdir="${httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.conf"
- srcdir="${httpserver.dir}/conf"
- destdir="${httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.html"
- srcdir="${httpserver.dir}/htdocs"
- destdir="${httpserver.install.dir}/htdocs"/>
-
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative HttpdBigBank sample">
- <delete dir="${HttpdBigBank.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj b/cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj
deleted file mode 100644
index c33437a8cd..0000000000
--- a/cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="Build"
- ProjectGUID="{4D8888D4-CC80-4008-B3B4-6772A0CA9010}"
- Keyword="MakeFileProj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="10"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Debug/Build.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="10"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/Build.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln b/cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln
deleted file mode 100644
index 899bb2c713..0000000000
--- a/cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln
+++ /dev/null
@@ -1,36 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Build", "Build\Build.vcproj", "{4D8888D4-CC80-4008-B3B4-6772A0CA9010}"
- ProjectSection(ProjectDependencies) = postProject
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3} = {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}
- {799C40A9-9DDB-4DCD-806D-50205508AE0E} = {799C40A9-9DDB-4DCD-806D-50205508AE0E}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator", "sample.calculator\sample.calculator.vcproj", "{8DD6E7A7-912D-49DD-9517-A91E8FB040D3}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator.client", "sample.calculator.client\sample.calculator.client.vcproj", "{799C40A9-9DDB-4DCD-806D-50205508AE0E}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.ActiveCfg = Debug|Win32
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.Build.0 = Debug|Win32
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.ActiveCfg = Release|Win32
- {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.Build.0 = Release|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.ActiveCfg = Debug|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.Build.0 = Debug|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.ActiveCfg = Release|Win32
- {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.Build.0 = Release|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.ActiveCfg = Debug|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.Build.0 = Debug|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.ActiveCfg = Release|Win32
- {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj b/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj
deleted file mode 100644
index efc9194822..0000000000
--- a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj
+++ /dev/null
@@ -1,224 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="sample.calculator.client"
- ProjectGUID="{799C40A9-9DDB-4DCD-806D-50205508AE0E}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Debug/Client.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\sample.calculator;&quot;$(TUSCANY_SDOCPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/extensions/cpp/include&quot;;&quot;$(PHP_HOME)/main&quot;;&quot;$(PHP_HOME)/sapi/embed&quot;;&quot;$(PHP_HOME)&quot;;&quot;$(PHP_HOME)/zend&quot;;&quot;$(PHP_HOME)/TSRM&quot;;&quot;$(PHP_SCA_SDO_HOME)&quot;"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ZEND_WIN32;PHP_WIN32;ZTS;ZEND_DEBUG=0"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- PrecompiledHeaderFile=".\Debug/Client.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile="Debug/calculator_client.exe"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/calculator_client.pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/Client.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deployclient.bat ..\..\ Debug&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/Client.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\sample.calculator;&quot;$(TUSCANY_SDOCPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/include&quot;;&quot;$(TUSCANY_SCACPP)/extensions/cpp/include&quot;"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".\Release/Client.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sdo.lib tuscany_sca.lib tuscany_sca_cpp.lib $(NOINHERIT)"
- OutputFile="Release/calculator_client.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- ProgramDatabaseFile=".\Release/calculator_client.pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/Client.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deployclient.bat ..\..\ Release&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="..\..\sample.calculator.client\CalculatorClient.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj b/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj
deleted file mode 100644
index 939c25e991..0000000000
--- a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj
+++ /dev/null
@@ -1,294 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="sample.calculator"
- ProjectGUID="{8DD6E7A7-912D-49DD-9517-A91E8FB040D3}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="..\..\..\scagen.bat ..\..\sample.calculator"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Calculator.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="$(TUSCANY_SDOCPP)/include,$(TUSCANY_SCACPP)/include,$(TUSCANY_SCACPP)/extensions/cpp/include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CALCULATOR_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- PrecompiledHeaderFile=".\Debug/Calculator.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sca_cpp.lib tuscany_sca.lib tuscany_sdo.lib $(NOINHERIT)"
- OutputFile=".\Debug/Calculator.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/Calculator.pdb"
- ImportLibrary=".\Debug/Calculator.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/Calculator.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deploy.bat "
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="..\..\..\scagen.bat ..\..\sample.calculator"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Calculator.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="$(TUSCANY_SDOCPP)/include,$(TUSCANY_SCACPP)/include,$(TUSCANY_SCACPP)/extensions/cpp/include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CALCULATOR_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".\Release/Calculator.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="tuscany_sca_cpp.lib tuscany_sca.lib tuscany_sdo.lib $(NOINHERIT)"
- OutputFile=".\Release/Calculator.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="$(TUSCANY_SDOCPP)/lib,$(TUSCANY_SCACPP)/lib,$(TUSCANY_SCACPP)/extensions/cpp/lib"
- ProgramDatabaseFile=".\Release/Calculator.pdb"
- ImportLibrary=".\Release/Calculator.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/Calculator.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="call ..\..\deploy.bat ..\..\ Release"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Wrapper.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_divideService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Proxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Wrapper.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\sample.calculator\Calculator.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_CalculatorService_Wrapper.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\CalculatorImpl_divideService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\Divide.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\sample.calculator\DivideImpl_DivideService_Wrapper.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/cpp/sca/samples/PHPCalculator/build.xml b/cpp/sca/samples/PHPCalculator/build.xml
deleted file mode 100644
index 37721d3018..0000000000
--- a/cpp/sca/samples/PHPCalculator/build.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_PHPCalculator" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/PHPCalculator"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="build and install the TuscanyScaNative PHPCalculator sample">
- <antcall target="build"/>
- <antcall target="install"/>
- </target>
-
- <target name="build"
- depends="init"
- description="build the TuscanyScaNative PHPCalculator sample">
- <echo> The PHPCalculator sample ant build.xml file has not been implemented yet </echo>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative PHPCalculator sample">
- <echo> The PHPCalculator sample ant build.xml file has not been implemented yet </echo>
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative PHPCalculator sample">
- <echo> The PHPCalculator sample ant build.xml file has not been implemented yet </echo>
- </target>
-
- <!--
- Internal targets
- They can still be called, they're just not described, so wont show up in "ant -p"
- -->
-
-</project>
diff --git a/cpp/sca/samples/PythonCalculator/build.xml b/cpp/sca/samples/PythonCalculator/build.xml
deleted file mode 100644
index be6d85c70c..0000000000
--- a/cpp/sca/samples/PythonCalculator/build.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_PythonCalculator" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/PythonCalculator"/>
- <property name="sample.calculator.dir" location="${this.dir}/sample.calculator"/>
- <property name="sample.calculator.client.dir" location="${this.dir}/sample.calculator.client"/>
-
- <property name="PythonCalculator.install.dir"
- location="${tuscanySCA.install.dir}/samples/PythonCalculator"/>
- <property name="sample.calculator.install.dir"
- location="${PythonCalculator.install.dir}/sample.calculator"/>
- <property name="sample.calculator.client.install.dir"
- location="${PythonCalculator.install.dir}/sample.calculator.client"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative PythonCalculator sample">
- <antcall target="install"/>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative PythonCalculator sample">
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${PythonCalculator.install.dir}"/>
-
- <!-- install sample.calculator.files -->
- <cpp-install-files
- files="*.py"
- srcdir="${sample.calculator.dir}"
- destdir="${sample.calculator.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.calculator.dir}"
- destdir="${sample.calculator.install.dir}"/>
-
- <!-- install sample.calculator.client files -->
- <cpp-install-files
- files="*.py"
- srcdir="${sample.calculator.client.dir}"
- destdir="${sample.calculator.client.install.dir}"/>
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${sample.calculator.client.dir}"
- destdir="${sample.calculator.client.install.dir}"
- executable="true"/>
-
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative PythonCalculator sample">
- <delete dir="${PythonCalculator.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/PythonWeatherForecast/build.xml b/cpp/sca/samples/PythonWeatherForecast/build.xml
deleted file mode 100644
index ee230e0250..0000000000
--- a/cpp/sca/samples/PythonWeatherForecast/build.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_PythonWeatherForecast" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/PythonWeatherForecast"/>
- <property name="sample.weather.dir" location="${this.dir}/sample.weather"/>
- <property name="sample.weather.client.dir" location="${this.dir}/sample.weather.client"/>
-
- <property name="PythonWeather.install.dir"
- location="${tuscanySCA.install.dir}/samples/PythonWeatherForecast"/>
- <property name="sample.weather.install.dir"
- location="${PythonWeather.install.dir}/sample.weather"/>
- <property name="sample.weather.client.install.dir"
- location="${PythonWeather.install.dir}/sample.weather.client"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative PythonWeatherForecast sample">
- <antcall target="install"/>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative PythonWeatherForecast sample">
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${PythonWeather.install.dir}"/>
-
- <!-- install sample.weather.files -->
- <cpp-install-files
- files="*.py"
- srcdir="${sample.weather.dir}"
- destdir="${sample.weather.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.weather.dir}"
- destdir="${sample.weather.install.dir}"/>
- <cpp-install-files
- files="*.wsdl"
- srcdir="${sample.weather.dir}"
- destdir="${sample.weather.install.dir}"/>
-
- <!-- install sample.weather.client files -->
- <cpp-install-files
- files="*.py"
- srcdir="${sample.weather.client.dir}"
- destdir="${sample.weather.client.install.dir}"/>
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${sample.weather.client.dir}"
- destdir="${sample.weather.client.install.dir}"
- executable="true"/>
-
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative PythonWeatherForecast sample">
- <delete dir="${PythonWeather.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/RestCalculator/build.xml b/cpp/sca/samples/RestCalculator/build.xml
deleted file mode 100644
index 9a378b7695..0000000000
--- a/cpp/sca/samples/RestCalculator/build.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_RestCalculator" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/RestCalculator"/>
- <property name="sample.calculator.dir" location="${this.dir}/sample.calculator"/>
- <property name="sample.calculator.client.dir" location="${this.dir}/sample.calculator.restclient"/>
- <property name="sample.httpserver.dir" location="${this.dir}/httpserver"/>
-
- <property name="RestCalculator.install.dir"
- location="${tuscanySCA.install.dir}/samples/RestCalculator"/>
- <property name="sample.calculator.install.dir"
- location="${RestCalculator.install.dir}/sample.calculator"/>
- <property name="sample.calculator.client.install.dir"
- location="${RestCalculator.install.dir}/sample.calculator.restclient"/>
- <property name="sample.httpserver.install.dir"
- location="${RestCalculator.install.dir}/httpserver"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative RestCalculator sample (no build necessary)">
- <antcall target="install"/>
- </target>
-
- <!-- This sample does not require building, just installation -->
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative RestCalculator sample">
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${RestCalculator.install.dir}"/>
-
- <!-- install sample.calculatur files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${sample.calculator.dir}"
- destdir="${sample.calculator.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.calculator.dir}"
- destdir="${sample.calculator.install.dir}"/>
-
- <!-- install sample.calculatur.restclient files -->
- <cpp-install-file
- srcfile="CalculatorRestClient.rb"
- srcdir="${sample.calculator.client.dir}"
- destdir="${sample.calculator.client.install.dir}"/>
- <cpp-install-file
- srcfile="sample.calculator.restclient.composite"
- srcdir="${sample.calculator.client.dir}"
- destdir="${sample.calculator.client.install.dir}"/>
- <cpp-install-file
- srcfile="runrestclient${script.ext}"
- srcdir="${sample.calculator.client.dir}"
- destdir="${sample.calculator.client.install.dir}"/>
-
- <!-- install httpserver files -->
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${sample.httpserver.dir}"
- destdir="${sample.httpserver.install.dir}"
- executable="true"/>
- <cpp-install-files
- files="*.types"
- srcdir="${sample.httpserver.dir}/conf"
- destdir="${sample.httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.conf"
- srcdir="${sample.httpserver.dir}/conf"
- destdir="${sample.httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.html"
- srcdir="${sample.httpserver.dir}/htdocs"
- destdir="${sample.httpserver.install.dir}/htdocs"/>
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative RestCalculator sample">
- <delete dir="${RestCalculator.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/RestCustomer/build.xml b/cpp/sca/samples/RestCustomer/build.xml
deleted file mode 100644
index 952da3ca23..0000000000
--- a/cpp/sca/samples/RestCustomer/build.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_RestCustomer" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/RestCustomer"/>
- <property name="sample.customer.dir" location="${this.dir}/sample.customer"/>
- <property name="sample.customer.client.dir" location="${this.dir}/sample.customer.restclient"/>
- <property name="sample.httpserver.dir" location="${this.dir}/httpserver"/>
-
- <property name="RestCustomer.install.dir"
- location="${tuscanySCA.install.dir}/samples/RestCustomer"/>
- <property name="sample.customer.install.dir"
- location="${RestCustomer.install.dir}/sample.customer"/>
- <property name="sample.customer.client.install.dir"
- location="${RestCustomer.install.dir}/sample.customer.restclient"/>
- <property name="sample.httpserver.install.dir"
- location="${RestCustomer.install.dir}/httpserver"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative RestCustomer sample (no build necessary)">
- <antcall target="install"/>
- </target>
-
- <!-- This sample does not require building, just installation -->
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative RestCustomer sample">
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${RestCustomer.install.dir}"/>
-
- <!-- install sample.customer files -->
- <cpp-install-files
- files="*.py"
- srcdir="${sample.customer.dir}"
- destdir="${sample.customer.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${sample.customer.dir}"
- destdir="${sample.customer.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.customer.dir}"
- destdir="${sample.customer.install.dir}"/>
- <cpp-install-file
- srcfile="2345.xml"
- srcdir="${sample.customer.dir}"
- destdir="${sample.customer.install.dir}"/>
-
- <!-- install sample.customer.restclient files -->
- <cpp-install-files
- files="*.py"
- srcdir="${sample.customer.client.dir}"
- destdir="${sample.customer.client.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${sample.customer.client.dir}"
- destdir="${sample.customer.client.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.customer.client.dir}"
- destdir="${sample.customer.client.install.dir}"/>
- <cpp-install-file
- srcfile="runrestclient${script.ext}"
- srcdir="${sample.customer.client.dir}"
- destdir="${sample.customer.client.install.dir}"/>
-
- <!-- install httpserver files -->
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${sample.httpserver.dir}"
- destdir="${sample.httpserver.install.dir}"
- executable="true"/>
- <cpp-install-files
- files="*.types"
- srcdir="${sample.httpserver.dir}/conf"
- destdir="${sample.httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.conf"
- srcdir="${sample.httpserver.dir}/conf"
- destdir="${sample.httpserver.install.dir}/conf"/>
- <cpp-install-files
- files="*.html"
- srcdir="${sample.httpserver.dir}/htdocs"
- destdir="${sample.httpserver.install.dir}/htdocs"/>
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative RestCustomer sample">
- <delete dir="${RestCustomer.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/RestYahoo/build.xml b/cpp/sca/samples/RestYahoo/build.xml
deleted file mode 100644
index 2e9e3b5f26..0000000000
--- a/cpp/sca/samples/RestYahoo/build.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_RestYahoo" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/RestYahoo"/>
- <property name="sample.yahoo.dir" location="${this.dir}/sample.yahoo"/>
- <property name="sample.yahoo.client.dir" location="${this.dir}/sample.yahoo.client"/>
-
- <property name="RestYahoo.install.dir"
- location="${tuscanySCA.install.dir}/samples/RestYahoo"/>
- <property name="sample.yahoo.install.dir"
- location="${RestYahoo.install.dir}/sample.yahoo"/>
- <property name="sample.yahoo.client.install.dir"
- location="${RestYahoo.install.dir}/sample.yahoo.client"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="build and install the TuscanyScaNative RestYahoo sample">
- <antcall target="install"/>
- </target>
-
- <!-- This sample does not require building, just installation -->
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative RestYahoo sample">
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${RestYahoo.install.dir}"/>
-
- <!-- install sample.yahoo files -->
- <cpp-install-files
- files="*.py"
- srcdir="${sample.yahoo.dir}"
- destdir="${sample.yahoo.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.yahoo.dir}"
- destdir="${sample.yahoo.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${sample.yahoo.dir}"
- destdir="${sample.yahoo.install.dir}"/>
-
- <!-- install sample.yahoo.client files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${sample.yahoo.client.dir}"
- destdir="${sample.yahoo.client.install.dir}"/>
- <cpp-install-file
- srcfile="runclient${script.ext}"
- srcdir="${sample.yahoo.client.dir}"
- destdir="${sample.yahoo.client.install.dir}"/>
-
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative RestYahoo sample">
- <delete dir="${RestYahoo.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/RubyBigBank/build.xml b/cpp/sca/samples/RubyBigBank/build.xml
deleted file mode 100644
index 886c00e019..0000000000
--- a/cpp/sca/samples/RubyBigBank/build.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_RubyBigBank" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/RubyBigBank"/>
- <property name="bigbank.account.dir" location="${this.dir}/bigbank.account"/>
- <property name="bigbank.account.client.dir" location="${this.dir}/bigbank.client"/>
- <property name="bigbank.account.wsclient.dir" location="${this.dir}/bigbank.wsclient"/>
-
- <property name="RubyBigBank.install.dir"
- location="${tuscanySCA.install.dir}/samples/RubyBigBank"/>
- <property name="bigbank.account.install.dir"
- location="${RubyBigBank.install.dir}/bigbank.account"/>
- <property name="bigbank.account.client.install.dir"
- location="${RubyBigBank.install.dir}/bigbank.client"/>
- <property name="bigbank.account.wsclient.install.dir"
- location="${RubyBigBank.install.dir}/bigbank.wsclient"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative RubyBigBank sample">
- <antcall target="install"/>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative RubyBigBank sample">
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${RubyBigBank.install.dir}"/>
-
- <!-- install bigbank.account.files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
- <cpp-install-files
- files="*.wsdl"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
- <cpp-install-files
- files="*.xsd"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"/>
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${bigbank.account.dir}"
- destdir="${bigbank.account.install.dir}"
- executable="true"/>
-
- <!-- install bigbank.account.client files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${bigbank.account.client.dir}"
- destdir="${bigbank.account.client.install.dir}"/>
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${bigbank.account.client.dir}"
- destdir="${bigbank.account.client.install.dir}"
- executable="true"/>
-
- <!-- install bigbank.account.wsclient files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${bigbank.account.wsclient.dir}"
- destdir="${bigbank.account.wsclient.install.dir}"/>
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${bigbank.account.wsclient.dir}"
- destdir="${bigbank.account.wsclient.install.dir}"
- executable="true"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${bigbank.account.wsclient.dir}"
- destdir="${bigbank.account.wsclient.install.dir}"/>
- <cpp-install-files
- files="*.wsdl"
- srcdir="${bigbank.account.wsclient.dir}"
- destdir="${bigbank.account.wsclient.install.dir}"/>
-
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative RubyBigBank sample">
- <delete dir="${RubyBigBank.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/RubyCalculator/build.xml b/cpp/sca/samples/RubyCalculator/build.xml
deleted file mode 100644
index 2d7eef386e..0000000000
--- a/cpp/sca/samples/RubyCalculator/build.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_RubyCalculator" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/RubyCalculator"/>
- <property name="sample.calculator.dir" location="${this.dir}/sample.calculator"/>
- <property name="sample.calculator.client.dir" location="${this.dir}/sample.calculator.client"/>
-
- <property name="RubyCalculator.install.dir"
- location="${tuscanySCA.install.dir}/samples/RubyCalculator"/>
- <property name="sample.calculator.install.dir"
- location="${RubyCalculator.install.dir}/sample.calculator"/>
- <property name="sample.calculator.client.install.dir"
- location="${RubyCalculator.install.dir}/sample.calculator.client"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="install the TuscanyScaNative RubyCalculator sample">
- <antcall target="install"/>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative RubyCalculator sample">
- <cpp-install-files
- files="*.composite"
- srcdir="${this.dir}"
- destdir="${RubyCalculator.install.dir}"/>
-
- <!-- install sample.calculator.files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${sample.calculator.dir}"
- destdir="${sample.calculator.install.dir}"/>
- <cpp-install-files
- files="*.composite"
- srcdir="${sample.calculator.dir}"
- destdir="${sample.calculator.install.dir}"/>
- <cpp-install-files
- files="*.wsdl"
- srcdir="${sample.calculator.dir}"
- destdir="${sample.calculator.install.dir}"/>
-
- <!-- install sample.calculator.client files -->
- <cpp-install-files
- files="*.rb"
- srcdir="${sample.calculator.client.dir}"
- destdir="${sample.calculator.client.install.dir}"/>
- <cpp-install-files
- files="*${script.ext}"
- srcdir="${sample.calculator.client.dir}"
- destdir="${sample.calculator.client.install.dir}"
- executable="true"/>
-
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative RubyCalculator sample">
- <delete dir="${RubyCalculator.install.dir}" quiet="true"/>
- </target>
-
-</project>
diff --git a/cpp/sca/samples/SupplyChain/build.xml b/cpp/sca/samples/SupplyChain/build.xml
deleted file mode 100644
index a5e887c38b..0000000000
--- a/cpp/sca/samples/SupplyChain/build.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project name="TuscanyScaNative_Sample_SupplyChain" default="all" basedir="../..">
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
-
- <target name="init">
- <tstamp/>
- <property name="this.dir" location="${basedir}/samples/SupplyChain"/>
- </target>
-
- <!--
- Public targets
- -->
- <target name="all"
- depends="init"
- description="build and install the TuscanyScaNative SupplyChain sample">
- <antcall target="build"/>
- <antcall target="install"/>
- </target>
-
- <target name="build"
- depends="init"
- description="build the TuscanyScaNative SupplyChain sample">
- <echo> The SupplyChain sample ant build.xml file has not been implemented yet </echo>
- </target>
-
- <target name="install"
- depends="init"
- description="Install the TuscanyScaNative SupplyChain sample">
- <echo> The SupplyChain sample ant build.xml file has not been implemented yet </echo>
- </target>
-
- <target name="clean"
- depends="init"
- description="Clean the TuscanyScaNative SupplyChain sample">
- <echo> The SupplyChain sample ant build.xml file has not been implemented yet </echo>
- </target>
-
- <!--
- Internal targets
- They can still be called, they're just not described, so wont show up in "ant -p"
- -->
-
-</project>
diff --git a/cpp/sca/samples/build.xml b/cpp/sca/samples/build.xml
deleted file mode 100644
index a8422a0e70..0000000000
--- a/cpp/sca/samples/build.xml
+++ /dev/null
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<project name="TuscanyScaNative_samples" default="all" basedir="..">
-
- <!--
- This is the root level ant build.xml file for TuscanySCA Native samples
- Nothing is actually performed here, it just delegates to subdirectory
- build.xml files.
- -->
-
- <import file="${basedir}/antscripts/system.xml"/>
- <import file="${basedir}/antscripts/compile-targets.xml"/>
-
-
- <!--
- Notice that the basedir for this project is set to the TuscanySCA root dir
- This makes path setting in system.xml much simpler, but we'll just have to
- set a property here to this directory.
- -->
- <property name="this.dir" location="${basedir}/samples"/>
-
- <property name="AlertAggregator.dir" location="${this.dir}/AlertAggregator"/>
- <property name="CppBigBank.dir" location="${this.dir}/CppBigBank"/>
- <property name="CppCalculator.dir" location="${this.dir}/CppCalculator"/>
- <property name="HttpdBigBank.dir" location="${this.dir}/HttpdBigBank"/>
- <property name="PHPCalculator.dir" location="${this.dir}/PHPCalculator"/>
- <property name="PythonCalculator.dir" location="${this.dir}/PythonCalculator"/>
- <property name="PythonWeatherForecast.dir" location="${this.dir}/PythonWeatherForecast"/>
- <property name="RestCalculator.dir" location="${this.dir}/RestCalculator"/>
- <property name="RestCustomer.dir" location="${this.dir}/RestCustomer"/>
- <property name="RestYahoo.dir" location="${this.dir}/RestYahoo"/>
- <property name="RubyBigBank.dir" location="${this.dir}/RubyBigBank"/>
- <property name="RubyCalculator.dir" location="${this.dir}/RubyCalculator"/>
- <property name="SupplyChain.dir" location="${this.dir}/SupplyChain"/>
-
- <!--
- Public targets
- -->
-
- <target name="all" description="Build and install all TuscanyScaNative samples">
- <antcall target="AlertAggregator"/>
- <antcall target="CppBigBank"/>
- <antcall target="CppCalculator"/>
- <antcall target="HttpdBigBank"/>
- <antcall target="PHPCalculator"/>
- <antcall target="PythonCalculator"/>
- <antcall target="PythonWeatherForecast"/>
- <antcall target="RestCalculator"/>
- <antcall target="RestCustomer"/>
- <antcall target="RestYahoo"/>
- <antcall target="RubyBigBank"/>
- <antcall target="RubyCalculator"/>
- <antcall target="SupplyChain"/>
- </target>
-
- <!--
- Using antfile and inheritAll="false" to maintain the subdir build.xml basedir settings
- -->
-
- <target name="AlertAggregator" description="Build and install the AlertAggregator sample">
- <ant target="all" antfile="${AlertAggregator.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="CppBigBank" description="Build and install the CppBigBank sample">
- <ant target="all" antfile="${CppBigBank.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="CppCalculator" description="Build and install the CppCalculator sample">
- <ant target="all" antfile="${CppCalculator.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="HttpdBigBank" description="Build and install the HttpdBigBank sample">
- <ant target="all" antfile="${HttpdBigBank.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="PHPCalculator" description="Build and install the PHPCalculator sample">
- <ant target="all" antfile="${PHPCalculator.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="PythonCalculator" description="Build and install the PythonCalculator sample">
- <ant target="all" antfile="${PythonCalculator.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="PythonWeatherForecast" description="Build and install the PythonWeatherForecast sample">
- <ant target="all" antfile="${PythonWeatherForecast.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="RestCalculator" description="Build and install the RestCalculator sample">
- <ant target="all" antfile="${RestCalculator.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="RestCustomer" description="Build and install the RestCustomer sample">
- <ant target="all" antfile="${RestCustomer.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="RestYahoo" description="Build and install the RestYahoo sample">
- <ant target="all" antfile="${RestYahoo.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="RubyBigBank" description="Build and install the RubyBigBank sample">
- <ant target="all" antfile="${RubyBigBank.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="RubyCalculator" description="Build and install the RubyCalculator sample">
- <ant target="all" antfile="${RubyCalculator.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <target name="SupplyChain" description="Build and install the SupplyChain sample">
- <ant target="all" antfile="${SupplyChain.dir}/build.xml" inheritAll="false"/>
- </target>
-
- <!-- clean -->
-
- <target name="clean" description="Clean all TuscanyScaNative samples">
- <ant target="clean" antfile="${AlertAggregator.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${CppBigBank.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${CppCalculator.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${HttpdBigBank.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${PHPCalculator.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${PythonCalculator.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${PythonWeatherForecast.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${RestCalculator.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${RestCustomer.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${RestYahoo.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${RubyBigBank.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${RubyCalculator.dir}/build.xml" inheritAll="false"/>
- <ant target="clean" antfile="${SupplyChain.dir}/build.xml" inheritAll="false"/>
- </target>
-
-</project>