You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/03/30 17:59:09 UTC

svn commit: r524146 - in /incubator/tuscany/java/sca/services/databinding: databinding-json/src/main/resources/META-INF/sca/ databinding-sdo-axiom/src/main/resources/META-INF/sca/ databinding-sdo/src/main/resources/META-INF/sca/

Author: rfeng
Date: Fri Mar 30 08:59:08 2007
New Revision: 524146

URL: http://svn.apache.org/viewvc?view=rev&rev=524146
Log:
Add extension.composite

Added:
    incubator/tuscany/java/sca/services/databinding/databinding-json/src/main/resources/META-INF/sca/extension.composite
    incubator/tuscany/java/sca/services/databinding/databinding-sdo-axiom/src/main/resources/META-INF/sca/extension.composite
    incubator/tuscany/java/sca/services/databinding/databinding-sdo/src/main/resources/META-INF/sca/extension.composite

Added: incubator/tuscany/java/sca/services/databinding/databinding-json/src/main/resources/META-INF/sca/extension.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/databinding/databinding-json/src/main/resources/META-INF/sca/extension.composite?view=auto&rev=524146
==============================================================================
--- incubator/tuscany/java/sca/services/databinding/databinding-json/src/main/resources/META-INF/sca/extension.composite (added)
+++ incubator/tuscany/java/sca/services/databinding/databinding-json/src/main/resources/META-INF/sca/extension.composite Fri Mar 30 08:59:08 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * 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.    
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" name="org.apache.tuscany.databinding.json" autowire="true">
+    <include name="org.apache.tuscany.databinding.json.include" scdlLocation="databinding.json.scdl" />
+</composite>
\ No newline at end of file

Added: incubator/tuscany/java/sca/services/databinding/databinding-sdo-axiom/src/main/resources/META-INF/sca/extension.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/databinding/databinding-sdo-axiom/src/main/resources/META-INF/sca/extension.composite?view=auto&rev=524146
==============================================================================
--- incubator/tuscany/java/sca/services/databinding/databinding-sdo-axiom/src/main/resources/META-INF/sca/extension.composite (added)
+++ incubator/tuscany/java/sca/services/databinding/databinding-sdo-axiom/src/main/resources/META-INF/sca/extension.composite Fri Mar 30 08:59:08 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * 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.    
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" name="org.apache.tuscany.databinding.sdo-axiom" autowire="true">
+    <include name="org.apache.tuscany.databinding.sdo-axiom.include" scdlLocation="databinding.sdo-axiom.scdl" />
+</composite>
\ No newline at end of file

Added: incubator/tuscany/java/sca/services/databinding/databinding-sdo/src/main/resources/META-INF/sca/extension.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/databinding/databinding-sdo/src/main/resources/META-INF/sca/extension.composite?view=auto&rev=524146
==============================================================================
--- incubator/tuscany/java/sca/services/databinding/databinding-sdo/src/main/resources/META-INF/sca/extension.composite (added)
+++ incubator/tuscany/java/sca/services/databinding/databinding-sdo/src/main/resources/META-INF/sca/extension.composite Fri Mar 30 08:59:08 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * 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.    
+-->
+<!--
+    SDO databinding extension
+    
+    $Rev: 431086 $ $Date: 2006-08-12 13:58:17 -0700 (Sat, 12 Aug 2006) $
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" name="org.apache.tuscany.databinding.sdo" autowire="true">
+    <include name="org.apache.tuscany.databinding.sdo.include" scdlLocation="databinding.sdo.scdl" />
+</composite>
+



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