You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2008/11/05 17:41:36 UTC

svn commit: r711608 - in /geronimo/plugins/tuscany/trunk/samples/helloworld-web: ./ src/ src/main/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/sca-deployables/

Author: vamsic007
Date: Wed Nov  5 08:41:36 2008
New Revision: 711608

URL: http://svn.apache.org/viewvc?rev=711608&view=rev
Log:
GERONIMO-4343 Tuscany Geronimo plugin bring up
 o Applying helloworld-web.diff from Ant Elder.
 o Contribution containing a component with implementation.web element to wire helloworld-jsp and helloworld-service.

Added:
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml   (with props)
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite   (with props)

Added: geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml?rev=711608&view=auto
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml (added)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml Wed Nov  5 08:41:36 2008
@@ -0,0 +1,44 @@
+<?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.geronimo.plugins</groupId>
+        <artifactId>tuscany-parent</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>helloworld-web</artifactId>
+    <name>Geronimo Plugins :: Helloworld Wire</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+       <finalName>${artifactId}</finalName>
+    </build>
+</project>

Propchange: geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite?rev=711608&view=auto
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite (added)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite Wed Nov  5 08:41:36 2008
@@ -0,0 +1,29 @@
+<?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"
+           targetNamespace="http://sample"
+           name="Helloworld-web">
+
+    <component name="foo">
+        <implementation.web web-uri="helloworld-jsp.war"/>
+        <reference name="service" target="HelloworldComponent" />
+    </component>
+
+</composite>

Propchange: geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/plugins/tuscany/trunk/samples/helloworld-web/src/main/resources/META-INF/sca-deployables/Helloworld.composite
------------------------------------------------------------------------------
    svn:mime-type = text/xml