Author: mszefler
Date: Tue Aug  1 10:46:25 2006
New Revision: 427659

URL: http://svn.apache.org/viewvc?rev=427659&view=rev
Log:
ODE-16
Imported base JBI distribution.

Added:
    incubator/ode/trunk/distro-jbi/
      - copied from r427174, incubator/ode/trunk/distro-axis2/
    incubator/ode/trunk/distro-jbi/build-jdoc.xml
      - copied unchanged from r427644, 
incubator/ode/trunk/distro-axis2/build-jdoc.xml
    incubator/ode/trunk/distro-jbi/build.properties
      - copied unchanged from r427644, 
incubator/ode/trunk/distro-axis2/build.properties
    incubator/ode/trunk/distro-jbi/build.xml
      - copied unchanged from r427644, 
incubator/ode/trunk/distro-axis2/build.xml
    incubator/ode/trunk/distro-jbi/debug/
      - copied from r427644, incubator/ode/trunk/distro-axis2/debug/
    incubator/ode/trunk/distro-jbi/pom.xml
      - copied, changed from r427644, incubator/ode/trunk/distro-axis2/pom.xml
    incubator/ode/trunk/distro-jbi/src/
      - copied from r427644, incubator/ode/trunk/distro-axis2/src/
    incubator/ode/trunk/distro-jbi/test/
      - copied from r427644, incubator/ode/trunk/distro-axis2/test/
Removed:
    incubator/ode/trunk/distro-jbi/OdeRemote.launch
Modified:
    incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml

Copied: incubator/ode/trunk/distro-jbi/pom.xml (from r427644, 
incubator/ode/trunk/distro-axis2/pom.xml)
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/pom.xml?p2=incubator/ode/trunk/distro-jbi/pom.xml&p1=incubator/ode/trunk/distro-axis2/pom.xml&r1=427644&r2=427659&rev=427659&view=diff
==============================================================================
--- incubator/ode/trunk/distro-axis2/pom.xml (original)
+++ incubator/ode/trunk/distro-jbi/pom.xml Tue Aug  1 10:46:25 2006
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <groupId>ode</groupId>
-  <artifactId>standalone-distro</artifactId>
-  <name>ODE :: Standalone Distribution</name>
-  <description>An artifact consisting of complete standalone ODE 
distribution.</description>
+  <artifactId>ode-distro-jbi</artifactId>
+  <name>ODE :: JBI Distribution</name>
+  <description>An artifact consisting of complete ODE for JBI 
distribution.</description>
 
   <modelVersion>4.0.0</modelVersion>
   <parent>
@@ -31,37 +31,10 @@
       | a very basic infrastructure for loading "modules". It 
       | also provides a "Main" class for starting the ODE server.
     -->
-    <dependency>
-      <groupId>ode</groupId>
-      <artifactId>ode-standalone-kernel</artifactId>
-    </dependency>
-
-    <!-- 
-      | Dependenchy on the ode kernel modules. The "kernel modules"
-      | implemented here encapsulate all ODE functionality for the
-      | stand-alone kernel. This module incorporates all the ODE 
-      | library/module (via trasitive closure).
-    -->
-    <dependency>
-      <groupId>ode</groupId>
-      <artifactId>ode-standalone-modules</artifactId>
-    </dependency>
 
     <!-- 
       | Dependencies for the service provider implementations.
     -->
-    <dependency>
-        <groupId>ode</groupId>
-        <artifactId>ode-sp-bpel</artifactId>
-    </dependency>
-    <dependency>
-        <groupId>ode</groupId>
-        <artifactId>ode-sp-httpsoap</artifactId>
-    </dependency>
-    <dependency>
-        <groupId>ode</groupId>
-        <artifactId>ode-xcontrib-sp-misc</artifactId>
-    </dependency>
 
     <dependency>
         <groupId>ode</groupId>
@@ -72,6 +45,11 @@
         <groupId>ode</groupId>
         <artifactId>ode-bpel-schemas</artifactId>
     </dependency>
+    
+    <dependency>
+        <groupId>ode</groupId>
+        <artifactId>ode-jbi</artifactId>
+    </dependency>
 
     <dependency>
         <groupId>commons-logging</groupId>
@@ -98,7 +76,7 @@
 
     <dependency>
       <groupId>ode</groupId>
-      <artifactId>ode-examples</artifactId>
+      <artifactId>ode-jbi-examples</artifactId>
       <type>tar</type>
       <classifier>tar</classifier>
       <scope>compile</scope>
@@ -111,6 +89,14 @@
       <type>tar</type>
       <scope>compile</scope>
     </dependency>
+
+<!--    <dependency>
+      <groupId>ode</groupId>
+      <artifactId>ode-jbi-install</artifactId>
+      <type>zip</type>
+      <scope>compile</scope>
+    </dependency>
+-->
 
   </dependencies>
   

Modified: incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml?rev=427659&r1=427644&r2=427659&view=diff
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml Tue Aug  1 
10:46:25 2006
@@ -49,7 +49,7 @@
             <scope>compile</scope>
             <outputDirectory/>
            <includes>
-               <include>ode:ode-examples</include>
+               <include>ode:ode-jbi-examples</include>
                <include>ode:ode-dao-hibernate-db-derby</include>
            </includes>
             <unpack>true</unpack>


Reply via email to