You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/11/28 12:47:52 UTC

svn commit: r480008 - in /incubator/tuscany/cpp/sca/samples: Makefile.am PythonWeatherForecast/ PythonWeatherForecast/deploy.bat configure.ac

Author: ajborley
Date: Tue Nov 28 03:47:51 2006
New Revision: 480008

URL: http://svn.apache.org/viewvc?view=rev&rev=480008
Log:
Renamed WeatherForecast sample to PythonWeatherForecast

Added:
    incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/
      - copied from r479990, incubator/tuscany/cpp/sca/samples/WeatherForecast/
Modified:
    incubator/tuscany/cpp/sca/samples/Makefile.am
    incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/deploy.bat
    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=480008&r1=480007&r2=480008
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/Makefile.am Tue Nov 28 03:47:51 2006
@@ -17,14 +17,14 @@
 
 if WANT_ALL_SAMPLES
   CPP_SAMPLES = CppCalculator CppBigBank
-  PYTHON_SAMPLES = PythonCalculator WeatherForecast
+  PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast
   RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator
 endif
 if WANT_CPP_SAMPLES
   CPP_SAMPLES = CppCalculator CppBigBank
 endif
 if WANT_PYTHON_SAMPLES
-  PYTHON_SAMPLES = PythonCalculator WeatherForecast
+  PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast
 endif
 if WANT_RUBY_SAMPLES
   RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator

Modified: incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/deploy.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/deploy.bat?view=diff&rev=480008&r1=479990&r2=480008
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/deploy.bat (original)
+++ incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/deploy.bat Tue Nov 28 03:47:51 2006
@@ -24,7 +24,7 @@
 
 set deploydir=%TUSCANY_SCACPP%
 set samplesdir=%deploydir%\samples
-set weatherdir=%samplesdir%\WeatherForecast
+set weatherdir=%samplesdir%\PythonWeatherForecast
 
 if . == %1. (
 set destinationPath=%weatherdir%\deploy

Modified: incubator/tuscany/cpp/sca/samples/configure.ac
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/configure.ac?view=diff&rev=480008&r1=480007&r2=480008
==============================================================================
--- incubator/tuscany/cpp/sca/samples/configure.ac (original)
+++ incubator/tuscany/cpp/sca/samples/configure.ac Tue Nov 28 03:47:51 2006
@@ -156,6 +156,9 @@
                  PythonCalculator/sample.calculator/Makefile
                  PythonCalculator/sample.calculator.client/Makefile
                  PythonCalculator/sample.calculator.wsclient/Makefile
+                 PythonWeatherForecast/Makefile
+                 PythonWeatherForecast/sample.weather/Makefile
+                 PythonWeatherForecast/sample.weather.client/Makefile                 
                  RestCalculator/Makefile
                  RestCalculator/sample.calculator/Makefile
                  RestCalculator/sample.calculator.restclient/Makefile
@@ -174,8 +177,5 @@
                  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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org