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 2006/11/20 22:56:45 UTC

svn commit: r477359 - in /incubator/tuscany/cpp/sca/samples: ./ HttpdBigBank/ HttpdBigBank/bigbank.account/ HttpdBigBank/bigbank.accountdata/ HttpdBigBank/bigbank.wsclient/ HttpdBigBank/httpserver/

Author: jsdelfino
Date: Mon Nov 20 13:56:44 2006
New Revision: 477359

URL: http://svn.apache.org/viewvc?view=rev&rev=477359
Log:
Added Linux Makefiles for the HttpdBigBank sample

Added:
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/Makefile.am   (with props)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/Makefile.am   (with props)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/Makefile.am   (with props)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/Makefile.am   (with props)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/Makefile.am   (with props)
Modified:
    incubator/tuscany/cpp/sca/samples/   (props changed)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/   (props changed)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/   (props changed)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/   (props changed)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/   (props changed)
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/   (props changed)
    incubator/tuscany/cpp/sca/samples/Makefile.am
    incubator/tuscany/cpp/sca/samples/configure.ac

Propchange: incubator/tuscany/cpp/sca/samples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Nov 20 13:56:44 2006
@@ -18,10 +18,8 @@
 .deps
 *.dat
 .libs
-deploy
 tmp
 bld
-scagen_build
 .project
 .cdtproject
 .settings

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 20 13:56:44 2006
@@ -0,0 +1,29 @@
+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

Added: incubator/tuscany/cpp/sca/samples/HttpdBigBank/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/Makefile.am?view=auto&rev=477359
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/Makefile.am (added)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/Makefile.am Mon Nov 20 13:56:44 2006
@@ -0,0 +1,21 @@
+#  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.
+
+deploydir=$(prefix)/samples/HttpdBigBank/deploy
+SUBDIRS = bigbank.account bigbank.accountdata bigbank.wsclient httpserver
+EXTRA_DIST = *.composite README.html
+deploy_DATA = *.composite

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/Makefile.am
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/Makefile.am
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 20 13:56:44 2006
@@ -0,0 +1,29 @@
+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

Added: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/Makefile.am?view=auto&rev=477359
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/Makefile.am (added)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/Makefile.am Mon Nov 20 13:56:44 2006
@@ -0,0 +1,22 @@
+#  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.
+
+deploydir=$(prefix)/samples/HttpdBigBank/deploy
+compositedir=$(deploydir)/bigbank.account
+
+composite_DATA = *.composite *.wsdl *.xsd *.rb
+EXTRA_DIST = *.composite *.wsdl *.xsd *.rb

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/Makefile.am
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.account/Makefile.am
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 20 13:56:44 2006
@@ -0,0 +1,29 @@
+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

Added: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/Makefile.am?view=auto&rev=477359
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/Makefile.am (added)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/Makefile.am Mon Nov 20 13:56:44 2006
@@ -0,0 +1,22 @@
+#  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.
+
+deploydir=$(prefix)/samples/HttpdBigBank/deploy
+compositedir=$(deploydir)/bigbank.accountdata
+
+composite_DATA = *.composite *.xsd *.rb
+EXTRA_DIST = *.composite *.xsd *.rb

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/Makefile.am
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/Makefile.am
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 20 13:56:44 2006
@@ -0,0 +1,29 @@
+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

Added: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/Makefile.am?view=auto&rev=477359
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/Makefile.am (added)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/Makefile.am Mon Nov 20 13:56:44 2006
@@ -0,0 +1,6 @@
+deploydir=$(prefix)/samples/HttpdBigBank/deploy
+clientdir=$(deploydir)/bigbank.wsclient
+
+client_DATA = *.rb *.composite *.wsdl
+client_SCRIPTS = runwsclient.sh
+EXTRA_DIST = runwsclient.sh *.rb *.composite *.wsdl

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/Makefile.am
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.wsclient/Makefile.am
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 20 13:56:44 2006
@@ -0,0 +1,29 @@
+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

Added: incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/Makefile.am?view=auto&rev=477359
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/Makefile.am (added)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/Makefile.am Mon Nov 20 13:56:44 2006
@@ -0,0 +1,6 @@
+deploydir=$(prefix)/samples/HttpdBigBank/deploy
+serverdir=$(deploydir)/httpserver
+
+server_SCRIPTS = startserver.sh stopserver.sh
+EXTRA_DIST = startserver.sh stopserver.sh conf htdocs
+nobase_server_DATA = conf/httpd.conf conf/mime.types htdocs/index.html

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/Makefile.am
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/Makefile.am
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/tuscany/cpp/sca/samples/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Makefile.am?view=diff&rev=477359&r1=477358&r2=477359
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/Makefile.am Mon Nov 20 13:56:44 2006
@@ -18,7 +18,7 @@
 if WANT_ALL_SAMPLES
   CPP_SAMPLES = Calculator BigBank
   PYTHON_SAMPLES = PythonCalculator
-  RUBY_SAMPLES = RubyCalculator RubyBank
+  RUBY_SAMPLES = RubyCalculator RubyBank HttpdBigBank
 endif
 if WANT_CPP_SAMPLES
   CPP_SAMPLES = Calculator BigBank
@@ -27,7 +27,7 @@
   PYTHON_SAMPLES = PythonCalculator
 endif
 if WANT_RUBY_SAMPLES
-  RUBY_SAMPLES = RubyCalculator RubyBank
+  RUBY_SAMPLES = RubyCalculator RubyBank HttpdBigBank
 endif
 if WANT_PHP_SAMPLES
 endif

Modified: incubator/tuscany/cpp/sca/samples/configure.ac
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/configure.ac?view=diff&rev=477359&r1=477358&r2=477359
==============================================================================
--- incubator/tuscany/cpp/sca/samples/configure.ac (original)
+++ incubator/tuscany/cpp/sca/samples/configure.ac Mon Nov 20 13:56:44 2006
@@ -165,5 +165,10 @@
                  RubyBank/bigbank.account/Makefile
                  RubyBank/bigbank.client/Makefile
                  RubyBank/bigbank.wsclient/Makefile
+                 HttpdBigBank/Makefile
+                 HttpdBigBank/bigbank.account/Makefile
+                 HttpdBigBank/bigbank.accountdata/Makefile
+                 HttpdBigBank/bigbank.wsclient/Makefile
+                 HttpdBigBank/httpserver/Makefile
                  ])
 AC_OUTPUT



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