Author: tv Date: Sat May 5 00:03:22 2007 New Revision: 535467 URL: http://svn.apache.org/viewvc?view=rev&rev=535467 Log: Switch compiler to 1.3 mode to make JCoverage happy.
Modified: jakarta/turbine/fulcrum/trunk/yaafi/project.properties Modified: jakarta/turbine/fulcrum/trunk/yaafi/project.properties URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/yaafi/project.properties?view=diff&rev=535467&r1=535466&r2=535467 ============================================================================== --- jakarta/turbine/fulcrum/trunk/yaafi/project.properties (original) +++ jakarta/turbine/fulcrum/trunk/yaafi/project.properties Sat May 5 00:03:22 2007 @@ -1,9 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -##################################################################### +# #################################################################### # Site Plugin -##################################################################### +# #################################################################### maven.xdoc.date=left + +# +# Compilation options +maven.compile.source = 1.3 +maven.compile.target = 1.3 +maven.compile.debug = on +maven.compile.optimize = off +maven.compile.deprecation = off + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]