You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dj...@apache.org on 2007/08/21 21:07:22 UTC

svn commit: r568235 - in /directory/apacheds/trunk: core-unit/pom.xml core/pom.xml server-unit/pom.xml

Author: djencks
Date: Tue Aug 21 12:07:21 2007
New Revision: 568235

URL: http://svn.apache.org/viewvc?rev=568235&view=rev
Log:
DIRSERVER-834 make it easier to swap bootstrap-partition

Modified:
    directory/apacheds/trunk/core-unit/pom.xml
    directory/apacheds/trunk/core/pom.xml
    directory/apacheds/trunk/server-unit/pom.xml

Modified: directory/apacheds/trunk/core-unit/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/pom.xml?rev=568235&r1=568234&r2=568235&view=diff
==============================================================================
--- directory/apacheds/trunk/core-unit/pom.xml (original)
+++ directory/apacheds/trunk/core-unit/pom.xml Tue Aug 21 12:07:21 2007
@@ -34,6 +34,12 @@
       <version>${pom.version}</version>
       <scope>test</scope>
     </dependency>  
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-bootstrap-partition</artifactId>
+      <version>${pom.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <profiles>

Modified: directory/apacheds/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=568235&r1=568234&r2=568235&view=diff
==============================================================================
--- directory/apacheds/trunk/core/pom.xml (original)
+++ directory/apacheds/trunk/core/pom.xml Tue Aug 21 12:07:21 2007
@@ -23,14 +23,6 @@
       <scope>test</scope>
     </dependency>
 
-<!--
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>nlog4j</artifactId>
-      <scope>provided</scope>
-    </dependency>
--->
-
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-schema-bootstrap</artifactId>
@@ -75,8 +67,15 @@
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-bootstrap-extract</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-bootstrap-partition</artifactId>
       <version>${pom.version}</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>

Modified: directory/apacheds/trunk/server-unit/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-unit/pom.xml?rev=568235&r1=568234&r2=568235&view=diff
==============================================================================
--- directory/apacheds/trunk/server-unit/pom.xml (original)
+++ directory/apacheds/trunk/server-unit/pom.xml Tue Aug 21 12:07:21 2007
@@ -53,6 +53,12 @@
       <artifactId>apacheds-core-unit</artifactId>
       <version>${pom.version}</version>
     </dependency>  
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-bootstrap-partition</artifactId>
+      <version>${pom.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>



Re: svn commit: r568235 - in /directory/apacheds/trunk: core-unit/pom.xml core/pom.xml server-unit/pom.xml

Posted by Alex Karasulu <ak...@apache.org>.
I think this will cause server-installers and server-main to have issues
with
a missing bootstrap partition.  Not sure but we can test it.  I'll have to
now
keep an eye on this specific matter.

Alex

On 8/21/07, djencks@apache.org <dj...@apache.org> wrote:
>
> Author: djencks
> Date: Tue Aug 21 12:07:21 2007
> New Revision: 568235
>
> URL: http://svn.apache.org/viewvc?rev=568235&view=rev
> Log:
> DIRSERVER-834 make it easier to swap bootstrap-partition
>
> Modified:
>     directory/apacheds/trunk/core-unit/pom.xml
>     directory/apacheds/trunk/core/pom.xml
>     directory/apacheds/trunk/server-unit/pom.xml
>
> Modified: directory/apacheds/trunk/core-unit/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/pom.xml?rev=568235&r1=568234&r2=568235&view=diff
>
> ==============================================================================
> --- directory/apacheds/trunk/core-unit/pom.xml (original)
> +++ directory/apacheds/trunk/core-unit/pom.xml Tue Aug 21 12:07:21 2007
> @@ -34,6 +34,12 @@
>        <version>${pom.version}</version>
>        <scope>test</scope>
>      </dependency>
> +    <dependency>
> +      <groupId>org.apache.directory.server</groupId>
> +      <artifactId>apacheds-bootstrap-partition</artifactId>
> +      <version>${pom.version}</version>
> +      <scope>test</scope>
> +    </dependency>
>    </dependencies>
>
>    <profiles>
>
> Modified: directory/apacheds/trunk/core/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=568235&r1=568234&r2=568235&view=diff
>
> ==============================================================================
> --- directory/apacheds/trunk/core/pom.xml (original)
> +++ directory/apacheds/trunk/core/pom.xml Tue Aug 21 12:07:21 2007
> @@ -23,14 +23,6 @@
>        <scope>test</scope>
>      </dependency>
>
> -<!--
> -    <dependency>
> -      <groupId>org.slf4j</groupId>
> -      <artifactId>nlog4j</artifactId>
> -      <scope>provided</scope>
> -    </dependency>
> --->
> -
>      <dependency>
>        <groupId>org.apache.directory.server</groupId>
>        <artifactId>apacheds-schema-bootstrap</artifactId>
> @@ -75,8 +67,15 @@
>
>      <dependency>
>        <groupId>org.apache.directory.server</groupId>
> +      <artifactId>apacheds-bootstrap-extract</artifactId>
> +      <version>${pom.version}</version>
> +    </dependency>
> +
> +    <dependency>
> +      <groupId>org.apache.directory.server</groupId>
>        <artifactId>apacheds-bootstrap-partition</artifactId>
>        <version>${pom.version}</version>
> +      <scope>test</scope>
>      </dependency>
>
>      <dependency>
>
> Modified: directory/apacheds/trunk/server-unit/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/apacheds/trunk/server-unit/pom.xml?rev=568235&r1=568234&r2=568235&view=diff
>
> ==============================================================================
> --- directory/apacheds/trunk/server-unit/pom.xml (original)
> +++ directory/apacheds/trunk/server-unit/pom.xml Tue Aug 21 12:07:21 2007
> @@ -53,6 +53,12 @@
>        <artifactId>apacheds-core-unit</artifactId>
>        <version>${pom.version}</version>
>      </dependency>
> +    <dependency>
> +      <groupId>org.apache.directory.server</groupId>
> +      <artifactId>apacheds-bootstrap-partition</artifactId>
> +      <version>${pom.version}</version>
> +      <scope>test</scope>
> +    </dependency>
>    </dependencies>
>
>    <build>
>
>
>