nashorn/make/nbproject/project.xml
author ppunegov
Tue, 24 Nov 2015 20:52:15 +0300
changeset 34215 ae6ba67d6420
parent 32891 687132a414b2
child 34447 ec4c069f9436
permissions -rw-r--r--
8066156: JEP-JDK-8046155: Test task: stress by dcmd Summary: Stress dcmd tests that add directives Reviewed-by: iignatyev, neliasso
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32891
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
<!--
16151
97c1e756ae1e 8005663: Update copyright year to 2013
jlaskey
parents: 16147
diff changeset
     3
 Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     4
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
29407
3fd4ede1581e 8074671: Nashorn Parser API
sundar
parents: 29133
diff changeset
     5
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     6
 This code is free software; you can redistribute it and/or modify it
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     7
 under the terms of the GNU General Public License version 2 only, as
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     8
 published by the Free Software Foundation.
29407
3fd4ede1581e 8074671: Nashorn Parser API
sundar
parents: 29133
diff changeset
     9
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    10
 This code is distributed in the hope that it will be useful, but WITHOUT
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    11
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    12
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    13
 version 2 for more details (a copy is included in the LICENSE file that
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    14
 accompanied this code).
29407
3fd4ede1581e 8074671: Nashorn Parser API
sundar
parents: 29133
diff changeset
    15
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    16
 You should have received a copy of the GNU General Public License version
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    17
 2 along with this work; if not, write to the Free Software Foundation,
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    18
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
29407
3fd4ede1581e 8074671: Nashorn Parser API
sundar
parents: 29133
diff changeset
    19
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    20
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    21
 or visit www.oracle.com if you need additional information or have any
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    22
 questions.
