You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/05/25 21:39:36 UTC

svn commit: r541756 - in /directory/apacheds/branches/1.0: server-main/apacheds.sh server-tools/src/main/manifest/MANIFEST.MF

Author: elecharny
Date: Fri May 25 12:39:35 2007
New Revision: 541756

URL: http://svn.apache.org/viewvc?view=rev&rev=541756
Log:
Moved from 1.0.2-SNAPSHOT to 1.0.2 and from 0.9.5.5-SNAPSHOT to 0.9.5.5 to prepare the 1.0.2 release

Modified:
    directory/apacheds/branches/1.0/server-main/apacheds.sh
    directory/apacheds/branches/1.0/server-tools/src/main/manifest/MANIFEST.MF

Modified: directory/apacheds/branches/1.0/server-main/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/1.0/server-main/apacheds.sh?view=diff&rev=541756&r1=541755&r2=541756
==============================================================================
--- directory/apacheds/branches/1.0/server-main/apacheds.sh (original)
+++ directory/apacheds/branches/1.0/server-main/apacheds.sh Fri May 25 12:39:35 2007
@@ -1,9 +1,9 @@
 #!/bin/sh
-if [ -e target/apacheds-server-main-1.0.2-SNAPSHOT-app.jar ] ; then
+if [ -e target/apacheds-server-main-1.0.2-app.jar ] ; then
   echo uber jar exists
 else
   echo uber jar not found need to build it
   mvn clean assembly:assembly
 fi
 
-java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.0.2-SNAPSHOT-app.jar server.xml
+java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.0.2-app.jar server.xml

Modified: directory/apacheds/branches/1.0/server-tools/src/main/manifest/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/1.0/server-tools/src/main/manifest/MANIFEST.MF?view=diff&rev=541756&r1=541755&r2=541756
==============================================================================
--- directory/apacheds/branches/1.0/server-tools/src/main/manifest/MANIFEST.MF (original)
+++ directory/apacheds/branches/1.0/server-tools/src/main/manifest/MANIFEST.MF Fri May 25 12:39:35 2007
@@ -2,19 +2,19 @@
 Main-Class: org.apache.directory.server.tools.ApachedsTools
 Class-Path: logger.jar daemon.jar bootstrapper.jar 
  ../lib/antlr-2.7.6.jar 
- ../lib/apacheds-kerberos-shared-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-changepw-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-shared-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-kerberos-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-ldap-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-ntp-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-core-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-core-shared-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-server-jndi-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-server-main-1.0.2-SNAPSHOT.jar 
- ../lib/shared-asn1-codec-0.9.5.5-SNAPSHOT.jar 
- ../lib/shared-asn1-0.9.5.5-SNAPSHOT.jar 
- ../lib/shared-ldap-0.9.5.5-SNAPSHOT.jar 
+ ../lib/apacheds-kerberos-shared-1.0.2.jar 
+ ../lib/apacheds-protocol-changepw-1.0.2.jar 
+ ../lib/apacheds-protocol-shared-1.0.2.jar 
+ ../lib/apacheds-protocol-kerberos-1.0.2.jar 
+ ../lib/apacheds-protocol-ldap-1.0.2.jar 
+ ../lib/apacheds-protocol-ntp-1.0.2.jar 
+ ../lib/apacheds-core-1.0.2.jar 
+ ../lib/apacheds-core-shared-1.0.2.jar 
+ ../lib/apacheds-server-jndi-1.0.2.jar 
+ ../lib/apacheds-server-main-1.0.2.jar 
+ ../lib/shared-asn1-codec-0.9.5.5.jar 
+ ../lib/shared-asn1-0.9.5.5.jar 
+ ../lib/shared-ldap-0.9.5.5.jar 
  ../lib/mina-core-1.0.2.jar 
  ../lib/mina-filter-ssl-1.0.2.jar 
  ../lib/commons-collections-3.2.jar