[exo-jcr-commits] exo-jcr SVN: r3482 - in jcr/trunk/applications/exo.jcr.applications.backupconsole: src/main/assemblies and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 18 05:22:35 EST 2010


Author: dkuleshov
Date: 2010-11-18 05:22:35 -0500 (Thu, 18 Nov 2010)
New Revision: 3482

Modified:
   jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
   jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/assemblies/binary-assembly.xml
Log:
EXOJCR-1051: modified assembly file to correspond changed scope of slf4j-log4j12

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-11-18 10:14:36 UTC (rev 3481)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-11-18 10:22:35 UTC (rev 3482)
@@ -33,18 +33,6 @@
     <enforcer.skip>true</enforcer.skip>
   </properties>
 
-   <dependencyManagement>
-      <dependencies>
-         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <version>1.5.8</version>
-            <type>jar</type>
-            <scope>compile</scope>
-         </dependency>
-      </dependencies>
-    </dependencyManagement>
-
   <dependencies>
     <dependency>
       <groupId>org.exoplatform.jcr</groupId>

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/assemblies/binary-assembly.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/assemblies/binary-assembly.xml	2010-11-18 10:14:36 UTC (rev 3481)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/assemblies/binary-assembly.xml	2010-11-18 10:22:35 UTC (rev 3482)
@@ -63,6 +63,15 @@
             <exclude>stax:stax-api</exclude>
          </excludes>
       </dependencySet>
+      <dependencySet>
+         <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
+         <outputDirectory>lib</outputDirectory>
+         <unpack>false</unpack>
+         <scope>test</scope>
+         <includes>
+             <include>org.slf4j:slf4j-log4j12</include>
+         </includes>
+      </dependencySet>
    </dependencySets>
    <fileSets>
       <fileSet>



More information about the exo-jcr-commits mailing list