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 2009/02/24 15:08:29 UTC

svn commit: r747385 - in /directory/shared/trunk: convert/pom.xml ldap-constants/pom.xml ldap-jndi/pom.xml ldap/pom.xml

Author: felixk
Date: Tue Feb 24 14:08:28 2009
New Revision: 747385

URL: http://svn.apache.org/viewvc?rev=747385&view=rev
Log:
Cleanup

Modified:
    directory/shared/trunk/convert/pom.xml
    directory/shared/trunk/ldap-constants/pom.xml
    directory/shared/trunk/ldap-jndi/pom.xml
    directory/shared/trunk/ldap/pom.xml

Modified: directory/shared/trunk/convert/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/convert/pom.xml?rev=747385&r1=747384&r2=747385&view=diff
==============================================================================
--- directory/shared/trunk/convert/pom.xml (original)
+++ directory/shared/trunk/convert/pom.xml Tue Feb 24 14:08:28 2009
@@ -35,21 +35,11 @@
     <url>http://issues.apache.org/jira/browse/DIRSERVER</url>
   </issueManagement>
 
-  <!--
-  <distributionManagement>
-    <site>
-      <id>apache.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
-    </site>
-  </distributionManagement>
-  -->
-
   <description>
     Common LDAP converters : LDIF, DSML, CSV, etc
   </description>
 
   <dependencies>
-
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-ldap</artifactId>
@@ -60,12 +50,10 @@
       <groupId>antlr</groupId>
       <artifactId>antlr</artifactId>
     </dependency>
-
   </dependencies>
 
   <build>
     <plugins>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -106,6 +94,5 @@
       </plugin>
     </plugins>
   </build>
-
 </project>
 

Modified: directory/shared/trunk/ldap-constants/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-constants/pom.xml?rev=747385&r1=747384&r2=747385&view=diff
==============================================================================
--- directory/shared/trunk/ldap-constants/pom.xml (original)
+++ directory/shared/trunk/ldap-constants/pom.xml Tue Feb 24 14:08:28 2009
@@ -35,18 +35,8 @@
     <url>http://issues.apache.org/jira/browse/DIRSERVER</url>
   </issueManagement>
 
-  <!--
-  <distributionManagement>
-    <site>
-      <id>apache.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
-    </site>
-  </distributionManagement>
-  -->
-
   <description>
     Common LDAP constants used by clients and servers.
   </description>
-
 </project>
 

Modified: directory/shared/trunk/ldap-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-jndi/pom.xml?rev=747385&r1=747384&r2=747385&view=diff
==============================================================================
--- directory/shared/trunk/ldap-jndi/pom.xml (original)
+++ directory/shared/trunk/ldap-jndi/pom.xml Tue Feb 24 14:08:28 2009
@@ -34,15 +34,5 @@
     Shared libraries for client side JNDI handling that may be used 
     both in the server and in studio.
   </description>
-  
-  <!--
-  <distributionManagement>
-    <site>
-      <id>apache.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
-    </site>
-  </distributionManagement>
-  -->
-
 </project>
 

Modified: directory/shared/trunk/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=747385&r1=747384&r2=747385&view=diff
==============================================================================
--- directory/shared/trunk/ldap/pom.xml (original)
+++ directory/shared/trunk/ldap/pom.xml Tue Feb 24 14:08:28 2009
@@ -35,21 +35,11 @@
     <url>http://issues.apache.org/jira/browse/DIRSERVER</url>
   </issueManagement>
 
-  <!--
-  <distributionManagement>
-    <site>
-      <id>apache.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
-    </site>
-  </distributionManagement>
-  -->
-
   <description>
     Common LDAP packages used by clients and servers.
   </description>
 
   <dependencies>
-
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
@@ -80,7 +70,6 @@
 
   <build>
     <plugins>
-
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
@@ -120,6 +109,5 @@
       </plugin>
     </plugins>
   </build>
-
 </project>