summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-08 10:40:15 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-08 10:40:15 +0000
commitbbdda2e0e9174a2aaf49f13ed5124a412799f546 (patch)
tree05a3f8f5dd93a9e0fdc275151af4dad6cee8bff5
parenteb06796859bc8746cb3f25e065d3211fdadf2d6b (diff)
move module re-org
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742042 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sandbox/travelsample/chapter-02/pom.xml46
-rw-r--r--sandbox/travelsample/chapter-03/pom.xml46
-rw-r--r--sandbox/travelsample/chapter-06/pom.xml46
-rw-r--r--sandbox/travelsample/chapter-07/pom.xml46
-rw-r--r--sandbox/travelsample/chapter-08/pom.xml46
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/build.xml (renamed from sandbox/travelsample/ui-contribution-webapp/build.xml)0
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml (renamed from sandbox/travelsample/ui-contribution-webapp/pom.xml)0
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite (renamed from sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite)0
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/WEB-INF/web.xml (renamed from sandbox/travelsample/ui-contribution-webapp/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.html (renamed from sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.html)0
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.odg (renamed from sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.odg)bin11477 -> 11477 bytes
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.png (renamed from sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.png)bin11061 -> 11061 bytes
-rw-r--r--sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/style.css (renamed from sandbox/travelsample/ui-contribution-webapp/src/main/webapp/style.css)0
-rw-r--r--sandbox/travelsample/chapter-09/pom.xml46
14 files changed, 276 insertions, 0 deletions
diff --git a/sandbox/travelsample/chapter-02/pom.xml b/sandbox/travelsample/chapter-02/pom.xml
new file mode 100644
index 0000000000..02aef050d6
--- /dev/null
+++ b/sandbox/travelsample/chapter-02/pom.xml
@@ -0,0 +1,46 @@
+<?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.4-SNAPSHOT</version>
+ <!--relativePath>../pom.xml</relativePath-->
+ </parent>
+ <artifactId>tuscany-scatours-chapter-02</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tours Chapter 02 Examples</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>node</module>
+ <module>ui-contribution</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
diff --git a/sandbox/travelsample/chapter-03/pom.xml b/sandbox/travelsample/chapter-03/pom.xml
new file mode 100644
index 0000000000..63b1a1003c
--- /dev/null
+++ b/sandbox/travelsample/chapter-03/pom.xml
@@ -0,0 +1,46 @@
+<?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.4-SNAPSHOT</version>
+ <!--relativePath>../pom.xml</relativePath-->
+ </parent>
+ <artifactId>tuscany-scatours-chapter-03</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tours Chapter 03 Examples</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>node</module>
+ <module>ui-contribution</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
diff --git a/sandbox/travelsample/chapter-06/pom.xml b/sandbox/travelsample/chapter-06/pom.xml
new file mode 100644
index 0000000000..173ca5c81b
--- /dev/null
+++ b/sandbox/travelsample/chapter-06/pom.xml
@@ -0,0 +1,46 @@
+<?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.4-SNAPSHOT</version>
+ <!--relativePath>../pom.xml</relativePath-->
+ </parent>
+ <artifactId>tuscany-scatours-chapter-06</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tours Chapter 06 Examples</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>node</module>
+ <module>ui-contribution</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
diff --git a/sandbox/travelsample/chapter-07/pom.xml b/sandbox/travelsample/chapter-07/pom.xml
new file mode 100644
index 0000000000..b418036f65
--- /dev/null
+++ b/sandbox/travelsample/chapter-07/pom.xml
@@ -0,0 +1,46 @@
+<?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.4-SNAPSHOT</version>
+ <!--relativePath>../pom.xml</relativePath-->
+ </parent>
+ <artifactId>tuscany-scatours-chapter-07</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tours Chapter 07 Examples</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>node</module>
+ <module>ui-contribution</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
diff --git a/sandbox/travelsample/chapter-08/pom.xml b/sandbox/travelsample/chapter-08/pom.xml
new file mode 100644
index 0000000000..0ac36f2965
--- /dev/null
+++ b/sandbox/travelsample/chapter-08/pom.xml
@@ -0,0 +1,46 @@
+<?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.4-SNAPSHOT</version>
+ <!--relativePath>../pom.xml</relativePath-->
+ </parent>
+ <artifactId>tuscany-scatours-chapter-08</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tours Chapter 08 Examples</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>node</module>
+ <module>ui-contribution</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
diff --git a/sandbox/travelsample/ui-contribution-webapp/build.xml b/sandbox/travelsample/chapter-08/ui-contribution-webapp/build.xml
index 924456228e..924456228e 100644
--- a/sandbox/travelsample/ui-contribution-webapp/build.xml
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/build.xml
diff --git a/sandbox/travelsample/ui-contribution-webapp/pom.xml b/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml
index 614ff82ac7..614ff82ac7 100644
--- a/sandbox/travelsample/ui-contribution-webapp/pom.xml
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml
diff --git a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite
index 2fa83b7a3b..2fa83b7a3b 100644
--- a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite
diff --git a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/WEB-INF/web.xml b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/WEB-INF/web.xml
index 3f833b6856..3f833b6856 100644
--- a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/WEB-INF/web.xml
diff --git a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.html b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.html
index 9aad807887..9aad807887 100644
--- a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.html
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.html
diff --git a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.odg b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.odg
index 8ca8fbf133..8ca8fbf133 100644
--- a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.odg
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.odg
Binary files differ
diff --git a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.png b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.png
index f68cd84704..f68cd84704 100644
--- a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/scatours.png
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/scatours.png
Binary files differ
diff --git a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/style.css b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/style.css
index 6e17c2747b..6e17c2747b 100644
--- a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/style.css
+++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/src/main/webapp/style.css
diff --git a/sandbox/travelsample/chapter-09/pom.xml b/sandbox/travelsample/chapter-09/pom.xml
new file mode 100644
index 0000000000..8f72badaed
--- /dev/null
+++ b/sandbox/travelsample/chapter-09/pom.xml
@@ -0,0 +1,46 @@
+<?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.4-SNAPSHOT</version>
+ <!--relativePath>../pom.xml</relativePath-->
+ </parent>
+ <artifactId>tuscany-scatours-chapter-09</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tours Chapter 09 Examples</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>node</module>
+ <module>ui-contribution</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>