You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/08 15:23:29 UTC

svn commit: r593164 - in /directory/sandbox/felixk/studio-apacheds-configuration: .project META-INF/ pom.xml src/main/resources/META-INF/ src/main/resources/META-INF/MANIFEST.MF

Author: felixk
Date: Thu Nov  8 06:23:28 2007
New Revision: 593164

URL: http://svn.apache.org/viewvc?rev=593164&view=rev
Log:
generated via eclipse:eclipse

Added:
    directory/sandbox/felixk/studio-apacheds-configuration/src/main/resources/META-INF/
      - copied from r593132, directory/sandbox/felixk/studio-apacheds-configuration/META-INF/
Removed:
    directory/sandbox/felixk/studio-apacheds-configuration/.project
    directory/sandbox/felixk/studio-apacheds-configuration/META-INF/
Modified:
    directory/sandbox/felixk/studio-apacheds-configuration/pom.xml
    directory/sandbox/felixk/studio-apacheds-configuration/src/main/resources/META-INF/MANIFEST.MF

Modified: directory/sandbox/felixk/studio-apacheds-configuration/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration/pom.xml?rev=593164&r1=593163&r2=593164&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration/pom.xml (original)
+++ directory/sandbox/felixk/studio-apacheds-configuration/pom.xml Thu Nov  8 06:23:28 2007
@@ -56,10 +56,25 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <pde>true</pde>
+                    <manifest>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifest>
+                    <additionalProjectnatures>
+                        <projectnature>org.eclipse.pde.PluginNature</projectnature>
+                        <projectnature>org.eclipse.jdt.core.javanature</projectnature>
+                    </additionalProjectnatures>
+                    <classpathContainers>
+                        <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
+                        <classpathContainer>org.eclipse.pde.core.requiredPlugins</classpathContainer>
+                    </classpathContainers>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>
-                        <manifestFile>META-INF/MANIFEST.MF</manifestFile>
                         <addMavenDescriptor>false</addMavenDescriptor>
                     </archive>
                 </configuration>
@@ -71,50 +86,62 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>${swt.platformrelated.artifactId}</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.jface</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.ui.forms</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.ui.workbench</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.core.runtime</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.equinox.common</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.equinox.registry</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.core.commands</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.osgi</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>dom4j</groupId>
             <artifactId>dom4j</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.shared</groupId>
             <artifactId>shared-ldap</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.shared</groupId>
             <artifactId>shared-ldap</artifactId>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 </project>

Modified: directory/sandbox/felixk/studio-apacheds-configuration/src/main/resources/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-apacheds-configuration/src/main/resources/META-INF/MANIFEST.MF?rev=593164&r1=593132&r2=593164&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-apacheds-configuration/src/main/resources/META-INF/MANIFEST.MF (original)
+++ directory/sandbox/felixk/studio-apacheds-configuration/src/main/resources/META-INF/MANIFEST.MF Thu Nov  8 06:23:28 2007
@@ -4,11 +4,11 @@
 Bundle-SymbolicName: org.apache.directory.studio.apacheds.configuration;singleton:=true
 Bundle-Version: 1.0.0
 Bundle-Activator: org.apache.directory.studio.apacheds.configuration.Activator
-Bundle-Vendor: Apache Software Foundation
+Bundle-Vendor: The Apache Software Foundation
 Bundle-Localization: plugin
 Eclipse-LazyStart: true
-Bundle-ClassPath: .
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.ui,
  org.eclipse.ui.forms,
  org.apache.directory.studio.jars
+Bundle-ClassPath: .