You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/01/04 07:53:53 UTC

svn commit: r492429 - in /incubator/tuscany/cpp/sca/samples: Makefile.am RestYahoo/ RestYahoo/sample.yahoo.client/ RestYahoo/sample.yahoo/

Author: jsdelfino
Date: Wed Jan  3 22:53:51 2007
New Revision: 492429

URL: http://svn.apache.org/viewvc?view=rev&rev=492429
Log:
Fixed an error with Makefile.am. Autogen.sh complains that PYTHON_SAMPLES is multiply defined on Linux RHEL4.

Modified:
    incubator/tuscany/cpp/sca/samples/Makefile.am
    incubator/tuscany/cpp/sca/samples/RestYahoo/   (props changed)
    incubator/tuscany/cpp/sca/samples/RestYahoo/sample.yahoo/   (props changed)
    incubator/tuscany/cpp/sca/samples/RestYahoo/sample.yahoo.client/   (props changed)

Modified: incubator/tuscany/cpp/sca/samples/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Makefile.am?view=diff&rev=492429&r1=492428&r2=492429
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/Makefile.am Wed Jan  3 22:53:51 2007
@@ -18,28 +18,30 @@
 if WANT_ALL_SAMPLES
   CPP_SAMPLES = CppCalculator
 if WITH_AXIS2C
-  CPP_AXIS2C_SAMPLES = CppBigBank
+    CPP_AXIS2C_SAMPLES = CppBigBank
 endif
   PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer
   RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator
-endif
+  PYTHON_RUBY_SAMPLES = RestYahoo
+else
 if WANT_CPP_SAMPLES
-  CPP_SAMPLES = CppCalculator
+    CPP_SAMPLES = CppCalculator
 if WITH_AXIS2C
-  CPP_AXIS2C_SAMPLES = CppBigBank
+      CPP_AXIS2C_SAMPLES = CppBigBank
 endif
 endif
 if WANT_PYTHON_SAMPLES
-  PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer
+    PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer
 if WANT_RUBY_SAMPLES
-  PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer RestYahoo
+      PYTHON_RUBY_SAMPLES = RestYahoo
 endif
 endif
 if WANT_RUBY_SAMPLES
-  RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator
+    RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator
 endif
 if WANT_PHP_SAMPLES
 endif
-SUBDIRS = ${CPP_SAMPLES} ${CPP_AXIS2C_SAMPLES} ${PYTHON_SAMPLES} ${RUBY_SAMPLES} ${PHP_SAMPLES}
+endif
+SUBDIRS = ${CPP_SAMPLES} ${CPP_AXIS2C_SAMPLES} ${PYTHON_SAMPLES} ${RUBY_SAMPLES} ${PYTHON_RUBY_SAMPLES} ${PHP_SAMPLES}
 
 EXTRA_DIST = GettingStarted.html

Propchange: incubator/tuscany/cpp/sca/samples/RestYahoo/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan  3 22:53:51 2007
@@ -0,0 +1,39 @@
+configure
+Makefile.in
+config.log
+depcomp
+config.guess
+config.h
+config.sub
+ltmain.sh
+Makefile
+config.status
+stamp-h1
+config.h.in
+libtool
+autom4te.cache
+missing
+aclocal.m4
+install-sh
+.deps
+*.dat
+.libs
+tmp
+bld
+.project
+.cdtproject
+.settings
+*_Proxy.cpp
+*_Proxy.h
+*_Wrapper.cpp
+*_Wrapper.h
+.pydevproject
+*.lib
+*.dll
+*.exe
+*.suo
+*.ncb
+*.user
+*.pdb
+Debug
+Release

Propchange: incubator/tuscany/cpp/sca/samples/RestYahoo/sample.yahoo/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan  3 22:53:51 2007
@@ -0,0 +1,39 @@
+configure
+Makefile.in
+config.log
+depcomp
+config.guess
+config.h
+config.sub
+ltmain.sh
+Makefile
+config.status
+stamp-h1
+config.h.in
+libtool
+autom4te.cache
+missing
+aclocal.m4
+install-sh
+.deps
+*.dat
+.libs
+tmp
+bld
+.project
+.cdtproject
+.settings
+*_Proxy.cpp
+*_Proxy.h
+*_Wrapper.cpp
+*_Wrapper.h
+.pydevproject
+*.lib
+*.dll
+*.exe
+*.suo
+*.ncb
+*.user
+*.pdb
+Debug
+Release

Propchange: incubator/tuscany/cpp/sca/samples/RestYahoo/sample.yahoo.client/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan  3 22:53:51 2007
@@ -0,0 +1,39 @@
+configure
+Makefile.in
+config.log
+depcomp
+config.guess
+config.h
+config.sub
+ltmain.sh
+Makefile
+config.status
+stamp-h1
+config.h.in
+libtool
+autom4te.cache
+missing
+aclocal.m4
+install-sh
+.deps
+*.dat
+.libs
+tmp
+bld
+.project
+.cdtproject
+.settings
+*_Proxy.cpp
+*_Proxy.h
+*_Wrapper.cpp
+*_Wrapper.h
+.pydevproject
+*.lib
+*.dll
+*.exe
+*.suo
+*.ncb
+*.user
+*.pdb
+Debug
+Release



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org