summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 10:07:57 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 10:07:57 +0000
commitafa7a3e9b1c9e5beb17d5ed585f31b79a84bcef0 (patch)
treec665e2c67ed3d933fe1c2fb5990544da4e9e10d3 /sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml
parent7ca235a3a0e21079631499e8cd2d759899257aa1 (diff)
Refactor payment-bpel contribution by moving some files into a new contribution payment-bpel-process (TUSCANY-3461)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916213 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml
new file mode 100644
index 0000000000..20e2520568
--- /dev/null
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml
@@ -0,0 +1,35 @@
+<?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-contribution-payment-bpel-process</artifactId>
+ <name>Apache Tuscany SCA Tours Payment BPEL Process Contribution</name>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ </build>
+</project>