summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 16:20:52 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 16:20:52 +0000
commitd8793d81b1c2d791e142c7c48e1dadce6db4a32c (patch)
tree5ce54b93c53b28bc9c5bdc0060743992c7ac68eb
parent7e2ee0fd6e6893c3852335e2c6a15732bfa6c219 (diff)
TUSCANY-3677 pom fixup after reorg
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997822 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/webapps/pom.xml52
-rw-r--r--sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml44
2 files changed, 96 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/webapps/pom.xml b/sca-java-2.x/trunk/samples/getting-started/webapps/pom.xml
new file mode 100644
index 0000000000..cf1f567944
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/getting-started/webapps/pom.xml
@@ -0,0 +1,52 @@
+<?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-getting-started-webapps</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany Getting Started Sample Web Applications</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>helloworld</module>
+ <module>helloworld-bpel</module>
+ <module>helloworld-jaxrs</module>
+ <module>helloworld-jms</module>
+ <module>helloworld-js-client</module>
+ <module>helloworld-jsf</module>
+ <module>helloworld-jsp</module>
+ <module>helloworld-servlet</module>
+ <module>helloworld-spring</module>
+ <module>helloworld-stripes</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml b/sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/pom.xml
new file mode 100644
index 0000000000..e0e13fc8d6
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/tuscany-features/maven-osgi-junit/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 the Maven OSGI Junit plugin</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>calculator-osgi</module>
+ <module>calculator-rest-osgi</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>