Author: antelder
Date: Fri Jul 28 09:13:03 2006
New Revision: 426590
URL: http://svn.apache.org/viewvc?rev=426590&view=rev
Log:
Add a default.scdl file to try to get the JavaScript container picked up by the
runtime
(still doesn't seem to work so there's somethig more to do...)
Added:
incubator/tuscany/java/sca/containers/container.javascript/src/main/resources/
incubator/tuscany/java/sca/containers/container.javascript/src/main/resources/default.scdl
Added:
incubator/tuscany/java/sca/containers/container.javascript/src/main/resources/default.scdl
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/containers/container.javascript/src/main/resources/default.scdl?rev=426590&view=auto
==============================================================================
---
incubator/tuscany/java/sca/containers/container.javascript/src/main/resources/default.scdl
(added)
+++
incubator/tuscany/java/sca/containers/container.javascript/src/main/resources/default.scdl
Fri Jul 28 09:13:03 2006
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright (c) 2006 The Apache Software Foundation or its licensors, as
applicable.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ -->
+<!--
+ JavaScript configuration for the launcher environment.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+
name="org.apache.tuscany.container.javascript.JavaScriptImplementation">
+
+ <!-- JavaScript implementation type -->
+
+ <component name="javascript.implementationLoader">
+ <system:implementation.system
class="org.apache.tuscany.container.javascript.JavaScriptImplementationLoader"/>
+ </component>
+
+ <!-- component name="javascript.componentTypeLoader">
+ <system:implementation.system
class="org.apache.tuscany.container.javascript.JavaComponentTypeLoader"/>
+ </component -->
+
+ <component name="javascript.componentBuilder">
+ <system:implementation.system
class="org.apache.tuscany.container.javascript.JavaScriptComponentBuilder"/>
+ </component>
+
+</composite>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]