make/nbproject/project.xml

Fri, 05 Jun 2015 12:38:53 +0200

author
mhaupt
date
Fri, 05 Jun 2015 12:38:53 +0200
changeset 1398
2f1b9f4daec1
parent 870
ba5b790ed0f5
child 952
6d5471a497fb
permissions
-rw-r--r--

8080087: Nashorn $ENV.PWD is originally undefined
Summary: On Windows, the PWD environment variable does not exist and cannot be imported in scripting mode, so it is set explicitly.
Reviewed-by: lagergren, sundar

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

mercurial