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:15:36 UTC

svn commit: r593556 - in /directory/sandbox/felixk/studio-dsml-parser: .project pom.xml

Author: felixk
Date: Fri Nov  9 07:15:35 2007
New Revision: 593556

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

Removed:
    directory/sandbox/felixk/studio-dsml-parser/.project
Modified:
    directory/sandbox/felixk/studio-dsml-parser/pom.xml

Modified: directory/sandbox/felixk/studio-dsml-parser/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-dsml-parser/pom.xml?rev=593556&r1=593555&r2=593556&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-dsml-parser/pom.xml (original)
+++ directory/sandbox/felixk/studio-dsml-parser/pom.xml Fri Nov  9 07:15:35 2007
@@ -45,10 +45,10 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-eclipse-plugin</artifactId>
                 <configuration>
-                    <pde>true</pde>
-                    <additionalProjectnatures>
+                    <pde>false</pde>
+                    <projectnatures>
                         <projectnature>org.eclipse.jdt.core.javanature</projectnature>
-                    </additionalProjectnatures>
+                    </projectnatures>
                 </configuration>
             </plugin>
             <plugin>
@@ -68,27 +68,34 @@
         <dependency>
             <groupId>org.apache.directory.shared</groupId>
             <artifactId>shared-ldap</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.shared</groupId>
             <artifactId>shared-asn1</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>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>nlog4j</artifactId>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
 </project>