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 2007/10/22 21:25:21 UTC

svn commit: r587211 - in /incubator/tuscany/java/sca/demos/tutorial: pom.xml store/pom.xml

Author: jsdelfino
Date: Mon Oct 22 12:25:20 2007
New Revision: 587211

URL: http://svn.apache.org/viewvc?rev=587211&view=rev
Log:
Linking the poms together.

Added:
    incubator/tuscany/java/sca/demos/tutorial/pom.xml   (with props)
Modified:
    incubator/tuscany/java/sca/demos/tutorial/store/pom.xml

Added: incubator/tuscany/java/sca/demos/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/tutorial/pom.xml?rev=587211&view=auto
==============================================================================
--- incubator/tuscany/java/sca/demos/tutorial/pom.xml (added)
+++ incubator/tuscany/java/sca/demos/tutorial/pom.xml Mon Oct 22 12:25:20 2007
@@ -0,0 +1,45 @@
+<?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-demos</artifactId>
+        <version>1.1-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>demo-tutorial</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Tutorial</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>store</module>
+            </modules>
+        </profile>
+
+    </profiles>
+
+</project>

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

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

Modified: incubator/tuscany/java/sca/demos/tutorial/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/tutorial/store/pom.xml?rev=587211&r1=587210&r2=587211&view=diff
==============================================================================
--- incubator/tuscany/java/sca/demos/tutorial/store/pom.xml (original)
+++ incubator/tuscany/java/sca/demos/tutorial/store/pom.xml Mon Oct 22 12:25:20 2007
@@ -21,12 +21,12 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-sca</artifactId>
+        <artifactId>demo-tutorial</artifactId>
         <version>1.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>sample-store</artifactId>
-    <name>Apache Tuscany SCA Getting Started Online Store Sample</name>
+    <artifactId>demo-store</artifactId>
+    <name>Apache Tuscany SCA Getting Started Online Store Tutorial</name>
 
     <repositories>
        <repository>
@@ -94,6 +94,20 @@
     
     <build>
        <finalName>${artifactId}</finalName>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>tuscany-maven-ant-generator</artifactId>
+                <version>1.1-incubating-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
     </build>
 
 </project>



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