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 2009/07/23 17:15:30 UTC

svn commit: r797099 - in /directory/apacheds/trunk/server-tools: pom.xml src/main/manifest/

Author: pamarcelot
Date: Thu Jul 23 15:15:28 2009
New Revision: 797099

URL: http://svn.apache.org/viewvc?rev=797099&view=rev
Log:
Fix for DIRSERVER-1386 (Get rid of the MANIFEST.MF file of the server-tools project)

Removed:
    directory/apacheds/trunk/server-tools/src/main/manifest/
Modified:
    directory/apacheds/trunk/server-tools/pom.xml

Modified: directory/apacheds/trunk/server-tools/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-tools/pom.xml?rev=797099&r1=797098&r2=797099&view=diff
==============================================================================
--- directory/apacheds/trunk/server-tools/pom.xml (original)
+++ directory/apacheds/trunk/server-tools/pom.xml Thu Jul 23 15:15:28 2009
@@ -100,6 +100,16 @@
       <version>${org.apache.directory.shared.version}</version>
       <artifactId>shared-cursor</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
@@ -109,8 +119,9 @@
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>
-            <manifestFile>src/main/manifest/MANIFEST.MF</manifestFile>
             <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathPrefix>../lib/</classpathPrefix>
               <mainClass>org.apache.directory.server.tools.ApachedsTools</mainClass>
             </manifest>
           </archive>
@@ -124,5 +135,4 @@
       </resource>
     </resources>
   </build>
-</project>
-
+</project>
\ No newline at end of file