You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/01/27 23:06:27 UTC

svn commit: r373002 - in /directory/trunks/apacheds/standalone/daemon: pom.xml src/main/manifest/ src/main/manifest/MANIFEST.MF

Author: akarasulu
Date: Fri Jan 27 14:06:21 2006
New Revision: 373002

URL: http://svn.apache.org/viewcvs?rev=373002&view=rev
Log:
generating bootstrapper.jar with classpath for logging.jar and daemon.jar in same directory

Added:
    directory/trunks/apacheds/standalone/daemon/src/main/manifest/
    directory/trunks/apacheds/standalone/daemon/src/main/manifest/MANIFEST.MF
Modified:
    directory/trunks/apacheds/standalone/daemon/pom.xml

Modified: directory/trunks/apacheds/standalone/daemon/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/standalone/daemon/pom.xml?rev=373002&r1=373001&r2=373002&view=diff
==============================================================================
--- directory/trunks/apacheds/standalone/daemon/pom.xml (original)
+++ directory/trunks/apacheds/standalone/daemon/pom.xml Fri Jan 27 14:06:21 2006
@@ -40,6 +40,7 @@
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>
+            <manifestFile>src/main/manifest/MANIFEST.MF</manifestFile>
             <manifest>
               <mainClass>org.apache.directory.server.standalone.daemon.MainBootstrapper</mainClass>
             </manifest>

Added: directory/trunks/apacheds/standalone/daemon/src/main/manifest/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/standalone/daemon/src/main/manifest/MANIFEST.MF?rev=373002&view=auto
==============================================================================
--- directory/trunks/apacheds/standalone/daemon/src/main/manifest/MANIFEST.MF (added)
+++ directory/trunks/apacheds/standalone/daemon/src/main/manifest/MANIFEST.MF Fri Jan 27 14:06:21 2006
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Archiver-Version: Plexus Archiver
+Created-By: Apache Maven
+Build-Jdk: 1.5.0_06
+Extension-Name: org.apache.directory.server.standalone.daemon
+Implementation-Title: org.apache.directory.server.standalone.daemon
+Implementation-Version: 0.9.4-SNAPSHOT
+Main-Class: org.apache.directory.server.standalone.daemon.MainBootstra
+ pper
+Class-Path: logger.jar daemon.jar bootstrapper.jar