Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 96236 invoked from network); 7 Dec 2004 17:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 17:28:30 -0000 Received: (qmail 78296 invoked by uid 500); 7 Dec 2004 17:27:54 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 78222 invoked by uid 500); 7 Dec 2004 17:27:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 78188 invoked by uid 500); 7 Dec 2004 17:27:51 -0000 Received: (qmail 78055 invoked by uid 99); 7 Dec 2004 17:27:49 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 07 Dec 2004 09:27:48 -0800 Received: (qmail 95945 invoked by uid 1283); 7 Dec 2004 17:27:44 -0000 Date: 7 Dec 2004 17:27:44 -0000 Message-ID: <20041207172744.95944.qmail@minotaur.apache.org> From: brekke@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/net project.properties X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N brekke 2004/12/07 09:27:44 Modified: net project.properties Log: Updated the compiler target for the new version of maven (1.0.2). The maven java plugin ( using the ant task ) defaults to the version of the compiler used. I think we want 1.2 compatibility yet, so we need to force it. I didn't regen the build.xml since I noticed there were hand modifications to it. We should probably not do that and work with the maven ant plugin to get the features in there that aren't being generated. ( Looks like it is the javadoc settings and the excludes for the examples ). Revision Changes Path 1.8 +2 -1 jakarta-commons/net/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-commons/net/project.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.properties 29 Mar 2004 03:14:38 -0000 1.7 +++ project.properties 7 Dec 2004 17:27:44 -0000 1.8 @@ -15,7 +15,8 @@ maven.checkstyle.javadoc.scope = protected maven.checkstyle.format = turbine -maven.jar.excludes=**/examples/**/* +maven.jar.excludes=**/examples/** +maven.compile.target=1.2 # commons site L&F maven.xdoc.jsl=../commons-build/commons-site.jsl --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org