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