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 2008/03/21 17:44:14 UTC

svn commit: r639708 - /directory/studio/trunk/ldapbrowser-core/META-INF/MANIFEST.MF

Author: pamarcelot
Date: Fri Mar 21 09:44:01 2008
New Revision: 639708

URL: http://svn.apache.org/viewvc?rev=639708&view=rev
Log:
Updated the MANIFEST.MF using the Studio Maven Plugin. Jars in the Bundle-Classpath section are now correctly sorted.

Modified:
    directory/studio/trunk/ldapbrowser-core/META-INF/MANIFEST.MF

Modified: directory/studio/trunk/ldapbrowser-core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-core/META-INF/MANIFEST.MF?rev=639708&r1=639707&r2=639708&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-core/META-INF/MANIFEST.MF (original)
+++ directory/studio/trunk/ldapbrowser-core/META-INF/MANIFEST.MF Fri Mar 21 09:44:01 2008
@@ -25,6 +25,6 @@
  org.apache.directory.studio.ldapbrowser.core.propertypageproviders,
  org.apache.directory.studio.ldapbrowser.core.utils
 Bundle-ClassPath: .,
- lib/commons-io-1.3.1.jar,
  lib/commons-codec-1.3.jar,
+ lib/commons-io-1.3.1.jar,
  lib/poi-3.0.1-FINAL.jar