You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/02/24 10:09:47 UTC

svn commit: r1293141 - in /directory/apacheds/trunk: all/pom.xml jdbm-partition/pom.xml pom.xml protocol-ldap/pom.xml

Author: pamarcelot
Date: Fri Feb 24 09:09:47 2012
New Revision: 1293141

URL: http://svn.apache.org/viewvc?rev=1293141&view=rev
Log:
Fixed build issues with the inclusion of 'jdbm2' project as dependency.

Modified:
    directory/apacheds/trunk/all/pom.xml
    directory/apacheds/trunk/jdbm-partition/pom.xml
    directory/apacheds/trunk/pom.xml
    directory/apacheds/trunk/protocol-ldap/pom.xml

Modified: directory/apacheds/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/all/pom.xml?rev=1293141&r1=1293140&r2=1293141&view=diff
==============================================================================
--- directory/apacheds/trunk/all/pom.xml (original)
+++ directory/apacheds/trunk/all/pom.xml Fri Feb 24 09:09:47 2012
@@ -74,6 +74,7 @@
     <dependency>
       <groupId>org.apache.directory.jdbm</groupId>
       <artifactId>apacheds-jdbm2</artifactId>
+      <type>bundle</type>
     </dependency>
     
     <dependency>

Modified: directory/apacheds/trunk/jdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-partition/pom.xml?rev=1293141&r1=1293140&r2=1293141&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm-partition/pom.xml (original)
+++ directory/apacheds/trunk/jdbm-partition/pom.xml Fri Feb 24 09:09:47 2012
@@ -58,6 +58,7 @@
     <dependency>
       <groupId>org.apache.directory.jdbm</groupId>
       <artifactId>apacheds-jdbm2</artifactId>
+      <type>bundle</type>
     </dependency>
     
     <dependency>

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1293141&r1=1293140&r2=1293141&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Feb 24 09:09:47 2012
@@ -599,7 +599,8 @@
       
       <dependency>
         <groupId>org.apache.directory.jdbm</groupId>
-        <artifactId>apacheds-jdbm</artifactId>
+        <artifactId>apacheds-jdbm2</artifactId>
+        <type>bundle</type>
         <version>${org.apache.directory.jdbm.version}</version>
       </dependency>
      

Modified: directory/apacheds/trunk/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ldap/pom.xml?rev=1293141&r1=1293140&r2=1293141&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ldap/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ldap/pom.xml Fri Feb 24 09:09:47 2012
@@ -61,6 +61,7 @@
     <dependency>
       <groupId>org.apache.directory.jdbm</groupId>
       <artifactId>apacheds-jdbm2</artifactId>
+      <type>bundle</type>
     </dependency>
 
     <dependency>