You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/04/23 04:32:39 UTC

svn commit: r650732 - in /incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF: ./ sca-contribution.xml

Author: jsdelfino
Date: Tue Apr 22 19:32:37 2008
New Revision: 650732

URL: http://svn.apache.org/viewvc?rev=650732&view=rev
Log:
Adding a sample to show how to use the Tuscany models to implement some domain management tasks. This is just the first three tasks, am working on more tasks to illustrate the various aspects of working with the models, validating, wiring etc. Added files missed in previous commit.

Added:
    incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/
    incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/sca-contribution.xml   (with props)

Added: incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/sca-contribution.xml?rev=650732&view=auto
==============================================================================
--- incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/sca-contribution.xml (added)
+++ incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/sca-contribution.xml Tue Apr 22 19:32:37 2008
@@ -0,0 +1,25 @@
+<?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.    
+-->
+<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
+   xmlns:s="http://store">
+   <import.java package="services"/>
+   <import.resource uri="uiservices/store.html"/>   
+   <deployable composite="s:store"/>
+</contribution>
\ No newline at end of file

Propchange: incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/samples/domain-management/src/test/resources/store/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date