32891
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    23
-->
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    24
<project xmlns="http://www.netbeans.org/ns/project/1">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    25
    <type>org.netbeans.modules.ant.freeform</type>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    26
    <configuration>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    27
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    28
            <name>nashorn</name>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    29
        </general-data>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    30
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    31
            <!-- Do not use Project Properties customizer when editing this file manually. -->
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    32
            <name>nashorn</name>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    33
            <properties/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    34
            <folders>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    35
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    36
                    <label>nashorn</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    37
                    <location>.</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    38
                    <encoding>UTF-8</encoding>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    39
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    40
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    41
                    <label>../test/src</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    42
                    <location>../test/src</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    43
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    44
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    45
                    <label>../buildtools/nasgen/src</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    46
                    <location>../buildtools/nasgen/src</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    47
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    48
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    49
                    <label>../src/jdk.scripting.nashorn/share/classes</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    50
                    <location>../src/jdk.scripting.nashorn/share/classes</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    51
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    52
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    53
                    <label>../test/src</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    54
                    <type>java</type>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    55
                    <location>../test/src</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    56
                    <encoding>UTF-8</encoding>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    57
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    58
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    59
                    <label>../buildtools/nasgen/src</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    60
                    <type>java</type>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    61
                    <location>../buildtools/nasgen/src</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    62
                    <encoding>UTF-8</encoding>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    63
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    64
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    65
                    <label>../src/jdk.scripting.nashorn/share/classes</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    66
                    <type>java</type>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    67
                    <location>../src/jdk.scripting.nashorn/share/classes</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    68
                    <encoding>UTF-8</encoding>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    69
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    70
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    71
                    <label>../src/jdk.scripting.nashorn.shell/share/classes</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    72
                    <type>java</type>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    73
                    <location>../src/jdk.scripting.nashorn.shell/share/classes</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    74
                    <encoding>UTF-8</encoding>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    75
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    76
                <source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    77
                    <label>../src/jdk.scripting.nashorn.shell/share/classes</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    78
                    <location>../src/jdk.scripting.nashorn.shell/share/classes</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    79
                </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    80
            </folders>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    81
            <ide-actions>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    82
                <action name="build">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    83
                    <script>nbproject/nbjdk.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    84
                    <target>jar</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    85
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    86
                <action name="clean">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    87
                    <script>nbproject/nbjdk.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    88
                    <target>clean</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    89
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    90
                <action name="javadoc">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    91
                    <script>nbproject/nbjdk.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    92
                    <target>javadoc</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    93
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    94
                <action name="test">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    95
                    <script>nbproject/nbjdk.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    96
                    <target>test</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    97
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    98
                <action name="rebuild">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
    99
                    <script>nbproject/nbjdk.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   100
                    <target>clean</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   101
                    <target>jar</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   102
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   103
                <action name="run">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   104
                    <script>nbproject/nbjdk.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   105
                    <target>run</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   106
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   107
                <action name="debug">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   108
                    <script>nbproject/nbjdk.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   109
                    <target>debug-nb</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   110
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   111
                <action name="run.single">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   112
                    <script>build.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   113
                    <target>test</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   114
                    <context>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   115
                        <property>test.class</property>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   116
                        <folder>../test/src</folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   117
                        <pattern>\.java$</pattern>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   118
                        <format>relative-path-noext</format>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   119
                        <arity>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   120
                            <one-file-only/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   121
                        </arity>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   122
                    </context>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   123
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   124
                <action name="debug.single">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   125
                    <script>nbproject/ide-file-targets.xml</script>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   126
                    <target>debug-selected-file-in-src</target>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   127
                    <context>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   128
                        <property>test.class</property>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   129
                        <folder>../test/src</folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   130
                        <pattern>\.java$</pattern>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   131
                        <format>relative-path-noext</format>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   132
                        <arity>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   133
                            <one-file-only/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   134
                        </arity>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   135
                    </context>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   136
                </action>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   137
            </ide-actions>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   138
            <view>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   139
                <items>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   140
                    <source-folder style="packages">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   141
                        <label>../test/src</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   142
                        <location>../test/src</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   143
                    </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   144
                    <source-folder style="packages">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   145
                        <label>../buildtools/nasgen/src</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   146
                        <location>../buildtools/nasgen/src</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   147
                    </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   148
                    <source-folder style="packages">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   149
                        <label>../src/jdk.scripting.nashorn/share/classes</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   150
                        <location>../src/jdk.scripting.nashorn/share/classes</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   151
                    </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   152
                    <source-folder style="packages">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   153
                        <label>../src/jdk.scripting.nashorn.shell/share/classes</label>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   154
                        <location>../src/jdk.scripting.nashorn.shell/share/classes</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   155
                    </source-folder>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   156
                    <source-file>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   157
                        <location>build.xml</location>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   158
                    </source-file>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   159
                </items>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   160
                <context-menu>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   161
                    <ide-action name="build"/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   162
                    <ide-action name="rebuild"/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   163
                    <ide-action name="clean"/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   164
                    <ide-action name="javadoc"/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   165
                    <ide-action name="run"/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   166
                    <ide-action name="test"/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   167
                    <ide-action name="debug"/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   168
                </context-menu>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   169
            </view>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   170
            <subprojects/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   171
        </general-data>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   172
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   173
            <compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   174
                <package-root>../test/src</package-root>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   175
                <unit-tests/>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   176
                <classpath mode="compile">../test/lib/testng.jar:../build/classes:../src/jdk.scripting.nashorn/share/classes</classpath>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   177
                <source-level>1.8</source-level>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   178
            </compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   179
            <compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   180
                <package-root>../buildtools/nasgen/src</package-root>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   181
                <classpath mode="compile">../build/classes:../src</classpath>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   182
                <source-level>1.8</source-level>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   183
            </compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   184
            <compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   185
                <package-root>../src/jdk.scripting.nashorn/share/classes</package-root>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   186
                <source-level>1.8</source-level>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   187
            </compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   188
            <compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   189
                <package-root>../src/jdk.scripting.nashorn.shell/share/classes</package-root>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   190
                <source-level>1.8</source-level>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   191
            </compilation-unit>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   192
        </java-data>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   193
    </configuration>
687132a414b2 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
sundar
parents: 29407
diff changeset
   194
</project>