make/nashorn/nbproject/project.xml
author herrick
Mon, 30 Sep 2019 19:33:13 -0400
branchJDK-8200758-branch
changeset 58417 67ffaf3a2b75
parent 47216 71c04702a3d5
permissions -rw-r--r--
8231280: Linux packages produced by jpackage should have correct dependencies Submitted-by: asemenyuk Reviewed-by: herrick
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>
34447
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    53
                    <label>../src/jdk.scripting.nashorn.shell/share/classes</label>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    54
                    <location>../src/jdk.scripting.nashorn.shell/share/classes</location>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    55
                </source-folder>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    56
                <source-folder>
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
    57
                    <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
    58
                    <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
    59
                    <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
    60
                    <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
    61
                </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
    62
                <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
    63
                    <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
    64
                    <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
    65
                    <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
    66
                    <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
    67
                </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
    68
                <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
    69
                    <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
    70
                    <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
    71
                    <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
    72
                    <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
    73
                </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
    74
                <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
    75
                    <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
    76
                    <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
    77
                    <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
    78
                    <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
    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
                <source-folder>
34447
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    81
                    <label>../src/jdk.dynalink/share/classes</label>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    82
                    <type>java</type>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    83
                    <location>../src/jdk.dynalink/share/classes</location>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    84
                    <encoding>UTF-8</encoding>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    85
                </source-folder>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    86
                <source-folder>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    87
                    <label>../src/jdk.dynalink/share/classes</label>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
    88
                    <location>../src/jdk.dynalink/share/classes</location>
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
    89
                </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
    90
            </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
    91
            <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
    92
                <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
    93
                    <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
    94
                    <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
    95
                </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
    96
                <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
    97
                    <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
    98
                    <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
    99
                </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
   100
                <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
   101
                    <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
   102
                    <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
   103
                </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
   104
                <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
   105
                    <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
   106
                    <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
   107
                </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
   108
                <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
   109
                    <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
   110
                    <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
   111
                    <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
   112
                </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
   113
                <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
   114
                    <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
   115
                    <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
   116
                </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
   117
                <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
   118
                    <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
   119
                    <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
   120
                </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
   121
                <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
   122
                    <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
   123
                    <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
   124
                    <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
   125
                        <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
   126
                        <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
   127
                        <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
   128
                        <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
   129
                        <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
   130
                            <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
   131
                        </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
   132
                    </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
   133
                </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
   134
                <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
   135
                    <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
   136
                    <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
   137
                    <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
   138
                        <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
   139
                        <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
   140
                        <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
   141
                        <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
   142
                        <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
   143
                            <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
   144
                        </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
   145
                    </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
   146
                </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
   147
            </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
   148
            <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
   149
                <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
   150
                    <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
   151
                        <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
   152
                        <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
   153
                    </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
   154
                    <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
   155
                        <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
   156
                        <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
   157
                    </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
   158
                    <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
   159
                        <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
   160
                        <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
   161
                    </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
   162
                    <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
   163
                        <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
   164
                        <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
   165
                    </source-folder>
34447
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   166
                    <source-folder style="packages">
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   167
                        <label>../src/jdk.dynalink/share/classes</label>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   168
                        <location>../src/jdk.dynalink/share/classes</location>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   169
                    </source-folder>
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
   170
                    <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
   171
                        <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
   172
                    </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
   173
                </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
   174
                <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
   175
                    <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
   176
                    <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
   177
                    <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
   178
                    <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
   179
                    <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
   180
                    <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
   181
                    <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
   182
                </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
   183
            </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
   184
            <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
   185
        </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
   186
        <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
   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
                <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
   189
                <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
   190
                <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
   191
                <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
   192
            </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
   193
            <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
   194
                <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
   195
                <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
   196
                <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
   197
            </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
   198
            <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
   199
                <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
   200
                <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
   201
            </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
   202
            <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
   203
                <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
   204
                <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
   205
            </compilation-unit>
34447
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   206
            <compilation-unit>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   207
                <package-root>../src/jdk.dynalink/share/classes</package-root>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   208
                <source-level>1.8</source-level>
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 32891
diff changeset
   209
            </compilation-unit>
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
   210
        </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
   211
    </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
   212
</project>