You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2006/08/21 08:48:52 UTC

svn commit: r433178 - /incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/sca/implementation.scdl

Author: jmarino
Date: Sun Aug 20 23:48:51 2006
New Revision: 433178

URL: http://svn.apache.org/viewvc?rev=433178&view=rev
Log:
fix duplicate SCDL component name

Modified:
    incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/sca/implementation.scdl

Modified: incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/sca/implementation.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/sca/implementation.scdl?rev=433178&r1=433177&r2=433178&view=diff
==============================================================================
--- incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/sca/implementation.scdl (original)
+++ incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/sca/implementation.scdl Sun Aug 20 23:48:51 2006
@@ -27,7 +27,7 @@
            name="org.apache.tuscany.test.Implementation">
 
     <!-- Foundation implementation processors -->
-    <component name="implementation.Destroy">
+    <component name="implementation.Constructor">
         <system:implementation.system class="org.apache.tuscany.core.implementation.processor.ConstructorProcessor"/>
     </component>
     <component name="implementation.Destroy">



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