src/ca/java/java-j2seproject/java-j2seproject/org/netbeans/modules/java/j2seproject/ui/resources/emptyProject_ca.html
author Masaki Katakai <masaki@netbeans.org>
Fri, 15 Jul 2011 10:14:03 +0900
branchrelease70
changeset 1662 0412cb49d653
parent 894 b0c4b987c376
permissions -rw-r--r--
weekly community updates
masaki@894
     1
<!--
masaki@894
     2
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
masaki@894
     3
masaki@894
     4
Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
masaki@894
     5
masaki@894
     6
masaki@894
     7
The contents of this file are subject to the terms of either the GNU
masaki@894
     8
General Public License Version 2 only ("GPL") or the Common
masaki@894
     9
Development and Distribution License("CDDL") (collectively, the
masaki@894
    10
"License"). You may not use this file except in compliance with the
masaki@894
    11
License. You can obtain a copy of the License at
masaki@894
    12
http://www.netbeans.org/cddl-gplv2.html
masaki@894
    13
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
masaki@894
    14
specific language governing permissions and limitations under the
masaki@894
    15
License.  When distributing the software, include this License Header
masaki@894
    16
Notice in each file and include the License file at
masaki@894
    17
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
masaki@894
    18
particular file as subject to the "Classpath" exception as provided
masaki@894
    19
by Sun in the GPL Version 2 section of the License file that
masaki@894
    20
accompanied this code. If applicable, add the following below the
masaki@894
    21
License Header, with the fields enclosed by brackets [] replaced by
masaki@894
    22
your own identifying information:
masaki@894
    23
"Portions Copyrighted [year] [name of copyright owner]"
masaki@894
    24
masaki@894
    25
Contributor(s):
masaki@894
    26
masaki@894
    27
The Original Software is NetBeans. The Initial Developer of the Original
masaki@894
    28
Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
masaki@894
    29
Microsystems, Inc. All Rights Reserved.
masaki@894
    30
masaki@894
    31
If you wish your version of this file to be governed by only the CDDL
masaki@894
    32
or only the GPL Version 2, indicate your decision by adding
masaki@894
    33
"[Contributor] elects to include this software in this distribution
masaki@894
    34
under the [CDDL or GPL Version 2] license." If you do not indicate a
masaki@894
    35
single choice of license, a recipient has the option to distribute
masaki@894
    36
your version of this file under either the CDDL, the GPL Version 2 or
masaki@894
    37
to extend the choice of license to its licensees as provided above.
masaki@894
    38
However, if you add GPL Version 2 code and therefore, elected the GPL
masaki@894
    39
Version 2 license, then the option applies only if the new code is
masaki@894
    40
made subject to such option by the copyright holder.
masaki@894
    41
-->
masaki@894
    42
masaki@894
    43
<html>
masaki@894
    44
<head>
masaki@894
    45
	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
masaki@894
    46
</head>
masaki@894
    47
  <BODY>
masaki@1662
    48
    <b>Crea una nova aplicaci&oacute; Java SE</b> en un projecte est&agrave;ndard de l'IDE. Tamb&eacute; podeu generar una classe principal al projecte. Els projectes est&agrave;ndards utilitzen <b>un script de construcci&oacute; ANT generat per l'IDE</b> per a construir, executar i depurar el vostre projecte.
masaki@894
    49
  </BODY>
masaki@894
    50
</HTML>