Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 97016 invoked from network); 13 Oct 2010 15:25:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 15:25:01 -0000 Received: (qmail 73474 invoked by uid 500); 13 Oct 2010 15:25:01 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 73419 invoked by uid 500); 13 Oct 2010 15:25:01 -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 73412 invoked by uid 99); 13 Oct 2010 15:25:01 -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 15:25:01 +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 15:25:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 295642388993; Wed, 13 Oct 2010 15:24:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1022138 - in /directory/studio/branches/studio-connection-refactoring: libraries/org.apache.directory.shared.ldapschema/ libraries/org.apache.directory.shared.ldapschema/pom.xml pom.xml Date: Wed, 13 Oct 2010 15:24:03 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101013152404.295642388993@eris.apache.org> Author: pamarcelot Date: Wed Oct 13 15:24:01 2010 New Revision: 1022138 URL: http://svn.apache.org/viewvc?rev=1022138&view=rev Log: Added 'org.apache.directory.shared.ldapschema' library plugin. Added: directory/studio/branches/studio-connection-refactoring/libraries/org.apache.directory.shared.ldapschema/ directory/studio/branches/studio-connection-refactoring/libraries/org.apache.directory.shared.ldapschema/pom.xml Modified: directory/studio/branches/studio-connection-refactoring/pom.xml Added: directory/studio/branches/studio-connection-refactoring/libraries/org.apache.directory.shared.ldapschema/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-connection-refactoring/libraries/org.apache.directory.shared.ldapschema/pom.xml?rev=1022138&view=auto ============================================================================== --- directory/studio/branches/studio-connection-refactoring/libraries/org.apache.directory.shared.ldapschema/pom.xml (added) +++ directory/studio/branches/studio-connection-refactoring/libraries/org.apache.directory.shared.ldapschema/pom.xml Wed Oct 13 15:24:01 2010 @@ -0,0 +1,145 @@ + + + + + 4.0.0 + + org.apache.directory.studio + parent-libraries + 2.0.0-SNAPSHOT + + + org.apache.directory.shared.ldapschema + ${org.apache.directory.shared.version} + + Apache Directory Shared LDAP Schema (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} + org.antlr.antlr;bundle-version="${org.antlr.version}", + org.apache.commons.collections;bundle-version="${org.apache.commons.collections.version}", + org.apache.commons.lang;bundle-version="${org.apache.commons.lang.version}", + org.apache.directory.shared.i18n;bundle-version="${org.apache.directory.shared.validversion}", + org.apache.directory.shared.ldap;bundle-version="${org.apache.directory.shared.validversion}", + org.apache.logging.log4j;bundle-version="${org.apache.logging.log4j.version}", + org.slf4j.api;bundle-version="${org.slf4j.version}", + org.slf4j.log4j12;bundle-version="${org.slf4j.version}" + *;scope=compile|runtime + lib + true + org.apache.directory.shared.ldap.schema.* + ! + + + + + generate-manifest + process-classes + + manifest + + + + + + + maven-surefire-plugin + + true + + + + + + + + org.apache.directory.shared + shared-ldap-schema + + + org.apache.directory.shared + shared-i18n + + + org.apache.directory.shared + shared-ldap + + + org.slf4j + slf4j-api + + + + + + Modified: directory/studio/branches/studio-connection-refactoring/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-connection-refactoring/pom.xml?rev=1022138&r1=1022137&r2=1022138&view=diff ============================================================================== --- directory/studio/branches/studio-connection-refactoring/pom.xml (original) +++ directory/studio/branches/studio-connection-refactoring/pom.xml Wed Oct 13 15:24:01 2010 @@ -1136,6 +1136,11 @@ org.apache.directory.shared + shared-dsml-parser + ${org.apache.directory.shared.version} + + + org.apache.directory.shared shared-i18n ${org.apache.directory.shared.version} @@ -1146,7 +1151,7 @@ org.apache.directory.shared - shared-dsml-parser + shared-ldap-schema ${org.apache.directory.shared.version}