ada.help/javahelp/org/netbeans/modules/ada/help/docs/customize-project-sources-naming.html
author Andrea Lucarelli <raster@netbeans.org>
Sun, 22 Aug 2010 23:37:11 +0200
branchrelease68
changeset 16367 d2820c029d3a
permissions -rw-r--r--
Add JVM compiler support.
raster@16367
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
raster@16367
     2
<!--
raster@16367
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
raster@16367
     4
raster@16367
     5
Copyright 2008 Sun Microsystems, Inc. All rights reserved.
raster@16367
     6
raster@16367
     7
The contents of this file are subject to the terms of either the GNU
raster@16367
     8
General Public License Version 2 only ("GPL") or the Common
raster@16367
     9
Development and Distribution License("CDDL") (collectively, the
raster@16367
    10
"License"). You may not use this file except in compliance with the
raster@16367
    11
License. You can obtain a copy of the License at
raster@16367
    12
http://www.netbeans.org/cddl-gplv2.html
raster@16367
    13
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
raster@16367
    14
specific language governing permissions and limitations under the
raster@16367
    15
License.  When distributing the software, include this License Header
raster@16367
    16
Notice in each file and include the License file at
raster@16367
    17
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
raster@16367
    18
particular file as subject to the "Classpath" exception as provided
raster@16367
    19
by Sun in the GPL Version 2 section of the License file that
raster@16367
    20
accompanied this code. If applicable, add the following below the
raster@16367
    21
License Header, with the fields enclosed by brackets [] replaced by
raster@16367
    22
your own identifying information:
raster@16367
    23
"Portions Copyrighted [year] [name of copyright owner]"
raster@16367
    24
raster@16367
    25
If you wish your version of this file to be governed by only the CDDL
raster@16367
    26
or only the GPL Version 2, indicate your decision by adding
raster@16367
    27
"[Contributor] elects to include this software in this distribution
raster@16367
    28
under the [CDDL or GPL Version 2] license." If you do not indicate a
raster@16367
    29
single choice of license, a recipient has the option to distribute
raster@16367
    30
your version of this file under either the CDDL, the GPL Version 2 or
raster@16367
    31
to extend the choice of license to its licensees as provided above.
raster@16367
    32
However, if you add GPL Version 2 code and therefore, elected the GPL
raster@16367
    33
Version 2 license, then the option applies only if the new code is
raster@16367
    34
made subject to such option by the copyright holder.
raster@16367
    35
raster@16367
    36
Contributor(s):
raster@16367
    37
raster@16367
    38
Portions Copyrighted 2008 Sun Microsystems, Inc.
raster@16367
    39
-->
raster@16367
    40
<html>
raster@16367
    41
  <head>
raster@16367
    42
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
raster@16367
    43
    <link rel="stylesheet" href=
raster@16367
    44
    "nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type=
raster@16367
    45
    "text/css">
raster@16367
    46
    <meta content="Helen" name="generator">
raster@16367
    47
<style type="text/css">
raster@16367
    48
<!--
raster@16367
    49
.comment {
raster@16367
    50
  color: blue;
raster@16367
    51
}
raster@16367
    52
.change-bar {
raster@16367
    53
  border-color: black;
raster@16367
    54
  border-left-style: solid;
raster@16367
    55
  border-left: thin;
raster@16367
    56
  padding-left: 6px;
raster@16367
    57
}
raster@16367
    58
.deleted {
raster@16367
    59
  text-decoration: line-through;
raster@16367
    60
}
raster@16367
    61
.style1 {
raster@16367
    62
	color: #FF0000;
raster@16367
    63
	font-weight: bold;
raster@16367
    64
}
raster@16367
    65
-->
raster@16367
    66
</style>
raster@16367
    67
    <title>Customizing the Ada Project Settings: Sources Standards and Naming</title>
raster@16367
    68
  </head>
raster@16367
    69
  <body>
raster@16367
    70
    <h2>
raster@16367
    71
       Customizing the Ada Project Settings: Sources Standards and Naming</h2>
raster@16367
    72
<p>
raster@16367
    73
       <small><a href="#seealso">See Also</a></small></p>
raster@16367
    74
    <p>The Build panel of the Project Properties dialog box lets you lets you set the Standards and Naming for your projects:</p>
raster@16367
    75
    <p>Standards:</p>
raster@16367
    76
    <ul>
raster@16367
    77
      <li><b>Ada Dialects.</b> Specifies the Ada dialects used for your project <span class="style1">(ONLY ADA95 IS IMPLEMENTED)</span>.</li>
raster@16367
    78
      <li><b>Ada restrictions.</b> Specifies the Ada restrictions used for your project <span class="style1">(THIS FEATURE IS NOT IMPLEMENTED)</span>.</li>
raster@16367
    79
    </ul>
raster@16367
    80
    <p>File Naming:</p>
raster@16367
    81
    <ul>
raster@16367
    82
      <li><b>Package specification.</b> Specifies the rules for file naming for package specification.</li>
raster@16367
    83
      <li><b>Package body.</b> Specifies the rules for file naming for package body.</li>
raster@16367
    84
      <li><b>Separate.</b> Specifies the rules for file naming for separates.</li>
raster@16367
    85
    </ul>
raster@16367
    86
<dl>
raster@16367
    87
      <dt>
raster@16367
    88
         <a name="seealso">See Also</a>      </dt>
raster@16367
    89
      <dd>&nbsp;</dd>
raster@16367
    90
      <dd><a href="new-ada-application.html" title="">New Ada Application</a></dd>
raster@16367
    91
      <dd><a href="new-from-existing-ada-sources.html" title="">New Ada Application with Existing Sources</a></dd>
raster@16367
    92
      <dd><a href="customize-project-sources-folders.html" title="">Customizing the Project Settings: Sources Folders</a></dd>
raster@16367
    93
      <dd><a href="customize-project-libraries.html" title="">Customizing the Project Settings: Libraries</a></dd>
raster@16367
    94
      <dd><a href="customize-project-build.html" title="">Customizing the Project Settings: Build</a></dd>
raster@16367
    95
      <dd><a href="customize-project-run.html" title="">Customizing the Project Settings: Run</a></dd>
raster@16367
    96
      <dt></dt>
raster@16367
    97
      <dt>&nbsp;</dt>
raster@16367
    98
</dl>
raster@16367
    99
<hr>
raster@16367
   100
    <p>
raster@16367
   101
       <small><a href="credits.html">Legal Notices</a></small>
raster@16367
   102
    </p>
raster@16367
   103
    <table border="0" cellpadding="150">
raster@16367
   104
      <tr>
raster@16367
   105
        <td>&nbsp;
raster@16367
   106
          
raster@16367
   107
        </td>
raster@16367
   108
      </tr>
raster@16367
   109
      <tr>
raster@16367
   110
        <td>&nbsp;
raster@16367
   111
          
raster@16367
   112
        </td>
raster@16367
   113
      </tr>
raster@16367
   114
      <tr>
raster@16367
   115
        <td>&nbsp;
raster@16367
   116
          
raster@16367
   117
        </td>
raster@16367
   118
      </tr>
raster@16367
   119
    </table>
raster@16367
   120
  </body>
raster@16367
   121
</html>