You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/10/13 23:21:12 UTC

svn commit: r463838 - /incubator/tuscany/java/sca/commands/launcher/src/main/resources/META-INF/tuscany/system.scdl

Author: jboynes
Date: Fri Oct 13 14:21:11 2006
New Revision: 463838

URL: http://svn.apache.org/viewvc?view=rev&rev=463838
Log:
make extension directory name in standalone match that from the webapp runtime

Modified:
    incubator/tuscany/java/sca/commands/launcher/src/main/resources/META-INF/tuscany/system.scdl

Modified: incubator/tuscany/java/sca/commands/launcher/src/main/resources/META-INF/tuscany/system.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/commands/launcher/src/main/resources/META-INF/tuscany/system.scdl?view=diff&rev=463838&r1=463837&r2=463838
==============================================================================
--- incubator/tuscany/java/sca/commands/launcher/src/main/resources/META-INF/tuscany/system.scdl (original)
+++ incubator/tuscany/java/sca/commands/launcher/src/main/resources/META-INF/tuscany/system.scdl Fri Oct 13 14:21:11 2006
@@ -127,7 +127,7 @@
     <!-- component that scans the extension directory -->
     <component name="directoryScanExtender" initLevel="90">
         <system:implementation.system class="org.apache.tuscany.runtime.standalone.host.DirectoryScanExtender"/>
-        <property name="path">extension</property>
+        <property name="path">extensions</property>
     </component>
 
 </composite>



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