Author: ajborley
Date: Tue Nov 28 03:36:36 2006
New Revision: 480002
URL: http://svn.apache.org/viewvc?view=rev&rev=480002
Log:
Added WeatherForecast sample for building on Linux
Modified:
incubator/tuscany/cpp/sca/samples/Makefile.am
incubator/tuscany/cpp/sca/samples/configure.ac
Modified: incubator/tuscany/cpp/sca/samples/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Makefile.am?view=diff&rev=480002&r1=480001&r2=480002
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/Makefile.am Tue Nov 28 03:36:36 2006
@@ -17,14 +17,14 @@
if WANT_ALL_SAMPLES
CPP_SAMPLES = CppCalculator CppBigBank
- PYTHON_SAMPLES = PythonCalculator
+ PYTHON_SAMPLES = PythonCalculator WeatherForecast
RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator
endif
if WANT_CPP_SAMPLES
CPP_SAMPLES = CppCalculator CppBigBank
endif
if WANT_PYTHON_SAMPLES
- PYTHON_SAMPLES = PythonCalculator
+ PYTHON_SAMPLES = PythonCalculator WeatherForecast
endif
if WANT_RUBY_SAMPLES
RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator
Modified: incubator/tuscany/cpp/sca/samples/configure.ac
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/configure.ac?view=diff&rev=480002&r1=480001&r2=480002
==============================================================================
--- incubator/tuscany/cpp/sca/samples/configure.ac (original)
+++ incubator/tuscany/cpp/sca/samples/configure.ac Tue Nov 28 03:36:36 2006
@@ -174,5 +174,8 @@
HttpdBigBank/bigbank.accountdata/Makefile
HttpdBigBank/bigbank.wsclient/Makefile
HttpdBigBank/httpserver/Makefile
+ WeatherForecast/Makefile
+ WeatherForecast/sample.weather/Makefile
+ WeatherForecast/sample.weather.client/Makefile
])
AC_OUTPUT
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]