compapp.projects.base/src/org/netbeans/modules/compapp/projects/base/Bundle.properties
author Rudolf Balada <rbalada@netbeans.org>
Mon, 23 Jun 2008 17:15:13 +0200
changeset 4311 d5f6df7ecebb
parent 4309 9f1a200dd09f
permissions -rw-r--r--
Added PatchesInfo reference into English bundle.properties files (fixed the original changeset 3ef588ff73ea)
rbalada@384
     1
#
yaroslavskiy@1462
     2
# The contents of this file are subject to the terms of the Common Development
yaroslavskiy@1462
     3
# and Distribution License (the License). You may not use this file except in
yaroslavskiy@1462
     4
# compliance with the License.
yaroslavskiy@1462
     5
# 
yaroslavskiy@1462
     6
# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
yaroslavskiy@1462
     7
# or http://www.netbeans.org/cddl.txt.
yaroslavskiy@1462
     8
# 
yaroslavskiy@1462
     9
# When distributing Covered Code, include this CDDL Header Notice in each file
yaroslavskiy@1462
    10
# and include the License file at http://www.netbeans.org/cddl.txt.
yaroslavskiy@1462
    11
# If applicable, add the following below the CDDL Header, with the fields
yaroslavskiy@1462
    12
# enclosed by brackets [] replaced by your own identifying information:
rbalada@384
    13
# "Portions Copyrighted [year] [name of copyright owner]"
yaroslavskiy@1462
    14
# 
rbalada@384
    15
# The Original Software is NetBeans. The Initial Developer of the Original
rbalada@384
    16
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
rbalada@384
    17
# Microsystems, Inc. All Rights Reserved.
rbalada@384
    18
rbalada@384
    19
# manifest
rbalada@384
    20
OpenIDE-Module-Name=Composite Application Project
yaroslavskiy@455
    21
OpenIDE-Module-Display-Category=SOA
rbalada@384
    22
OpenIDE-Module-Short-Description=Composite Application Project.
rbalada@4311
    23
OpenIDE-Module-Long-Description=For the list of included fixed bugs please check <A HREF="http://wiki.netbeans.org/NetBeans6.1PatchesInfo">http://wiki.netbeans.org/NetBeans6.1PatchesInfo</A> <BR> <BR> \
rbalada@4311
    24
Composite Application Project.
rbalada@384
    25
rbalada@384
    26
# layer
rbalada@384
    27
Templates/CAPS=CAPS
rbalada@384
    28
Templates/Project/CAPS=CAPS
rbalada@384
    29
Templates/Project/CAPS/emptyIcanpro.xml=ICAN Base Project Application
rbalada@384
    30
Templates/Project/CAPS/importEjbJar.xml=Enterprise JavaBeans Module with Existing Sources
rbalada@384
    31
rbalada@384
    32
# PackageDisplayUtils
rbalada@384
    33
LBL_DefaultPackage=<default package>
rbalada@384
    34
# {0} - full package name
rbalada@384
    35
LBL_package= Java Source Package ({0})
rbalada@384
    36
# {0} - full package name
rbalada@384
    37
LBL_public_package=Exported Java Source Package ({0})
rbalada@384
    38
# {0} - full package name
rbalada@384
    39
LBL_private_package=Private Java Source Package ({0})