modules should be regular
authorLukas Jungmann <jungi@netbeans.org>
Fri, 06 May 2011 07:20:02 +0200
changeset 1742217fa11f2f9af
parent 17418 d2527efe044e
child 17423 ce29a41fb761
modules should be regular
testng.ant/nbproject/project.properties
testng.maven/nbproject/project.properties
     1.1 --- a/testng.ant/nbproject/project.properties	Thu May 05 18:48:48 2011 +0200
     1.2 +++ b/testng.ant/nbproject/project.properties	Fri May 06 07:20:02 2011 +0200
     1.3 @@ -1,4 +1,3 @@
     1.4 -is.eager=true
     1.5  javac.source=1.6
     1.6  javac.compilerargs=-Xlint -Xlint:-serial
     1.7  nbm.homepage=http://wiki.netbeans.org/TestNG
     2.1 --- a/testng.maven/nbproject/project.properties	Thu May 05 18:48:48 2011 +0200
     2.2 +++ b/testng.maven/nbproject/project.properties	Fri May 06 07:20:02 2011 +0200
     2.3 @@ -1,42 +1,3 @@
     2.4 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.5 -#
     2.6 -# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
     2.7 -#
     2.8 -# The contents of this file are subject to the terms of either the GNU
     2.9 -# General Public License Version 2 only ("GPL") or the Common
    2.10 -# Development and Distribution License("CDDL") (collectively, the
    2.11 -# "License"). You may not use this file except in compliance with the
    2.12 -# License. You can obtain a copy of the License at
    2.13 -# http://www.netbeans.org/cddl-gplv2.html
    2.14 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.15 -# specific language governing permissions and limitations under the
    2.16 -# License.  When distributing the software, include this License Header
    2.17 -# Notice in each file and include the License file at
    2.18 -# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    2.19 -# particular file as subject to the "Classpath" exception as provided
    2.20 -# by Sun in the GPL Version 2 section of the License file that
    2.21 -# accompanied this code. If applicable, add the following below the
    2.22 -# License Header, with the fields enclosed by brackets [] replaced by
    2.23 -# your own identifying information:
    2.24 -# "Portions Copyrighted [year] [name of copyright owner]"
    2.25 -#
    2.26 -# Contributor(s):
    2.27 -#
    2.28 -# The Original Software is NetBeans. The Initial Developer of the Original
    2.29 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
    2.30 -# Microsystems, Inc. All Rights Reserved.
    2.31 -#
    2.32 -# If you wish your version of this file to be governed by only the CDDL
    2.33 -# or only the GPL Version 2, indicate your decision by adding
    2.34 -# "[Contributor] elects to include this software in this distribution
    2.35 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.36 -# single choice of license, a recipient has the option to distribute
    2.37 -# your version of this file under either the CDDL, the GPL Version 2 or
    2.38 -# to extend the choice of license to its licensees as provided above.
    2.39 -# However, if you add GPL Version 2 code and therefore, elected the GPL
    2.40 -# Version 2 license, then the option applies only if the new code is
    2.41 -# made subject to such option by the copyright holder.
    2.42 -is.eager=true
    2.43  javac.source=1.5
    2.44  javac.compilerargs=-Xlint -Xlint:-serial
    2.45  nbm.homepage=http://wiki.netbeans.org/TestNG