Author: jsdelfino
Date: Mon Mar  3 19:56:31 2008
New Revision: 633357

URL: http://svn.apache.org/viewvc?rev=633357&view=rev
Log:
Added a tutorial module to describe the tutorial node configuration.

Added:
    incubator/tuscany/java/sca/tutorial/nodes/   (with props)
    incubator/tuscany/java/sca/tutorial/nodes/META-INF/
    incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml   
(with props)
    incubator/tuscany/java/sca/tutorial/nodes/nodes.composite   (with props)
    incubator/tuscany/java/sca/tutorial/nodes/pom.xml   (with props)
Modified:
    incubator/tuscany/java/sca/tutorial/pom.xml

Propchange: incubator/tuscany/java/sca/tutorial/nodes/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar  3 19:56:31 2008
@@ -0,0 +1,17 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+build.xml
+

Added: incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml?rev=633357&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml 
(added)
+++ incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml Mon 
Mar  3 19:56:31 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";
+                 targetNamespace="http://cloud";
+              xmlns:n="http://nodes";>
+   <import namespace="http://store"/>
+   <deployable composite="n:nodes"/>
+</contribution>

Propchange: 
incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: incubator/tuscany/java/sca/tutorial/nodes/nodes.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/nodes/nodes.composite?rev=633357&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tutorial/nodes/nodes.composite (added)
+++ incubator/tuscany/java/sca/tutorial/nodes/nodes.composite Mon Mar  3 
19:56:31 2008
@@ -0,0 +1,30 @@
+<?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";
+               xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0";
+               targetNamespace="http://nodes";
+               xmlns:s="http://store";
+               name="nodes">
+               
+       <component name="StoreNode">
+               <t:implementation.node composite="s:store"/>
+       </component> 
+
+</composite>

Propchange: incubator/tuscany/java/sca/tutorial/nodes/nodes.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/tutorial/nodes/nodes.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: incubator/tuscany/java/sca/tutorial/nodes/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/nodes/pom.xml?rev=633357&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tutorial/nodes/pom.xml (added)
+++ incubator/tuscany/java/sca/tutorial/nodes/pom.xml Mon Mar  3 19:56:31 2008
@@ -0,0 +1,71 @@
+<?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.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-tutorial</artifactId>
+        <version>1.2-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tutorial-nodes</artifactId>
+    <name>Apache Tuscany SCA Tutorial Nodes</name>
+
+    <repositories>
+       <repository>
+          <id>apache.incubator</id>
+          <url>http://people.apache.org/repo/m2-incubating-repository</url>
+       </repository>
+    </repositories>
+
+    <dependencies>
+    </dependencies>
+    
+    <build>
+       <finalName>${artifactId}</finalName>
+       <sourceDirectory>${basedir}</sourceDirectory>
+       <resources>
+          <resource>
+              <directory>${basedir}</directory>
+              <excludes>
+                  <exclude>**/*.java</exclude>
+                  <exclude>**/.*/**</exclude>
+                  <exclude>pom.xml</exclude>
+                  <exclude>build.xml</exclude>
+              </excludes>
+          </resource>
+       </resources>
+       <plugins>
+            <plugin>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>tuscany-maven-ant-generator</artifactId>
+                <version>1.2-incubating-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+       </plugins>
+    </build>
+
+</project>

Propchange: incubator/tuscany/java/sca/tutorial/nodes/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/tutorial/nodes/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/tuscany/java/sca/tutorial/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/pom.xml?rev=633357&r1=633356&r2=633357&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/pom.xml Mon Mar  3 19:56:31 2008
@@ -44,6 +44,7 @@
                 <module>catalog-jee</module>
                 <module>catalog-webapp</module>
                 <module>cloud</module>
+                <module>nodes</module>
                 <module>store</module>
                 <module>store-db</module>
                 <module>store-eu</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to