Author: lresende
Date: Fri Jan 18 16:32:17 2008
New Revision: 613327

URL: http://svn.apache.org/viewvc?rev=613327&view=rev
Log:
Adding the secure-bigbank project as part of the build.

Added:
    incubator/tuscany/java/sca/demos/secure-bigbank/pom.xml   (with props)
Modified:
    incubator/tuscany/java/sca/demos/pom.xml

Modified: incubator/tuscany/java/sca/demos/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/pom.xml?rev=613327&r1=613326&r2=613327&view=diff
==============================================================================
--- incubator/tuscany/java/sca/demos/pom.xml (original)
+++ incubator/tuscany/java/sca/demos/pom.xml Fri Jan 18 16:32:17 2008
@@ -42,6 +42,7 @@
                 <module>bigbank-stockquote</module>
                 <module>mortgage-creditcheck</module>
                 <module>mortgage-loanapproval</module>
+                <module>secure-bigbank</module>
                 <module>xml-bigbank</module>
             </modules>
         </profile>

Added: incubator/tuscany/java/sca/demos/secure-bigbank/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/secure-bigbank/pom.xml?rev=613327&view=auto
==============================================================================
--- incubator/tuscany/java/sca/demos/secure-bigbank/pom.xml (added)
+++ incubator/tuscany/java/sca/demos/secure-bigbank/pom.xml Fri Jan 18 16:32:17 
2008
@@ -0,0 +1,47 @@
+<?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-sca</artifactId>
+        <version>1.2-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-demos-secure-bigbank</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Secure Bigbank Demo</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>secure-bigbank-account</module>
+                <module>secure-bigbank-calculator</module>
+                <module>secure-bigbank-stockquote</module>
+            </modules>
+        </profile>
+
+    </profiles>
+    
+</project>

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

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

Propchange: incubator/tuscany/java/sca/demos/secure-bigbank/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml



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

Reply via email to