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/05/28 12:58:20 UTC

svn commit: r660903 - /directory/studio/branches/apacheds-plugin-branch/jars/META-INF/MANIFEST.MF

Author: pamarcelot
Date: Wed May 28 03:58:19 2008
New Revision: 660903

URL: http://svn.apache.org/viewvc?rev=660903&view=rev
Log:
o Removed the Perspective.
o Added the 'Eclipse-BuddyPolicy: registered' property in the Studio Jars plugin's manifest to allow using Eclipse buddy class loading.
o Removed the dom4j and log4j dependencies of the Studio Apache DS plugin, and added a dependency to the Studio Jars plugin (also registering the plugin as buddy with the 'Eclipse-RegisterBuddy: org.apache.directory.studio.jars' property).

Modified:
    directory/studio/branches/apacheds-plugin-branch/jars/META-INF/MANIFEST.MF

Modified: directory/studio/branches/apacheds-plugin-branch/jars/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/jars/META-INF/MANIFEST.MF?rev=660903&r1=660902&r2=660903&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/jars/META-INF/MANIFEST.MF (original)
+++ directory/studio/branches/apacheds-plugin-branch/jars/META-INF/MANIFEST.MF Wed May 28 03:58:19 2008
@@ -135,6 +135,7 @@
  org.xmlpull.v1.util,
  org.xmlpull.v1.wrapper,
  org.xmlpull.v1.wrapper.classic
+Eclipse-BuddyPolicy: registered
 Bundle-ClassPath: .,
  lib/antlr-2.7.7.jar,
  lib/commons-collections-3.2.jar,