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/09 16:27:31 UTC

svn commit: r593562 - in /directory/sandbox/felixk/studio-ldapbrowser-core: .project META-INF/MANIFEST.MF pom.xml

Author: felixk
Date: Fri Nov  9 07:27:30 2007
New Revision: 593562

URL: http://svn.apache.org/viewvc?rev=593562&view=rev
Log:
.project, .classpath generation via eclipse plugin

Modified:
    directory/sandbox/felixk/studio-ldapbrowser-core/.project
    directory/sandbox/felixk/studio-ldapbrowser-core/META-INF/MANIFEST.MF
    directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml

Modified: directory/sandbox/felixk/studio-ldapbrowser-core/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-core/.project?rev=593562&r1=593561&r2=593562&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-core/.project (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-core/.project Fri Nov  9 07:27:30 2007
@@ -1,28 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>studio-ldapbrowser-core</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>
+  <name>org.apache.directory.studio.ldapbrowser.core</name>
+  <comment></comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.ManifestBuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.pde.SchemaBuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+    <nature>org.eclipse.pde.PluginNature</nature>
+  </natures>
+  <linkedResources>
+    <link>
+      <name>commons-codec-1.3.jar</name>
+      <type>1</type>
+      <location>/home/felix/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar</location>
+    </link>
+    <link>
+      <name>commons-io-1.3.1.jar</name>
+      <type>1</type>
+      <location>/home/felix/.m2/repository/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar</location>
+    </link>
+    <link>
+      <name>log4j-1.2.13.jar</name>
+      <type>1</type>
+      <location>/home/felix/.m2/repository/log4j/log4j/1.2.13/log4j-1.2.13.jar</location>
+    </link>
+    <link>
+      <name>poi-3.0.1-FINAL.jar</name>
+      <type>1</type>
+      <location>/home/felix/.m2/repository/org/apache/poi/poi/3.0.1-FINAL/poi-3.0.1-FINAL.jar</location>
+    </link>
+  </linkedResources>
+</projectDescription>
\ No newline at end of file

Modified: directory/sandbox/felixk/studio-ldapbrowser-core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-core/META-INF/MANIFEST.MF?rev=593562&r1=593561&r2=593562&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-core/META-INF/MANIFEST.MF (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-core/META-INF/MANIFEST.MF Fri Nov  9 07:27:30 2007
@@ -1,10 +1,10 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Directory Studio LDAP Browser Core
-Bundle-SymbolicName: org.apache.directory.studio.ldapbrowser.core; singleton:=true
+Bundle-SymbolicName: org.apache.directory.studio.ldapbrowser.core;singleton:=true
 Bundle-Version: 1.0.1
 Bundle-Activator: org.apache.directory.studio.ldapbrowser.core.BrowserCorePlugin
-Bundle-Vendor: Apache Software Foundation
+Bundle-Vendor: The Apache Software Foundation
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.search,
@@ -28,6 +28,7 @@
  org.apache.directory.studio.ldapbrowser.core.propertypageproviders,
  org.apache.directory.studio.ldapbrowser.core.utils
 Bundle-ClassPath: .,
- lib/commons-codec-1.3.jar,
- lib/commons-io-1.3.1.jar,
- lib/poi-3.0.1-FINAL.jar
+ commons-codec-1.3.jar,
+ commons-io-1.3.1.jar,
+ log4j-1.2.13.jar,
+ poi-3.0.1-FINAL.jar

Modified: directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml?rev=593562&r1=593561&r2=593562&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml Fri Nov  9 07:27:30 2007
@@ -75,7 +75,7 @@
                         </goals>
                         <configuration>
                             <overWrite>true</overWrite>
-                            <outputDirectory>target/classes/lib</outputDirectory>
+                            <outputDirectory>target/classes</outputDirectory>
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>commons-io</groupId>
@@ -86,10 +86,6 @@
                                     <artifactId>commons-codec</artifactId>
                                 </artifactItem>
                                 <artifactItem>
-                                    <groupId>junit</groupId>
-                                    <artifactId>junit</artifactId>
-                                </artifactItem>
-                                <artifactItem>
                                     <groupId>org.apache.poi</groupId>
                                     <artifactId>poi</artifactId>
                                 </artifactItem>
@@ -116,50 +112,71 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.equinox.preferences</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.osgi</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.core.jobs</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>dom4j</groupId>
             <artifactId>dom4j</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>xpp3</groupId>
             <artifactId>xpp3</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.studio</groupId>
             <artifactId>${pom.groupId}.connection.core</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.studio</groupId>
             <artifactId>${pom.groupId}.dsml.parser</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.search</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.poi</groupId>
             <artifactId>poi</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>log4j</groupId>
+                    <artifactId>log4j</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>