Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 83393 invoked from network); 14 Jan 2011 08:53:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2011 08:53:16 -0000 Received: (qmail 67900 invoked by uid 500); 14 Jan 2011 08:53:16 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 67825 invoked by uid 500); 14 Jan 2011 08:53:14 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 67817 invoked by uid 99); 14 Jan 2011 08:53:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jan 2011 08:53:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jan 2011 08:53:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D5D0B2388A40; Fri, 14 Jan 2011 08:52:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1058899 - in /directory/studio/trunk: ./ features/apacheds.configuration.feature/ features/apacheds.feature/ features/ldapbrowser.feature/ features/ldifeditor.feature/ features/rcp.feature/ features/schemaeditor.feature/ Date: Fri, 14 Jan 2011 08:52:46 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110114085246.D5D0B2388A40@eris.apache.org> Author: pamarcelot Date: Fri Jan 14 08:52:46 2011 New Revision: 1058899 URL: http://svn.apache.org/viewvc?rev=1058899&view=rev Log: Cleaning in help pom.xml files. Making Maven 3 happier... Modified: directory/studio/trunk/features/apacheds.configuration.feature/pom.xml directory/studio/trunk/features/apacheds.feature/pom.xml directory/studio/trunk/features/ldapbrowser.feature/pom.xml directory/studio/trunk/features/ldifeditor.feature/pom.xml directory/studio/trunk/features/rcp.feature/pom.xml directory/studio/trunk/features/schemaeditor.feature/pom.xml directory/studio/trunk/pom.xml Modified: directory/studio/trunk/features/apacheds.configuration.feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/apacheds.configuration.feature/pom.xml?rev=1058899&r1=1058898&r2=1058899&view=diff ============================================================================== --- directory/studio/trunk/features/apacheds.configuration.feature/pom.xml (original) +++ directory/studio/trunk/features/apacheds.configuration.feature/pom.xml Fri Jan 14 08:52:46 2011 @@ -88,7 +88,7 @@ META-INF - ${groupId}.${artifactId};singleton:=true + ${project.groupId}.${project.artifactId};singleton:=true plugin true Modified: directory/studio/trunk/features/apacheds.feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/apacheds.feature/pom.xml?rev=1058899&r1=1058898&r2=1058899&view=diff ============================================================================== --- directory/studio/trunk/features/apacheds.feature/pom.xml (original) +++ directory/studio/trunk/features/apacheds.feature/pom.xml Fri Jan 14 08:52:46 2011 @@ -96,7 +96,7 @@ META-INF - ${groupId}.${artifactId};singleton:=true + ${project.groupId}.${project.artifactId};singleton:=true plugin true ! Modified: directory/studio/trunk/features/ldapbrowser.feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/ldapbrowser.feature/pom.xml?rev=1058899&r1=1058898&r2=1058899&view=diff ============================================================================== --- directory/studio/trunk/features/ldapbrowser.feature/pom.xml (original) +++ directory/studio/trunk/features/ldapbrowser.feature/pom.xml Fri Jan 14 08:52:46 2011 @@ -96,7 +96,7 @@ META-INF - ${groupId}.${artifactId};singleton:=true + ${project.groupId}.${project.artifactId};singleton:=true plugin true ! Modified: directory/studio/trunk/features/ldifeditor.feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/ldifeditor.feature/pom.xml?rev=1058899&r1=1058898&r2=1058899&view=diff ============================================================================== --- directory/studio/trunk/features/ldifeditor.feature/pom.xml (original) +++ directory/studio/trunk/features/ldifeditor.feature/pom.xml Fri Jan 14 08:52:46 2011 @@ -96,7 +96,7 @@ META-INF - ${groupId}.${artifactId};singleton:=true + ${project.groupId}.${project.artifactId};singleton:=true plugin true ! Modified: directory/studio/trunk/features/rcp.feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/rcp.feature/pom.xml?rev=1058899&r1=1058898&r2=1058899&view=diff ============================================================================== --- directory/studio/trunk/features/rcp.feature/pom.xml (original) +++ directory/studio/trunk/features/rcp.feature/pom.xml Fri Jan 14 08:52:46 2011 @@ -96,7 +96,7 @@ META-INF - ${groupId}.${artifactId};singleton:=true + ${project.groupId}.${project.artifactId};singleton:=true plugin true ! Modified: directory/studio/trunk/features/schemaeditor.feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/schemaeditor.feature/pom.xml?rev=1058899&r1=1058898&r2=1058899&view=diff ============================================================================== --- directory/studio/trunk/features/schemaeditor.feature/pom.xml (original) +++ directory/studio/trunk/features/schemaeditor.feature/pom.xml Fri Jan 14 08:52:46 2011 @@ -96,7 +96,7 @@ META-INF - ${groupId}.${artifactId};singleton:=true + ${project.groupId}.${project.artifactId};singleton:=true plugin true ! Modified: directory/studio/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1058899&r1=1058898&r2=1058899&view=diff ============================================================================== --- directory/studio/trunk/pom.xml (original) +++ directory/studio/trunk/pom.xml Fri Jan 14 08:52:46 2011 @@ -1482,18 +1482,6 @@ ${org.antlr.version} - docbook - docbook-xml - zip - 4.5 - - - docbook - docbook-xsl - zip - 1.71.1 - - dom4j dom4j ${org.dom4j.version}