Author: jsdelfino
Date: Mon Dec 4 01:22:42 2006
New Revision: 482107
URL: http://svn.apache.org/viewvc?view=rev&rev=482107
Log:
Fixed Makefile.am files which were deploying the sample to the incorrect deploy
directory, changed WeatherForecast to PythonWeatherForecast.
Modified:
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/Makefile.am
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather.client/Makefile.am
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather/Makefile.am
Modified: incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/Makefile.am?view=diff&rev=482107&r1=482106&r2=482107
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/Makefile.am
(original)
+++ incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/Makefile.am Mon Dec
4 01:22:42 2006
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-deploydir=$(prefix)/samples/WeatherForecast/deploy
+deploydir=$(prefix)/samples/PythonWeatherForecast/deploy
SUBDIRS = sample.weather sample.weather.client
EXTRA_DIST = *.composite README.html
deploy_DATA = *.composite
Modified:
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather.client/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather.client/Makefile.am?view=diff&rev=482107&r1=482106&r2=482107
==============================================================================
---
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather.client/Makefile.am
(original)
+++
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather.client/Makefile.am
Mon Dec 4 01:22:42 2006
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-deploydir=$(prefix)/samples/WeatherForecast/deploy
+deploydir=$(prefix)/samples/PythonWeatherForecast/deploy
clientdir=$(deploydir)/sample.weather.client
client_DATA = *.py
Modified:
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather/Makefile.am?view=diff&rev=482107&r1=482106&r2=482107
==============================================================================
---
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather/Makefile.am
(original)
+++
incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/sample.weather/Makefile.am
Mon Dec 4 01:22:42 2006
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-deploydir=$(prefix)/samples/WeatherForecast/deploy
+deploydir=$(prefix)/samples/PythonWeatherForecast/deploy
compositedir=$(deploydir)/sample.weather
composite_DATA = *.composite *.wsdl *.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]