Author: mszefler
Date: Fri Sep  1 15:47:51 2006
New Revision: 439497

URL: http://svn.apache.org/viewvc?rev=439497&view=rev
Log:
Created bpel-epr module

Added:
    incubator/ode/trunk/bpel-epr/
    incubator/ode/trunk/bpel-epr/pom.xml   (with props)
    incubator/ode/trunk/bpel-epr/src/
    incubator/ode/trunk/bpel-epr/src/main/
    incubator/ode/trunk/bpel-epr/src/main/java/

Added: incubator/ode/trunk/bpel-epr/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-epr/pom.xml?rev=439497&view=auto
==============================================================================
--- incubator/ode/trunk/bpel-epr/pom.xml (added)
+++ incubator/ode/trunk/bpel-epr/pom.xml Fri Sep  1 15:47:51 2006
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+<!--
+  ~ 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>
+    <artifactId>ode-bpel-epr</artifactId>
+    <name>ODE :: BPEL Common EPR Implementations</name>
+    <description>Implementations of the EndpointReference 
interface.</description>
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>ode</groupId>
+        <artifactId>ode</artifactId>
+        <version>2.0-SNAPSHOT</version>
+    </parent>
+    <groupId>ode</groupId>
+    <version>2.0-SNAPSHOT</version>
+    <dependencies>
+        <dependency>
+            <groupId>ode</groupId>
+            <artifactId>ode-utils</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>ode</groupId>
+            <artifactId>ode-bpel-api</artifactId>
+        </dependency>
+       <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+        </dependency>
+
+    </dependencies>
+</project>

Propchange: incubator/ode/trunk/bpel-epr/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to