ada.project/src/org/netbeans/modules/ada/project/resources/Bundle.properties
author Andrea Lucarelli <raster@netbeans.org>
Sun, 22 Aug 2010 23:37:11 +0200
branchrelease68
changeset 16367 d2820c029d3a
parent 15779 367c7fdb5d23
permissions -rw-r--r--
Add JVM compiler support.
raster@14182
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
raster@14182
     2
#
raster@14182
     3
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
raster@14182
     4
#
raster@14182
     5
# The contents of this file are subject to the terms of either the GNU
raster@14182
     6
# General Public License Version 2 only ("GPL") or the Common
raster@14182
     7
# Development and Distribution License("CDDL") (collectively, the
raster@14182
     8
# "License"). You may not use this file except in compliance with the
raster@14182
     9
# License. You can obtain a copy of the License at
raster@14182
    10
# http://www.netbeans.org/cddl-gplv2.html
raster@14182
    11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
raster@14182
    12
# specific language governing permissions and limitations under the
raster@14182
    13
# License.  When distributing the software, include this License Header
raster@14182
    14
# Notice in each file and include the License file at
raster@14182
    15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
raster@14182
    16
# particular file as subject to the "Classpath" exception as provided
raster@14182
    17
# by Sun in the GPL Version 2 section of the License file that
raster@14182
    18
# accompanied this code. If applicable, add the following below the
raster@14182
    19
# License Header, with the fields enclosed by brackets [] replaced by
raster@14182
    20
# your own identifying information:
raster@14182
    21
# "Portions Copyrighted [year] [name of copyright owner]"
raster@14182
    22
#
raster@14182
    23
# If you wish your version of this file to be governed by only the CDDL
raster@14182
    24
# or only the GPL Version 2, indicate your decision by adding
raster@14182
    25
# "[Contributor] elects to include this software in this distribution
raster@14182
    26
# under the [CDDL or GPL Version 2] license." If you do not indicate a
raster@14182
    27
# single choice of license, a recipient has the option to distribute
raster@14182
    28
# your version of this file under either the CDDL, the GPL Version 2 or
raster@14182
    29
# to extend the choice of license to its licensees as provided above.
raster@14182
    30
# However, if you add GPL Version 2 code and therefore, elected the GPL
raster@14182
    31
# Version 2 license, then the option applies only if the new code is
raster@14182
    32
# made subject to such option by the copyright holder.
raster@14182
    33
#
raster@14182
    34
# Contributor(s):
raster@14182
    35
#
raster@14182
    36
# Portions Copyrighted 2008 Sun Microsystems, Inc.
raster@14182
    37
raster@16367
    38
Templates/Ada/NewMain=Ada Application Main
raster@16367
    39
Templates/Ada/NewPackageSpec=Ada Specification Package
raster@16367
    40
Templates/Ada/NewPackageBody=Ada Body Package
raster@14182
    41
raster@14182
    42
Templates/Project/Ada/AdaProject.xml=Ada Application
raster@14352
    43
Templates/Project/Ada/ExistingAdaProject.xml=Ada Application with Existing Sources