You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/10/03 19:00:07 UTC

svn commit: r452571 - in /incubator/tuscany/cpp/sca/runtime/core/test: CustomerInfo/ Makefile.am MyValue/ src/ testSCASystem/

Author: robbinspg
Date: Tue Oct  3 10:00:06 2006
New Revision: 452571

URL: http://svn.apache.org/viewvc?view=rev&rev=452571
Log:
Remove redundant scatest

Removed:
    incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/
    incubator/tuscany/cpp/sca/runtime/core/test/MyValue/
    incubator/tuscany/cpp/sca/runtime/core/test/src/
    incubator/tuscany/cpp/sca/runtime/core/test/testSCASystem/
Modified:
    incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am

Modified: incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am?view=diff&rev=452571&r1=452570&r2=452571
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am Tue Oct  3 10:00:06 2006
@@ -1,38 +1,2 @@
-SUBDIRS = CustomerInfo MyValue src
-
-EXTRA_DIST = testSCASystem/configuration \
-testSCASystem/packages/MyValueServiceComposite/*.composite \
-testSCASystem/packages/MyValueServiceComposite/*.componentType \
-testSCASystem/packages/MyValueServiceComposite/*.wsdl \
-testSCASystem/packages/MyValueServiceComposite/*.xsd \
-testSCASystem/packages/MyValueServiceComposite/*.config
-
-BUILT_SOURCES = CustomerInfo/CustomerInfoImpl_CustomerInfoService_Proxy.cpp \
-CustomerInfo/CustomerInfoImpl_CustomerInfoService_Proxy.h \
-CustomerInfo/CustomerInfoImpl_CustomerInfoService_Wrapper.cpp \
-CustomerInfo/CustomerInfoImpl_CustomerInfoService_Wrapper.h \
-MyValue/MyValueImpl_customerInfo_Proxy.cpp \
-MyValue/MyValueImpl_customerInfo_Proxy.h \
-MyValue/MyValueImpl_MyValueService_Proxy.cpp \
-MyValue/MyValueImpl_MyValueService_Proxy.h \
-MyValue/MyValueImpl_MyValueService_Wrapper.cpp \
-MyValue/MyValueImpl_MyValueService_Wrapper.h \
-MyValue/MyValueImpl_stockQuote_Proxy.cpp \
-MyValue/MyValueImpl_stockQuote_Proxy.h
-
-
-${BUILT_SOURCES}: ./testSCASystem/packages/MyValueServiceComposite/sca.composite
-	cp ./MyValue/MyValue.h ./testSCASystem/packages/MyValueServiceComposite
-	cp ./MyValue/MyValueImpl.h ./testSCASystem/packages/MyValueServiceComposite
-	cp ./MyValue/StockQuoteService.h ./testSCASystem/packages/MyValueServiceComposite
-	cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/packages/MyValueServiceComposite
-	cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/packages/MyValueServiceComposite
-	java -jar $(top_builddir)/tools/scagen/bld/scagen.jar -dir testSCASystem/packages/MyValueServiceComposite -output tmp
-	cp tmp/CustomerInfoImpl*.* CustomerInfo
-	cp tmp/MyValueImpl*.* MyValue
-	
-                   
-install-exec-local:
-	cp CustomerInfo/.libs/libCustomerInfo$(libsuffix) testSCASystem/packages/MyValueServiceComposite
-	cp MyValue/.libs/libMyValue$(libsuffix) testSCASystem/packages/MyValueServiceComposite
+SUBDIRS = 
 	



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