Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 59957 invoked from network); 1 Oct 2010 13:47:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 13:47:51 -0000 Received: (qmail 2701 invoked by uid 500); 1 Oct 2010 13:47:50 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 2635 invoked by uid 500); 1 Oct 2010 13:47:49 -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 2628 invoked by uid 99); 1 Oct 2010 13:47:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 13:47:48 +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, 01 Oct 2010 13:47:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6147023889EB; Fri, 1 Oct 2010 13:47:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003539 - in /directory/apacheds/trunk/installers-maven-plugin: pom.xml src/main/resources/org/apache/directory/server/installers/ Date: Fri, 01 Oct 2010 13:47:27 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101001134727.6147023889EB@eris.apache.org> Author: pamarcelot Date: Fri Oct 1 13:47:27 2010 New Revision: 1003539 URL: http://svn.apache.org/viewvc?rev=1003539&view=rev Log: Added the extraction in the 'generate-resources' phase of the 'config.ldif' file in the 'src/main/resources/org/apache/directory/server/installers' folder (the file name was added to svn:ignore). Modified: directory/apacheds/trunk/installers-maven-plugin/pom.xml directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/ (props changed) Modified: directory/apacheds/trunk/installers-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/pom.xml?rev=1003539&r1=1003538&r2=1003539&view=diff ============================================================================== --- directory/apacheds/trunk/installers-maven-plugin/pom.xml (original) +++ directory/apacheds/trunk/installers-maven-plugin/pom.xml Fri Oct 1 13:47:27 2010 @@ -66,6 +66,35 @@ + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-config-file + generate-resources + + unpack + + + + + ${project.groupId} + server-config + ${project.version} + + + config.ldif + src/main/resources/org/apache/directory/server/installers + + + + + + + Propchange: directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Fri Oct 1 13:47:27 2010 @@ -0,0 +1 @@ +config.ldif