summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/binaries/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-04-14 16:07:09 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-04-14 16:07:09 +0000
commit6a45a7e02169da29c29c8ae534d5f15b7b196c45 (patch)
treeb46ea6ef0c6dd544f8845cbb5cbfe8dea924498e /sca-java-1.x/trunk/tutorials/travelsample/binaries/pom.xml
parent12d329ca71660faba0afc6c3f6dda9417e9003f8 (diff)
Add binaries module (TUSCANY-3528)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933999 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/binaries/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/binaries/pom.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/binaries/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/binaries/pom.xml
new file mode 100644
index 0000000000..ffd9557646
--- /dev/null
+++ b/sca-java-1.x/trunk/tutorials/travelsample/binaries/pom.xml
@@ -0,0 +1,40 @@
+<?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>scatours</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <version>1.0-SNAPSHOT</version>
+
+ <artifactId>scatours-binaries</artifactId>
+ <name>Apache Tuscany SCA Tours Binaries</name>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>bundle</module>
+ <module>jaxws</module>
+ <module>ode</module>
+ <module>openejb</module>
+ </modules>
+</project>