diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-03 07:43:30 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-03 07:43:30 +0000 |
commit | 728d43f6f3734ddbce3006e24546bee0b2bed2f9 (patch) | |
tree | 4f1d45f5395c3dbd277c2fc808ef498ee437432a /sca-java-2.x/trunk | |
parent | 8d13a8e4dbc51852b02c647b8c76b59a1922049b (diff) |
Add a top level pom to build it all
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml new file mode 100644 index 0000000000..2499576fec --- /dev/null +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml @@ -0,0 +1,39 @@ +<?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-eightball-demo</artifactId> + <packaging>pom</packaging> + <name>Apache Tuscany Eightball Demo</name> + + <modules> + <module>eightball</module> + <module>eightball-process</module> + <module>eightball-webapp</module> + <module>translator</module> + </modules> + +</project> |