Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 72420 invoked from network); 24 Sep 2008 10:12:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 10:12:20 -0000 Received: (qmail 6845 invoked by uid 500); 24 Sep 2008 10:12:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 6776 invoked by uid 500); 24 Sep 2008 10:12:18 -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 6767 invoked by uid 99); 24 Sep 2008 10:12:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 03:12:18 -0700 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, 24 Sep 2008 10:11:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 938B8238899F; Wed, 24 Sep 2008 03:11:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r698505 - in /directory/studio/trunk/connection-core: META-INF/MANIFEST.MF pom.xml Date: Wed, 24 Sep 2008 10:11:29 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080924101129.938B8238899F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Wed Sep 24 03:11:29 2008 New Revision: 698505 URL: http://svn.apache.org/viewvc?rev=698505&view=rev Log: Removed Manifest from SVN. Added generation of the Manifest in the pom.xml. Removed: directory/studio/trunk/connection-core/META-INF/MANIFEST.MF Modified: directory/studio/trunk/connection-core/pom.xml Modified: directory/studio/trunk/connection-core/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/connection-core/pom.xml?rev=698505&r1=698504&r2=698505&view=diff ============================================================================== --- directory/studio/trunk/connection-core/pom.xml (original) +++ directory/studio/trunk/connection-core/pom.xml Wed Sep 24 03:11:29 2008 @@ -88,6 +88,37 @@ + + + org.apache.felix + maven-bundle-plugin + true + + META-INF + + ${groupId}.${artifactId};singleton:=true + plugin + true + org.apache.directory.studio.connection.core.ConnectionCorePlugin + org.eclipse.core.runtime, + org.apache.directory.studio.jars, + org.apache.directory.studio.ldifparser + + org.apache.directory.studio.connection.core.* + ! + ! + + + + + generate-manifest + process-classes + + manifest + + + + org.apache.maven.plugins