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 20:39:20 UTC

svn commit: r593634 - in /directory/sandbox/felixk: pom.xml studio-dsml-parser/pom.xml studio-jars/pom.xml studio-ldapbrowser-core/pom.xml

Author: felixk
Date: Fri Nov  9 11:39:20 2007
New Revision: 593634

URL: http://svn.apache.org/viewvc?rev=593634&view=rev
Log:
Switch back to old naming for dsml-parser.
For plugins/features/help it's easier if the naming of the built artifact already corresponds to the eclipse type of naming.

Modified:
    directory/sandbox/felixk/pom.xml
    directory/sandbox/felixk/studio-dsml-parser/pom.xml
    directory/sandbox/felixk/studio-jars/pom.xml
    directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml

Modified: directory/sandbox/felixk/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/pom.xml?rev=593634&r1=593633&r2=593634&view=diff
==============================================================================
--- directory/sandbox/felixk/pom.xml (original)
+++ directory/sandbox/felixk/pom.xml Fri Nov  9 11:39:20 2007
@@ -102,7 +102,7 @@
         <ldapbrowser.core.version>1.0.1</ldapbrowser.core.version>
         <ldapbrowser.common.version>1.0.1</ldapbrowser.common.version>
         <jars.version>1.0.0</jars.version>
-        <dsml.parser.version>0.4</dsml.parser.version>
+        <studio.dsml.parser.version>0.4</studio.dsml.parser.version>
         <connection.ui.version>1.0.0</connection.ui.version>
         <connection.core.version>1.0.1</connection.core.version>
         <apacheds.configuration.help.version>1.0.0</apacheds.configuration.help.version>
@@ -550,8 +550,8 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.directory.studio</groupId>
-                <artifactId>${pom.groupId}.dsml.parser</artifactId>
-                <version>${dsml.parser.version}</version>
+                <artifactId>studio-dsml-parser</artifactId>
+                <version>${studio.dsml.parser.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.directory.studio</groupId>

Modified: directory/sandbox/felixk/studio-dsml-parser/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-dsml-parser/pom.xml?rev=593634&r1=593633&r2=593634&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-dsml-parser/pom.xml (original)
+++ directory/sandbox/felixk/studio-dsml-parser/pom.xml Fri Nov  9 11:39:20 2007
@@ -27,8 +27,8 @@
         <artifactId>parent</artifactId>
         <version>1.0.2-SNAPSHOT</version>
     </parent>
-    <artifactId>${groupId}.dsml.parser</artifactId>
-    <version>${dsml.parser.version}</version>
+    <artifactId>studio-dsml-parser</artifactId>
+    <version>${studio.dsml.parser.version}</version>
     <name>Apache Directory Studio DSML Parser</name>
     <packaging>jar</packaging>
 

Modified: directory/sandbox/felixk/studio-jars/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-jars/pom.xml?rev=593634&r1=593633&r2=593634&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-jars/pom.xml (original)
+++ directory/sandbox/felixk/studio-jars/pom.xml Fri Nov  9 11:39:20 2007
@@ -137,7 +137,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.directory.studio</groupId>
-            <artifactId>${pom.groupId}.dsml.parser</artifactId>
+            <artifactId>studio-dsml-parser</artifactId>
         </dependency>
         <dependency>
             <groupId>xpp3</groupId>

Modified: directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml?rev=593634&r1=593633&r2=593634&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml Fri Nov  9 11:39:20 2007
@@ -142,7 +142,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.directory.studio</groupId>
-            <artifactId>${pom.groupId}.dsml.parser</artifactId>
+            <artifactId>studio-dsml-parser</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>