summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/core-web/src/main/resources/META-INF/services
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 08:18:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 08:18:49 +0000
commite416b6615af1bc2b2e52dc34b7bda7421b054de2 (patch)
treeb6aa9f8f1990961bd5fcbbc1a74c87dbb262216c /branches/sca-java-1.x/modules/core-web/src/main/resources/META-INF/services
parent1f915fbf92c34559d73c5ee3d36b5239ab75c4c2 (diff)
TUSCANY-2878 - JavaScript Generator extension point. Used by implementation.widget to allow multiple implementations of js generator (e.g. tuscany specific and dojo based)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/core-web/src/main/resources/META-INF/services')
-rw-r--r--branches/sca-java-1.x/modules/core-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.web.ComponentJavaScriptGeneratorExtensionPoint18
1 files changed, 18 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/core-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.web.ComponentJavaScriptGeneratorExtensionPoint b/branches/sca-java-1.x/modules/core-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.web.ComponentJavaScriptGeneratorExtensionPoint
new file mode 100644
index 0000000000..cfe4491670
--- /dev/null
+++ b/branches/sca-java-1.x/modules/core-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.web.ComponentJavaScriptGeneratorExtensionPoint
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you 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.
+
+org.apache.tuscany.sca.core.web.DefaultComponentJavaScriptGeneratorExtensionPoint