You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/09/16 12:05:33 UTC

svn commit: r997674 - in /tuscany/sca-java-2.x/trunk/samples: pom.xml sca-features/distributed-osgi/dynamic/pom.xml sca-features/distributed-osgi/implementation.osgi/pom.xml sca-features/distributed-osgi/pom.xml sca-features/pom.xml

Author: kelvingoodson
Date: Thu Sep 16 10:05:32 2010
New Revision: 997674

URL: http://svn.apache.org/viewvc?rev=997674&view=rev
Log:
TUSCANY-3677 configure poms to match distributed osgi samples reorg

Added:
    tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/dynamic/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/implementation.osgi/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/pom.xml   (with props)
Modified:
    tuscany/sca-java-2.x/trunk/samples/pom.xml
    tuscany/sca-java-2.x/trunk/samples/sca-features/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=997674&r1=997673&r2=997674&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Thu Sep 16 10:05:32 2010
@@ -37,10 +37,6 @@
 
                 <module>calculator-osgi</module>
                 <module>calculator-rest-osgi</module>                
-                <module>dosgi-calculator</module>
-                <module>dosgi-calculator-operations</module>
-                <module>dosgi-dynamic-calculator</module>
-                <module>dosgi-dynamic-calculator-operations</module>
                 <module>calculator-scaclient</module>
 
 <!-- *********

Added: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/dynamic/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/dynamic/pom.xml?rev=997674&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/dynamic/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/dynamic/pom.xml Thu Sep 16 10:05:32 2010
@@ -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.tuscany.sca</groupId>
+        <artifactId>tuscany-samples</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-samples-distributed-osgi-dynamic</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany Samples Distributed OSGI Dynamically Configured</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>dosgi-dynamic-calculator</module>
+                <module>dosgi-dynamic-calculator-operations</module>
+            </modules>
+        </profile>
+    </profiles>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/dynamic/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/dynamic/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/implementation.osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/implementation.osgi/pom.xml?rev=997674&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/implementation.osgi/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/implementation.osgi/pom.xml Thu Sep 16 10:05:32 2010
@@ -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.tuscany.sca</groupId>
+        <artifactId>tuscany-samples</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-samples-distributed-osgi-static</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany Samples Distributed OSGI Statically Configured</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>dosgi-calculator</module>
+                <module>dosgi-calculator-operations</module>
+            </modules>
+        </profile>
+    </profiles>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/implementation.osgi/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/implementation.osgi/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/pom.xml?rev=997674&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/pom.xml Thu Sep 16 10:05:32 2010
@@ -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.tuscany.sca</groupId>
+        <artifactId>tuscany-samples</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-samples-distributed-osgi</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany Samples Distributed OSGI</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>implementation.osgi</module>
+                <module>dynamic</module>
+            </modules>
+        </profile>
+    </profiles>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/samples/sca-features/distributed-osgi/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: tuscany/sca-java-2.x/trunk/samples/sca-features/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/sca-features/pom.xml?rev=997674&r1=997673&r2=997674&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/sca-features/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/sca-features/pom.xml Thu Sep 16 10:05:32 2010
@@ -39,6 +39,7 @@
                 <module>binding-rmi</module>
                 <module>binding-sca</module>
                 <module>binding-ws</module>
+                <module>distributed-osgi</module>
             </modules>
         </profile>
     </profiles>