Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 9828 invoked from network); 13 Oct 2010 16:04:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 16:04:29 -0000 Received: (qmail 39388 invoked by uid 500); 13 Oct 2010 16:04:29 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 39355 invoked by uid 500); 13 Oct 2010 16:04:29 -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 39348 invoked by uid 99); 13 Oct 2010 16:04:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 16:04:29 +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; Wed, 13 Oct 2010 16:04:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 443682388A02; Wed, 13 Oct 2010 16:03:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1022160 - in /directory/studio/branches/studio-connection-refactoring: libraries/org.apache.commons.pool/ libraries/org.apache.commons.pool/pom.xml pom.xml Date: Wed, 13 Oct 2010 16:03:31 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101013160332.443682388A02@eris.apache.org> Author: pamarcelot Date: Wed Oct 13 16:03:31 2010 New Revision: 1022160 URL: http://svn.apache.org/viewvc?rev=1022160&view=rev Log: Added 'org.apache.commons.pool' library plugin. Added: directory/studio/branches/studio-connection-refactoring/libraries/org.apache.commons.pool/ directory/studio/branches/studio-connection-refactoring/libraries/org.apache.commons.pool/pom.xml Modified: directory/studio/branches/studio-connection-refactoring/pom.xml Added: directory/studio/branches/studio-connection-refactoring/libraries/org.apache.commons.pool/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-connection-refactoring/libraries/org.apache.commons.pool/pom.xml?rev=1022160&view=auto ============================================================================== --- directory/studio/branches/studio-connection-refactoring/libraries/org.apache.commons.pool/pom.xml (added) +++ directory/studio/branches/studio-connection-refactoring/libraries/org.apache.commons.pool/pom.xml Wed Oct 13 16:03:31 2010 @@ -0,0 +1,123 @@ + + + + + 4.0.0 + + org.apache.directory.studio + parent-libraries + 2.0.0-SNAPSHOT + + + org.apache.commons.pool + ${org.apache.commons.pool.version} + + Apache Commons Pool (for Apache Directory Studio) + jar + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + false + true + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + + org.eclipse.jdt.launching.JRE_CONTAINER + org.eclipse.pde.core.requiredPlugins + + + + + org.apache.directory.studio + studio-maven-plugin + + false + true + + + + + prepare-jar-package + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + false + + + + + + org.apache.felix + maven-bundle-plugin + true + + META-INF + + ${artifactId} + *;scope=compile|runtime + lib + true + !org.apache.commons.lang.enum,* + ! + + + + + generate-manifest + process-classes + + manifest + + + + + + + maven-surefire-plugin + + true + + + + + + + + commons-pool + commons-pool + + + + Modified: directory/studio/branches/studio-connection-refactoring/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-connection-refactoring/pom.xml?rev=1022160&r1=1022159&r2=1022160&view=diff ============================================================================== --- directory/studio/branches/studio-connection-refactoring/pom.xml (original) +++ directory/studio/branches/studio-connection-refactoring/pom.xml Wed Oct 13 16:03:31 2010 @@ -73,6 +73,7 @@ 1.3.1 2.3 1.1.1 + 1.5.4 1.2.14 4.0 0.9.20-SNAPSHOT @@ -1204,6 +1205,16 @@ ${org.dom4j.version} + commons-codec + commons-codec + ${org.apache.commons.codec.version} + + + commons-collections + commons-collections + ${org.apache.commons.collections.version} + + commons-io commons-io ${org.apache.commons.io.version} @@ -1219,14 +1230,9 @@ ${org.apache.commons.logging.version} - commons-codec - commons-codec - ${org.apache.commons.codec.version} - - - commons-collections - commons-collections - ${org.apache.commons.collections.version} + commons-pool + commons-pool + ${org.apache.commons.pool.version} org.apache.httpcomponents