You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/11/14 21:34:09 UTC

svn commit: r344218 - /directory/clients/ldap/trunk/project.xml

Author: akarasulu
Date: Mon Nov 14 12:34:05 2005
New Revision: 344218

URL: http://svn.apache.org/viewcvs?rev=344218&view=rev
Log:
making eclipse use projects rather than jars for intra project deps

Modified:
    directory/clients/ldap/trunk/project.xml

Modified: directory/clients/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/clients/ldap/trunk/project.xml?rev=344218&r1=344217&r2=344218&view=diff
==============================================================================
--- directory/clients/ldap/trunk/project.xml (original)
+++ directory/clients/ldap/trunk/project.xml Mon Nov 14 12:34:05 2005
@@ -74,6 +74,9 @@
             <artifactId>ldap-common</artifactId>
             <version>0.9.4-SNAPSHOT</version>
             <type>jar</type>
+            <properties>
+              <eclipse.dependency>true</eclipse.dependency>
+            </properties>
         </dependency>
     </dependencies>
     <reports>