Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 68516 invoked from network); 11 Nov 2005 20:41:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Nov 2005 20:41:47 -0000 Received: (qmail 71138 invoked by uid 500); 11 Nov 2005 20:41:47 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 71127 invoked by uid 99); 11 Nov 2005 20:41:46 -0000 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; Fri, 11 Nov 2005 12:41:46 -0800 Received: (qmail 68469 invoked by uid 65534); 11 Nov 2005 20:41:26 -0000 Message-ID: <20051111204126.68468.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r332644 - /incubator/jdo/trunk/api11/project.properties Date: Fri, 11 Nov 2005 20:41:26 -0000 To: jdo-commits@db.apache.org From: mzaun@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: mzaun Date: Fri Nov 11 12:41:23 2005 New Revision: 332644 URL: http://svn.apache.org/viewcvs?rev=332644&view=rev Log: added properties file for local source/target=1.3 flags Added: incubator/jdo/trunk/api11/project.properties Added: incubator/jdo/trunk/api11/project.properties URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/project.properties?rev=332644&view=auto ============================================================================== --- incubator/jdo/trunk/api11/project.properties (added) +++ incubator/jdo/trunk/api11/project.properties Fri Nov 11 12:41:23 2005 @@ -0,0 +1,19 @@ +# +# Copyright 2005 The Apache Software Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# Make sure the API classes support J2SE 1.3 applications +maven.compile.source = 1.3 +maven.compile.target = 1.3