Fix distribution build, add missing files and samples and fix path to libraries. GCC 4.5 is used if available but not installed automatically.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7eef73b80c
commit
e5a49fff24
45 changed files with 275 additions and 115 deletions
|
|
@ -15,9 +15,14 @@
|
|||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
sample_LTLIBRARIES = libcurrency-converter.la libfruits-catalog.la libshopping-cart.la
|
||||
|
||||
sample_SCRIPTS = start stop ssl-start
|
||||
sampledir = $(prefix)/samples/store-cpp
|
||||
|
||||
nobase_sample_DATA = currency-converter.cpp fruits-catalog.cpp shopping-cart.cpp store.composite htdocs/*
|
||||
|
||||
sample_LTLIBRARIES = libcurrency-converter.la libfruits-catalog.la libshopping-cart.la
|
||||
|
||||
libcurrency_converter_la_SOURCES = currency-converter.cpp
|
||||
|
||||
libfruits_catalog_la_SOURCES = fruits-catalog.cpp
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
name="store">
|
||||
|
||||
<component name="Catalog">
|
||||
<implementation.cpp path=".libs" library="libfruits-catalog"/>
|
||||
<implementation.cpp path="." library="libfruits-catalog"/>
|
||||
<property name="currencyCode">USD</property>
|
||||
<service name="Catalog">
|
||||
<t:binding.jsonrpc uri="catalog"/>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
</component>
|
||||
|
||||
<component name="ShoppingCart">
|
||||
<implementation.cpp path=".libs" library="libshopping-cart"/>
|
||||
<implementation.cpp path="." library="libshopping-cart"/>
|
||||
<service name="ShoppingCart">
|
||||
<t:binding.atom uri="shoppingCart"/>
|
||||
</service>
|
||||
|
|
@ -43,14 +43,14 @@
|
|||
</component>
|
||||
|
||||
<component name="CurrencyConverter">
|
||||
<implementation.cpp path=".libs" library="libcurrency-converter"/>
|
||||
<implementation.cpp path="." library="libcurrency-converter"/>
|
||||
<service name="CurrencyConverter">
|
||||
<t:binding.jsonrpc uri="currencyConverter"/>
|
||||
</service>
|
||||
</component>
|
||||
|
||||
<component name="Cache">
|
||||
<implementation.cpp path="../../components/cache/.libs" library="libmemcache"/>
|
||||
<implementation.cpp path="../../components/cache" library="libmemcache"/>
|
||||
<service name="Cache">
|
||||
<t:binding.atom uri="cache"/>
|
||||
</service>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue