summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 16:14:22 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 16:14:22 +0000
commit7e2ee0fd6e6893c3852335e2c6a15732bfa6c219 (patch)
treefa6cb95051ca832ef3972f85e7902372cc06c4d2 /sca-java-2.x
parent07f6a9a6c1f3c454445ee3747ae579abe006db35 (diff)
TUSCANY-3677 pom fixup after reorg
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/pom.xml1
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/pom.xml1
-rw-r--r--sca-java-2.x/trunk/samples/sca-features/pom.xml3
-rw-r--r--sca-java-2.x/trunk/samples/sca-features/sca-client/pom.xml43
-rw-r--r--sca-java-2.x/trunk/samples/tuscany-features/pom.xml44
5 files changed, 91 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/pom.xml b/sca-java-2.x/trunk/samples/getting-started/pom.xml
index 5bfd49b845..a7bc37f072 100644
--- a/sca-java-2.x/trunk/samples/getting-started/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/pom.xml
@@ -37,6 +37,7 @@
</activation>
<modules>
<module>contributions</module>
+ <module>webapps</module>
</modules>
</profile>
</profiles>
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
index e53e1b3326..64dc5e839f 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
@@ -45,6 +45,7 @@
<module>launcher-embedded-jse</module>
<module>launcher-embedded-osgi</module>
<module>launcher-embedded-osgi-base</module>
+ <module>launcher-shell</module>
</modules>
</profile>
diff --git a/sca-java-2.x/trunk/samples/sca-features/pom.xml b/sca-java-2.x/trunk/samples/sca-features/pom.xml
index f748e4e81e..103aaeec41 100644
--- a/sca-java-2.x/trunk/samples/sca-features/pom.xml
+++ b/sca-java-2.x/trunk/samples/sca-features/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>tuscany-samples-sca-features</artifactId>
<packaging>pom</packaging>
- <name>Apache Tuscany Samples Demonstrating Tuscany Features</name>
+ <name>Apache Tuscany Samples Demonstrating SCA Features</name>
<profiles>
<profile>
@@ -45,6 +45,7 @@
<module>implementation-java</module>
<module>implementation-script</module>
<module>distributed-osgi</module>
+ <module>sca-client></module>
</modules>
</profile>
</profiles>
diff --git a/sca-java-2.x/trunk/samples/sca-features/sca-client/pom.xml b/sca-java-2.x/trunk/samples/sca-features/sca-client/pom.xml
new file mode 100644
index 0000000000..c3d683b4d2
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/sca-features/sca-client/pom.xml
@@ -0,0 +1,43 @@
+<?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-sca-client</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany Samples Demonstrating Tuscany Clients</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>calculator-scaclient</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/sca-java-2.x/trunk/samples/tuscany-features/pom.xml b/sca-java-2.x/trunk/samples/tuscany-features/pom.xml
new file mode 100644
index 0000000000..a3441500f4
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/tuscany-features/pom.xml
@@ -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-tuscany-features</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany Samples Demonstrating Tuscany Features</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>logging-scribe</module>
+ <module>maven-osgi-junit</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>