You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2006/10/17 01:45:22 UTC

svn commit: r464729 - in /incubator/ode/trunk: distro-jbi/pom.xml distro-jbi/src/main/assembly/assembly.xml jbi-install/ pom.xml

Author: boisvert
Date: Mon Oct 16 16:45:19 2006
New Revision: 464729

URL: http://svn.apache.org/viewvc?view=rev&rev=464729
Log:
Nuke jbi-install module and update distro-jbi accordingly.

Removed:
    incubator/ode/trunk/jbi-install/
Modified:
    incubator/ode/trunk/distro-jbi/pom.xml
    incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/distro-jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/pom.xml?view=diff&rev=464729&r1=464728&r2=464729
==============================================================================
--- incubator/ode/trunk/distro-jbi/pom.xml (original)
+++ incubator/ode/trunk/distro-jbi/pom.xml Mon Oct 16 16:45:19 2006
@@ -11,7 +11,6 @@
         <artifactId>ode</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
-    <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencies>
@@ -54,10 +53,12 @@
 
         <dependency>
             <groupId>org.apache.ode</groupId>
-            <artifactId>ode-jbi-install</artifactId>
+            <artifactId>ode-jbi</artifactId>
             <type>zip</type>
+            <classifier>installer</classifier>
             <version>${project.version}</version>
         </dependency>
+        
         <dependency>
             <groupId>org.apache.ode</groupId>
             <artifactId>ode-tools-bin</artifactId>

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?view=diff&rev=464729&r1=464728&r2=464729
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml Mon Oct 16 16:45:19 2006
@@ -1,7 +1,7 @@
 <assembly>
     <id></id>
     <formats>
-        <format>tar.gz</format>
+        <format>zip</format>
     </formats>
     <includeBaseDirectory>true</includeBaseDirectory>
     <fileSets>
@@ -47,13 +47,11 @@
         </dependencySet>
         <dependencySet>
             <scope>runtime</scope>
-            <outputDirectory/>
-            <outputFileNameMapping>${groupId}.${extension}</outputFileNameMapping>
+            <outputDirectory>jbi-component</outputDirectory>
             <includes>
-                <include>org.apache.ode:ode-jbi-install</include>
+                <include>org.apache.ode:ode-jbi</include>
             </includes>
         </dependencySet>
-
         <dependencySet>
             <scope>runtime</scope>
             <outputDirectory>lib</outputDirectory>
@@ -72,4 +70,5 @@
             </includes>
         </dependencySet>
     </dependencySets>
+
 </assembly>

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=464729&r1=464728&r2=464729
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Mon Oct 16 16:45:19 2006
@@ -135,7 +135,6 @@
         <!-- module>dao-memory</module -->
 
         <module>jbi</module>
-        <module>jbi-install</module>
 
         <module>jca-ra</module>
         <module>jca-rar</module>