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

svn commit: r519742 - /incubator/tuscany/java/distribution/sca/demo/src/main/profiles/master/system.scdl

Author: meerajk
Date: Sun Mar 18 16:53:25 2007
New Revision: 519742

URL: http://svn.apache.org/viewvc?view=rev&rev=519742
Log:
hooked in the assembly service

Modified:
    incubator/tuscany/java/distribution/sca/demo/src/main/profiles/master/system.scdl

Modified: incubator/tuscany/java/distribution/sca/demo/src/main/profiles/master/system.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sca/demo/src/main/profiles/master/system.scdl?view=diff&rev=519742&r1=519741&r2=519742
==============================================================================
--- incubator/tuscany/java/distribution/sca/demo/src/main/profiles/master/system.scdl (original)
+++ incubator/tuscany/java/distribution/sca/demo/src/main/profiles/master/system.scdl Sun Mar 18 16:53:25 2007
@@ -143,6 +143,12 @@
 	<!-- Console -->
 	<include name="org.apache.tuscany.sca.console"
 		scdlResource="org/apache/tuscany/console/console.scdl"/>
+		
+	<!-- Assembly service -->
+	<component name="assemblyService">
+		<system:implementation.system
+			class="org.apache.tuscany.core.services.deployment.AssemblyServiceImpl"/>
+	</component>
 	
 	
 	<!--_________________________________________________________________________________________-->



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