ada.help/javahelp/org/netbeans/modules/ada/help/docs/customize-project-sources-naming.html
branchrelease68
changeset 16367 d2820c029d3a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ada.help/javahelp/org/netbeans/modules/ada/help/docs/customize-project-sources-naming.html	Sun Aug 22 23:37:11 2010 +0200
     1.3 @@ -0,0 +1,121 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
     1.5 +<!--
     1.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.7 +
     1.8 +Copyright 2008 Sun Microsystems, Inc. All rights reserved.
     1.9 +
    1.10 +The contents of this file are subject to the terms of either the GNU
    1.11 +General Public License Version 2 only ("GPL") or the Common
    1.12 +Development and Distribution License("CDDL") (collectively, the
    1.13 +"License"). You may not use this file except in compliance with the
    1.14 +License. You can obtain a copy of the License at
    1.15 +http://www.netbeans.org/cddl-gplv2.html
    1.16 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.17 +specific language governing permissions and limitations under the
    1.18 +License.  When distributing the software, include this License Header
    1.19 +Notice in each file and include the License file at
    1.20 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    1.21 +particular file as subject to the "Classpath" exception as provided
    1.22 +by Sun in the GPL Version 2 section of the License file that
    1.23 +accompanied this code. If applicable, add the following below the
    1.24 +License Header, with the fields enclosed by brackets [] replaced by
    1.25 +your own identifying information:
    1.26 +"Portions Copyrighted [year] [name of copyright owner]"
    1.27 +
    1.28 +If you wish your version of this file to be governed by only the CDDL
    1.29 +or only the GPL Version 2, indicate your decision by adding
    1.30 +"[Contributor] elects to include this software in this distribution
    1.31 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.32 +single choice of license, a recipient has the option to distribute
    1.33 +your version of this file under either the CDDL, the GPL Version 2 or
    1.34 +to extend the choice of license to its licensees as provided above.
    1.35 +However, if you add GPL Version 2 code and therefore, elected the GPL
    1.36 +Version 2 license, then the option applies only if the new code is
    1.37 +made subject to such option by the copyright holder.
    1.38 +
    1.39 +Contributor(s):
    1.40 +
    1.41 +Portions Copyrighted 2008 Sun Microsystems, Inc.
    1.42 +-->
    1.43 +<html>
    1.44 +  <head>
    1.45 +    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    1.46 +    <link rel="stylesheet" href=
    1.47 +    "nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type=
    1.48 +    "text/css">
    1.49 +    <meta content="Helen" name="generator">
    1.50 +<style type="text/css">
    1.51 +<!--
    1.52 +.comment {
    1.53 +  color: blue;
    1.54 +}
    1.55 +.change-bar {
    1.56 +  border-color: black;
    1.57 +  border-left-style: solid;
    1.58 +  border-left: thin;
    1.59 +  padding-left: 6px;
    1.60 +}
    1.61 +.deleted {
    1.62 +  text-decoration: line-through;
    1.63 +}
    1.64 +.style1 {
    1.65 +	color: #FF0000;
    1.66 +	font-weight: bold;
    1.67 +}
    1.68 +-->
    1.69 +</style>
    1.70 +    <title>Customizing the Ada Project Settings: Sources Standards and Naming</title>
    1.71 +  </head>
    1.72 +  <body>
    1.73 +    <h2>
    1.74 +       Customizing the Ada Project Settings: Sources Standards and Naming</h2>
    1.75 +<p>
    1.76 +       <small><a href="#seealso">See Also</a></small></p>
    1.77 +    <p>The Build panel of the Project Properties dialog box lets you lets you set the Standards and Naming for your projects:</p>
    1.78 +    <p>Standards:</p>
    1.79 +    <ul>
    1.80 +      <li><b>Ada Dialects.</b> Specifies the Ada dialects used for your project <span class="style1">(ONLY ADA95 IS IMPLEMENTED)</span>.</li>
    1.81 +      <li><b>Ada restrictions.</b> Specifies the Ada restrictions used for your project <span class="style1">(THIS FEATURE IS NOT IMPLEMENTED)</span>.</li>
    1.82 +    </ul>
    1.83 +    <p>File Naming:</p>
    1.84 +    <ul>
    1.85 +      <li><b>Package specification.</b> Specifies the rules for file naming for package specification.</li>
    1.86 +      <li><b>Package body.</b> Specifies the rules for file naming for package body.</li>
    1.87 +      <li><b>Separate.</b> Specifies the rules for file naming for separates.</li>
    1.88 +    </ul>
    1.89 +<dl>
    1.90 +      <dt>
    1.91 +         <a name="seealso">See Also</a>      </dt>
    1.92 +      <dd>&nbsp;</dd>
    1.93 +      <dd><a href="new-ada-application.html" title="">New Ada Application</a></dd>
    1.94 +      <dd><a href="new-from-existing-ada-sources.html" title="">New Ada Application with Existing Sources</a></dd>
    1.95 +      <dd><a href="customize-project-sources-folders.html" title="">Customizing the Project Settings: Sources Folders</a></dd>
    1.96 +      <dd><a href="customize-project-libraries.html" title="">Customizing the Project Settings: Libraries</a></dd>
    1.97 +      <dd><a href="customize-project-build.html" title="">Customizing the Project Settings: Build</a></dd>
    1.98 +      <dd><a href="customize-project-run.html" title="">Customizing the Project Settings: Run</a></dd>
    1.99 +      <dt></dt>
   1.100 +      <dt>&nbsp;</dt>
   1.101 +</dl>
   1.102 +<hr>
   1.103 +    <p>
   1.104 +       <small><a href="credits.html">Legal Notices</a></small>
   1.105 +    </p>
   1.106 +    <table border="0" cellpadding="150">
   1.107 +      <tr>
   1.108 +        <td>&nbsp;
   1.109 +          
   1.110 +        </td>
   1.111 +      </tr>
   1.112 +      <tr>
   1.113 +        <td>&nbsp;
   1.114 +          
   1.115 +        </td>
   1.116 +      </tr>
   1.117 +      <tr>
   1.118 +        <td>&nbsp;
   1.119 +          
   1.120 +        </td>
   1.121 +      </tr>
   1.122 +    </table>
   1.123 +  </body>
   1.124 +</html>