testng.maven/src/org/netbeans/modules/contrib/testng/maven/Bundle.properties
author Lukas Jungmann <jungi@netbeans.org>
Fri, 06 May 2011 07:39:01 +0200
changeset 17424 6d48c76346dd
parent 14379 bd62b7a3867f
child 17425 b1e0c5c7b1e2
permissions -rw-r--r--
provide module short description
jungi@14265
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jungi@14265
     2
#
jungi@14265
     3
# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
jungi@14265
     4
#
jungi@14265
     5
# The contents of this file are subject to the terms of either the GNU
jungi@14265
     6
# General Public License Version 2 only ("GPL") or the Common
jungi@14265
     7
# Development and Distribution License("CDDL") (collectively, the
jungi@14265
     8
# "License"). You may not use this file except in compliance with the
jungi@14265
     9
# License. You can obtain a copy of the License at
jungi@14265
    10
# http://www.netbeans.org/cddl-gplv2.html
jungi@14265
    11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jungi@14265
    12
# specific language governing permissions and limitations under the
jungi@14265
    13
# License.  When distributing the software, include this License Header
jungi@14265
    14
# Notice in each file and include the License file at
jungi@14265
    15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
jungi@14265
    16
# particular file as subject to the "Classpath" exception as provided
jungi@14265
    17
# by Sun in the GPL Version 2 section of the License file that
jungi@14265
    18
# accompanied this code. If applicable, add the following below the
jungi@14265
    19
# License Header, with the fields enclosed by brackets [] replaced by
jungi@14265
    20
# your own identifying information:
jungi@14265
    21
# "Portions Copyrighted [year] [name of copyright owner]"
jungi@14265
    22
#
jungi@14265
    23
# Contributor(s):
jungi@14265
    24
#
jungi@14265
    25
# The Original Software is NetBeans. The Initial Developer of the Original
jungi@14265
    26
# Software is Sun Microsystems, Inc. Portions Copyright 2006-2008 Sun
jungi@14265
    27
# Microsystems, Inc. All Rights Reserved.
jungi@14265
    28
#
jungi@14265
    29
# If you wish your version of this file to be governed by only the CDDL
jungi@14265
    30
# or only the GPL Version 2, indicate your decision by adding
jungi@14265
    31
# "[Contributor] elects to include this software in this distribution
jungi@14265
    32
# under the [CDDL or GPL Version 2] license." If you do not indicate a
jungi@14265
    33
# single choice of license, a recipient has the option to distribute
jungi@14265
    34
# your version of this file under either the CDDL, the GPL Version 2 or
jungi@14265
    35
# to extend the choice of license to its licensees as provided above.
jungi@14265
    36
# However, if you add GPL Version 2 code and therefore, elected the GPL
jungi@14265
    37
# Version 2 license, then the option applies only if the new code is
jungi@14265
    38
# made subject to such option by the copyright holder.
jungi@14265
    39
jungi@17424
    40
OpenIDE-Module-Display-Category=Testing Tools
jungi@14262
    41
OpenIDE-Module-Name=Maven TestNG Support
jungi@17424
    42
OpenIDE-Module-Long-Description=\
jungi@17424
    43
    Integrates TestNG actions into Maven projects.
jungi@17424
    44
OpenIDE-Module-Short-Description=Support for TestNG framework in Maven projects