Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 96255 invoked from network); 13 Jan 2006 04:45:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 04:45:28 -0000 Received: (qmail 52763 invoked by uid 500); 13 Jan 2006 04:45:27 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 52709 invoked by uid 500); 13 Jan 2006 04:45:27 -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 52698 invoked by uid 99); 13 Jan 2006 04:45:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2006 20:45:27 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 12 Jan 2006 20:45:26 -0800 Received: (qmail 96137 invoked by uid 65534); 13 Jan 2006 04:45:06 -0000 Message-ID: <20060113044506.96134.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r368588 - /directory/sandbox/trustin/ldaps/apacheds-build/pom.xml Date: Fri, 13 Jan 2006 04:45:06 -0000 To: commits@directory.apache.org From: trustin@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trustin Date: Thu Jan 12 20:45:03 2006 New Revision: 368588 URL: http://svn.apache.org/viewcvs?rev=368588&view=rev Log: Updated ApacheDS POM so it can run differently depending on JDK version Modified: directory/sandbox/trustin/ldaps/apacheds-build/pom.xml Modified: directory/sandbox/trustin/ldaps/apacheds-build/pom.xml URL: http://svn.apache.org/viewcvs/directory/sandbox/trustin/ldaps/apacheds-build/pom.xml?rev=368588&r1=368587&r2=368588&view=diff ============================================================================== --- directory/sandbox/trustin/ldaps/apacheds-build/pom.xml (original) +++ directory/sandbox/trustin/ldaps/apacheds-build/pom.xml Thu Jan 12 20:45:03 2006 @@ -19,15 +19,70 @@ 0.9.4-SNAPSHOT - - - ../apacheds - ../apacheds-shared - ../apacheds-plugin - ../apacheds-core-unit - ../apacheds-server - ../apacheds-server-ssl - ../apacheds-server-unit - ../apacheds-server-main - + + + + jdk1.5 + + 1.5 + + + ../apacheds + ../apacheds-shared + ../apacheds-plugin + ../apacheds-core-unit + ../apacheds-server + ../apacheds-server-ssl + ../apacheds-server-unit + ../apacheds-server-main + + + + + jdk1.4 + + 1.4 + + + ../apacheds + ../apacheds-shared + ../apacheds-plugin + ../apacheds-core-unit + ../apacheds-server + ../apacheds-server-unit + ../apacheds-server-main + + + + + maven-antrun-plugin + + + validate + + + +==================================================================== + W A R N I N G + ------------- + +Build with 1.4 jvm will not include modules: + + o apacheds-server-ssl + +Use JDK 1.5 to make sure these modules build. +==================================================================== + + + + + run + + + + + + + +