This is bad... :( This last minute change in the name of the artifact makes a few installers break because they have the old name in their classpath.
I'm going to regenerate the non working installers. Regards, Pierre-Arnaud On Fri, Sep 12, 2008 at 12:58 AM, <[EMAIL PROTECTED]> wrote: > Author: akarasulu > Date: Thu Sep 11 15:58:02 2008 > New Revision: 694527 > > URL: http://svn.apache.org/viewvc?rev=694527&view=rev > Log: > correcting problem with renamed module not having artifact id properly set > > Modified: > directory/apacheds/trunk/core/pom.xml > directory/apacheds/trunk/jdbm-store/pom.xml > directory/apacheds/trunk/xdbm-base/pom.xml > directory/apacheds/trunk/xdbm-search/pom.xml > directory/apacheds/trunk/xdbm-tools/pom.xml > > Modified: directory/apacheds/trunk/core/pom.xml > URL: > http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=694527&r1=694526&r2=694527&view=diff > > ============================================================================== > --- directory/apacheds/trunk/core/pom.xml (original) > +++ directory/apacheds/trunk/core/pom.xml Thu Sep 11 15:58:02 2008 > @@ -99,7 +99,7 @@ > > <dependency> > <groupId>org.apache.directory.server</groupId> > - <artifactId>apacheds-btree-base</artifactId> > + <artifactId>apacheds-xdbm-base</artifactId> > <version>${pom.version}</version> > </dependency> > > > Modified: directory/apacheds/trunk/jdbm-store/pom.xml > URL: > http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-store/pom.xml?rev=694527&r1=694526&r2=694527&view=diff > > ============================================================================== > --- directory/apacheds/trunk/jdbm-store/pom.xml (original) > +++ directory/apacheds/trunk/jdbm-store/pom.xml Thu Sep 11 15:58:02 2008 > @@ -73,7 +73,7 @@ > > <dependency> > <groupId>${pom.groupId}</groupId> > - <artifactId>apacheds-btree-base</artifactId> > + <artifactId>apacheds-xdbm-base</artifactId> > <version>${pom.version}</version> > </dependency> > > > Modified: directory/apacheds/trunk/xdbm-base/pom.xml > URL: > http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-base/pom.xml?rev=694527&r1=694526&r2=694527&view=diff > > ============================================================================== > --- directory/apacheds/trunk/xdbm-base/pom.xml (original) > +++ directory/apacheds/trunk/xdbm-base/pom.xml Thu Sep 11 15:58:02 2008 > @@ -26,7 +26,7 @@ > <artifactId>apacheds-parent</artifactId> > <version>1.5.4</version> > </parent> > - <artifactId>apacheds-btree-base</artifactId> > + <artifactId>apacheds-xdbm-base</artifactId> > <name>ApacheDS XDBM Base</name> > <packaging>jar</packaging> > > > Modified: directory/apacheds/trunk/xdbm-search/pom.xml > URL: > http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-search/pom.xml?rev=694527&r1=694526&r2=694527&view=diff > > ============================================================================== > --- directory/apacheds/trunk/xdbm-search/pom.xml (original) > +++ directory/apacheds/trunk/xdbm-search/pom.xml Thu Sep 11 15:58:02 2008 > @@ -33,7 +33,7 @@ > <dependencies> > <dependency> > <groupId>org.apache.directory.server</groupId> > - <artifactId>apacheds-btree-base</artifactId> > + <artifactId>apacheds-xdbm-base</artifactId> > <version>${pom.version}</version> > </dependency> > > > Modified: directory/apacheds/trunk/xdbm-tools/pom.xml > URL: > http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-tools/pom.xml?rev=694527&r1=694526&r2=694527&view=diff > > ============================================================================== > --- directory/apacheds/trunk/xdbm-tools/pom.xml (original) > +++ directory/apacheds/trunk/xdbm-tools/pom.xml Thu Sep 11 15:58:02 2008 > @@ -38,7 +38,7 @@ > <dependencies> > <dependency> > <groupId>org.apache.directory.server</groupId> > - <artifactId>apacheds-btree-base</artifactId> > + <artifactId>apacheds-xdbm-base</artifactId> > <version>${pom.version}</version> > </dependency> > </dependencies> > > >
