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/12/05 21:29:55 UTC

svn commit: r601503 - /directory/sandbox/felixk/studio/pom.xml

Author: felixk
Date: Wed Dec  5 12:29:55 2007
New Revision: 601503

URL: http://svn.apache.org/viewvc?rev=601503&view=rev
Log:
- Add ldifparser
- typos

Modified:
    directory/sandbox/felixk/studio/pom.xml

Modified: directory/sandbox/felixk/studio/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio/pom.xml?rev=601503&r1=601502&r2=601503&view=diff
==============================================================================
--- directory/sandbox/felixk/studio/pom.xml (original)
+++ directory/sandbox/felixk/studio/pom.xml Wed Dec  5 12:29:55 2007
@@ -769,7 +769,7 @@
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <id>unpack-eclipse-plugins1111</id>
+            <id>unpack-eclipse-plugins</id>
             <phase>process-resources</phase>
             <goals>
               <goal>unpack</goal>
@@ -809,7 +809,7 @@
         <artifactId>maven-studio-plugin</artifactId>
         <executions>
           <execution>
-            <id>copy-directory-studio-plugins2222</id>
+            <id>copy-directory-studio-plugins</id>
             <phase>process-resources</phase>
             <goals>
               <goal>copy-eclipse-artifact</goal>
@@ -844,6 +844,10 @@
                 <artifactItem>
                   <groupId>org.apache.directory.studio</groupId>
                   <artifactId>${pom.groupId}.ldifeditor</artifactId>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.directory.studio</groupId>
+                  <artifactId>${pom.groupId}.ldifparser</artifactId>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.directory.studio</groupId>