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/27 18:04:27 UTC

svn commit: r660575 - in /directory/studio/branches/apacheds-plugin-branch/apacheds: META-INF/MANIFEST.MF pom.xml

Author: pamarcelot
Date: Tue May 27 09:04:24 2008
New Revision: 660575

URL: http://svn.apache.org/viewvc?rev=660575&view=rev
Log:
Added a new resource location to the pom.xml. Updated Manifest.mf file.

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

Modified: directory/studio/branches/apacheds-plugin-branch/apacheds/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds/META-INF/MANIFEST.MF?rev=660575&r1=660574&r2=660575&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds/META-INF/MANIFEST.MF (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds/META-INF/MANIFEST.MF Tue May 27 09:04:24 2008
@@ -1,8 +1,8 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Apache Directory Studio Apache DS Plugin
-Bundle-SymbolicName: org.apache.directory.studio.apacheds.plugin.experimentations;singleton:=true
-Bundle-Version: 0.0.1
+Bundle-Name: Apache Directory Studio Apache DS
+Bundle-SymbolicName: org.apache.directory.studio.apacheds;singleton:=true
+Bundle-Version: 1.2.0.SNAPSHOT
 Bundle-Activator: org.apache.directory.studio.apacheds.experimentations.ApacheDsPlugin
 Bundle-Vendor: Apache Software Foundation
 Require-Bundle: org.eclipse.ui,
@@ -15,7 +15,6 @@
  org.apache.directory.studio.apacheds.configuration
 Eclipse-LazyStart: true
 Bundle-ClassPath: .,
- lib/apacheds.configuration-1.2.0.SNAPSHOT.jar,
  lib/dom4j-1.6.1.jar,
  lib/log4j-1.2.14.jar,
  lib/mina-core-1.1.2.jar,

Modified: directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml?rev=660575&r1=660574&r2=660575&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml Tue May 27 09:04:24 2008
@@ -42,6 +42,10 @@
         </includes>
       </resource>
       <resource>
+        <directory>resources</directory>
+        <targetPath>resources</targetPath>
+      </resource>
+      <resource>
         <directory>src/main/resources</directory>
       </resource>
     </resources>