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/27 07:34:33 UTC

svn commit: r721095 - in /geronimo/plugins/tuscany/trunk/samples: helloworld-ejb/pom.xml helloworld-jsp/pom.xml helloworld-service-delegate/pom.xml helloworld-service/pom.xml helloworld-servlet/pom.xml helloworld-web/pom.xml pom.xml

Author: vamsic007
Date: Wed Nov 26 22:34:32 2008
New Revision: 721095

URL: http://svn.apache.org/viewvc?rev=721095&view=rev
Log:
Grouped the samples for build.

Added:
    geronimo/plugins/tuscany/trunk/samples/pom.xml   (with props)
Modified:
    geronimo/plugins/tuscany/trunk/samples/helloworld-ejb/pom.xml
    geronimo/plugins/tuscany/trunk/samples/helloworld-jsp/pom.xml
    geronimo/plugins/tuscany/trunk/samples/helloworld-service-delegate/pom.xml
    geronimo/plugins/tuscany/trunk/samples/helloworld-service/pom.xml
    geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/pom.xml
    geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml

Modified: geronimo/plugins/tuscany/trunk/samples/helloworld-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-ejb/pom.xml?rev=721095&r1=721094&r2=721095&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-ejb/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-ejb/pom.xml Wed Nov 26 22:34:32 2008
@@ -17,13 +17,16 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tuscany-parent</artifactId>
+        <artifactId>tuscany-samples</artifactId>
         <version>1.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>helloworld-ejb</artifactId>

Modified: geronimo/plugins/tuscany/trunk/samples/helloworld-jsp/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-jsp/pom.xml?rev=721095&r1=721094&r2=721095&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-jsp/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-jsp/pom.xml Wed Nov 26 22:34:32 2008
@@ -17,13 +17,16 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tuscany-parent</artifactId>
+        <artifactId>tuscany-samples</artifactId>
         <version>1.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>helloworld-jsp</artifactId>

Modified: geronimo/plugins/tuscany/trunk/samples/helloworld-service-delegate/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-service-delegate/pom.xml?rev=721095&r1=721094&r2=721095&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-service-delegate/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-service-delegate/pom.xml Wed Nov 26 22:34:32 2008
@@ -17,13 +17,16 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tuscany-parent</artifactId>
+        <artifactId>tuscany-samples</artifactId>
         <version>1.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>helloworld-service-delegate</artifactId>

Modified: geronimo/plugins/tuscany/trunk/samples/helloworld-service/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-service/pom.xml?rev=721095&r1=721094&r2=721095&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-service/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-service/pom.xml Wed Nov 26 22:34:32 2008
@@ -17,11 +17,14 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tuscany-parent</artifactId>
+        <artifactId>tuscany-samples</artifactId>
         <version>1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
@@ -33,7 +36,6 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>1.4-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 

Modified: geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/pom.xml?rev=721095&r1=721094&r2=721095&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-servlet/pom.xml Wed Nov 26 22:34:32 2008
@@ -17,13 +17,16 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tuscany-parent</artifactId>
+        <artifactId>tuscany-samples</artifactId>
         <version>1.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>helloworld-servlet</artifactId>

Modified: 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=721095&r1=721094&r2=721095&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/samples/helloworld-web/pom.xml Wed Nov 26 22:34:32 2008
@@ -17,13 +17,16 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>tuscany-parent</artifactId>
+        <artifactId>tuscany-samples</artifactId>
         <version>1.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>helloworld-web</artifactId>

Added: geronimo/plugins/tuscany/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/samples/pom.xml?rev=721095&view=auto
==============================================================================
--- geronimo/plugins/tuscany/trunk/samples/pom.xml (added)
+++ geronimo/plugins/tuscany/trunk/samples/pom.xml Wed Nov 26 22:34:32 2008
@@ -0,0 +1,51 @@
+<?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.    
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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>tuscany-samples</artifactId>
+    <packaging>pom</packaging>
+    <name>Geronimo Tuscany Integration Samples</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>helloworld-service</module>
+                <module>helloworld-service-delegate</module>
+                <module>helloworld-jsp</module>
+                <module>helloworld-servlet</module>
+                <module>helloworld-ejb</module>
+                <module>helloworld-web</module>
+            </modules>
+        </profile>
+    </profiles>
+</project>

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

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

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