Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 15874 invoked from network); 9 Aug 2010 10:58:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 10:58:18 -0000 Received: (qmail 48565 invoked by uid 500); 9 Aug 2010 10:58:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 48486 invoked by uid 500); 9 Aug 2010 10:58:17 -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 48474 invoked by uid 99); 9 Aug 2010 10:58:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 10:58:16 +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; Mon, 09 Aug 2010 10:58:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E5CA123889E5; Mon, 9 Aug 2010 10:56:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r983581 - in /directory/studio/trunk: org.apache.commons.lang/ org.apache.commons.lang/pom.xml org.apache.commons.logging/ org.apache.commons.logging/pom.xml pom.xml Date: Mon, 09 Aug 2010 10:56:54 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100809105654.E5CA123889E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Mon Aug 9 10:56:54 2010 New Revision: 983581 URL: http://svn.apache.org/viewvc?rev=983581&view=rev Log: Added plugins for 'org.apache.commons.lang' and 'org.apache.commons.logging'. Added: directory/studio/trunk/org.apache.commons.lang/ directory/studio/trunk/org.apache.commons.lang/pom.xml directory/studio/trunk/org.apache.commons.logging/ directory/studio/trunk/org.apache.commons.logging/pom.xml Modified: directory/studio/trunk/pom.xml Added: directory/studio/trunk/org.apache.commons.lang/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.commons.lang/pom.xml?rev=983581&view=auto ============================================================================== --- directory/studio/trunk/org.apache.commons.lang/pom.xml (added) +++ directory/studio/trunk/org.apache.commons.lang/pom.xml Mon Aug 9 10:56:54 2010 @@ -0,0 +1,123 @@ + + + + + 4.0.0 + + org.apache.directory.studio + parent + 2.0.0-SNAPSHOT + + + org.apache.commons.lang + ${org.apache.commons.lang.version} + + Apache Commons Lang (for Apache Directory Studio) + jar + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + + + org.apache.directory.studio + studio-maven-plugin + + true + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + false + + + + + + org.apache.felix + maven-bundle-plugin + true + + META-INF + + ${artifactId};singleton:=true + plugin + * + ! + ! + + + + + generate-manifest + process-classes + + manifest + + + + + + + + maven-dependency-plugin + + + unpack-apache-directory-studio-plugin + generate-resources + + unpack + + + true + src/main/resources + + + commons-lang + commons-lang + META-INF/** + + + + + + + + + maven-surefire-plugin + + true + + + + + + Added: directory/studio/trunk/org.apache.commons.logging/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.commons.logging/pom.xml?rev=983581&view=auto ============================================================================== --- directory/studio/trunk/org.apache.commons.logging/pom.xml (added) +++ directory/studio/trunk/org.apache.commons.logging/pom.xml Mon Aug 9 10:56:54 2010 @@ -0,0 +1,123 @@ + + + + + 4.0.0 + + org.apache.directory.studio + parent + 2.0.0-SNAPSHOT + + + org.apache.commons.logging + ${org.apache.commons.logging.version} + + Apache Commons Logging (for Apache Directory Studio) + jar + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + + + org.apache.directory.studio + studio-maven-plugin + + true + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + false + + + + + + org.apache.felix + maven-bundle-plugin + true + + META-INF + + ${artifactId};singleton:=true + plugin + * + ! + ! + + + + + generate-manifest + process-classes + + manifest + + + + + + + + maven-dependency-plugin + + + unpack-apache-directory-studio-plugin + generate-resources + + unpack + + + true + src/main/resources + + + commons-logging + commons-logging + META-INF/** + + + + + + + + + maven-surefire-plugin + + true + + + + + + Modified: directory/studio/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=983581&r1=983580&r2=983581&view=diff ============================================================================== --- directory/studio/trunk/pom.xml (original) +++ directory/studio/trunk/pom.xml Mon Aug 9 10:56:54 2010 @@ -70,6 +70,8 @@ 1.3 3.2 1.3.1 + 2.3 + 1.1.1 0.9.17 2.0.0-M6 1.0.1 @@ -83,6 +85,8 @@ org.apache.commons.codec org.apache.commons.collections org.apache.commons.io + org.apache.commons.lang + org.apache.commons.logging aciitemeditor apacheds apacheds-launcher @@ -1121,12 +1125,17 @@ commons-io commons-io - ${org.apache.commons.codec.version} + ${org.apache.commons.io.version} commons-lang commons-lang - 2.3 + ${org.apache.commons.lang.version} + + + commons-logging + commons-logging + ${org.apache.commons.logging.version} commons-codec