langtools/make/netbeans/common/standard-context-menu-items.ent
author tbell
Thu, 14 Aug 2008 22:17:02 -0700
changeset 1049 1f47a876c043
parent 10 06bc494ca11e
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
<!--
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
 Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
 Redistribution and use in source and binary forms, with or without
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
 modification, are permitted provided that the following conditions
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
 are met:
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
   - Redistributions of source code must retain the above copyright
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
     notice, this list of conditions and the following disclaimer.
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
   - Redistributions in binary form must reproduce the above copyright
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
     notice, this list of conditions and the following disclaimer in the
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
     documentation and/or other materials provided with the distribution.
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
   - Neither the name of Sun Microsystems nor the names of its
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
     contributors may be used to endorse or promote products derived
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
     from this software without specific prior written permission.
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
-->
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
<!-- 
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
 This file defines the actions that will appear on the project's context
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
 menu, in the Projects viewer.
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
 It is normally included as an entity into a project's project.xml file.
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
 For information on these actions, see
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
   - NetBeans: Setting Up Projects
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
     at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
   - NetBeans: Advanced Freeform Project Configuration
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
     at http://www.netbeans.org/kb/41/freeform-config.html 
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
-->
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
  
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
<ide-action name="build"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
<ide-action name="rebuild"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
<ide-action name="clean"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
<ide-action name="javadoc"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
<separator/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
<ide-action name="run"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
<ide-action name="debug"/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
<separator/>
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
<ide-action name="test"/>