Author: pamarcelot Date: Tue Jun 1 17:10:50 2010 New Revision: 950169 URL: http://svn.apache.org/viewvc?rev=950169&view=rev Log: Clean up in dependencies (adding missing dependencies and restricting the scope of the findbugs dependencies to 'provided') and naming of Shared projects. Modified: directory/shared/trunk/all/pom.xml directory/shared/trunk/dsml-parser/pom.xml directory/shared/trunk/ldap-constants/pom.xml directory/shared/trunk/ldap-convert/pom.xml directory/shared/trunk/ldap-schema-loader/pom.xml directory/shared/trunk/ldap/pom.xml Modified: directory/shared/trunk/all/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/all/pom.xml?rev=950169&r1=950168&r2=950169&view=diff ============================================================================== --- directory/shared/trunk/all/pom.xml (original) +++ directory/shared/trunk/all/pom.xml Tue Jun 1 17:10:50 2010 @@ -57,13 +57,13 @@ - shared-ldap + shared-i18n ${project.groupId} ${project.version} - shared-ldif + shared-ldap ${project.groupId} ${project.version} @@ -93,19 +93,19 @@ - shared-ldap-schema-dao + shared-ldap-schema-loader ${project.groupId} ${project.version} - shared-ldap-schema-loader + shared-ldap-schema-manager ${project.groupId} ${project.version} - shared-ldap-schema-manager + shared-ldif ${project.groupId} ${project.version} Modified: directory/shared/trunk/dsml-parser/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/dsml-parser/pom.xml?rev=950169&r1=950168&r2=950169&view=diff ============================================================================== --- directory/shared/trunk/dsml-parser/pom.xml (original) +++ directory/shared/trunk/dsml-parser/pom.xml Tue Jun 1 17:10:50 2010 @@ -35,28 +35,28 @@ - shared-ldap + shared-i18n ${project.groupId} ${project.version} - shared-ldif + shared-asn1 ${project.groupId} ${project.version} - + - shared-i18n + shared-ldap ${project.groupId} ${project.version} - + - shared-asn1 + shared-ldif ${project.groupId} ${project.version} - + dom4j @@ -71,12 +71,6 @@ - dom4j - dom4j - ${dom4j.version} - - - xpp3 xpp3 ${xpp3.version} @@ -86,7 +80,7 @@ findbugs annotations ${findbugs.annotations.version} - compile + provided Modified: directory/shared/trunk/ldap-constants/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-constants/pom.xml?rev=950169&r1=950168&r2=950169&view=diff ============================================================================== --- directory/shared/trunk/ldap-constants/pom.xml (original) +++ directory/shared/trunk/ldap-constants/pom.xml Tue Jun 1 17:10:50 2010 @@ -28,7 +28,7 @@ shared-ldap-constants - Apache Directory Shared Ldap Constants + Apache Directory Shared LDAP Constants 2007 Modified: directory/shared/trunk/ldap-convert/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-convert/pom.xml?rev=950169&r1=950168&r2=950169&view=diff ============================================================================== --- directory/shared/trunk/ldap-convert/pom.xml (original) +++ directory/shared/trunk/ldap-convert/pom.xml Tue Jun 1 17:10:50 2010 @@ -28,7 +28,7 @@ shared-ldap-converter - Apache Directory Shared Ldap Converters + Apache Directory Shared LDAP Converters 2007 @@ -60,6 +60,12 @@ + commons-lang + commons-lang + ${commons.lang.version} + + + antlr antlr ${antlr.version} Modified: directory/shared/trunk/ldap-schema-loader/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema-loader/pom.xml?rev=950169&r1=950168&r2=950169&view=diff ============================================================================== --- directory/shared/trunk/ldap-schema-loader/pom.xml (original) +++ directory/shared/trunk/ldap-schema-loader/pom.xml Tue Jun 1 17:10:50 2010 @@ -41,7 +41,13 @@ shared-i18n ${project.groupId} ${project.version} - + + + + shared-asn1 + ${project.groupId} + ${project.version} + shared-ldap Modified: directory/shared/trunk/ldap/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=950169&r1=950168&r2=950169&view=diff ============================================================================== --- directory/shared/trunk/ldap/pom.xml (original) +++ directory/shared/trunk/ldap/pom.xml Tue Jun 1 17:10:50 2010 @@ -28,7 +28,7 @@ shared-ldap - Apache Directory Shared Ldap + Apache Directory Shared LDAP 2004 @@ -81,7 +81,7 @@ findbugs annotations ${findbugs.annotations.version} - compile + provided