project.xml revision 2:da1e581c933b
1102196Sarchie<?xml version="1.0" encoding="UTF-8"?>
2102196Sarchie<!--
3107820Sru Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
4102196Sarchie DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5102196Sarchie 
6102196Sarchie This code is free software; you can redistribute it and/or modify it
7102196Sarchie under the terms of the GNU General Public License version 2 only, as
8107820Sru published by the Free Software Foundation.
9102196Sarchie 
10102196Sarchie This code is distributed in the hope that it will be useful, but WITHOUT
11102196Sarchie ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12102196Sarchie FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13102196Sarchie version 2 for more details (a copy is included in the LICENSE file that
14102196Sarchie accompanied this code).
15102196Sarchie 
16107820Sru You should have received a copy of the GNU General Public License version
17102196Sarchie 2 along with this work; if not, write to the Free Software Foundation,
18102196Sarchie Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19102196Sarchie 
20102196Sarchie Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21102196Sarchie or visit www.oracle.com if you need additional information or have any
22102196Sarchie questions.
23102196Sarchie-->
24102196Sarchie<project xmlns="http://www.netbeans.org/ns/project/1">
25102196Sarchie    <type>org.netbeans.modules.ant.freeform</type>
26102196Sarchie    <configuration>
27102196Sarchie        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
28102196Sarchie            <name>nashorn</name>
29102196Sarchie        </general-data>
30102196Sarchie        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
31102196Sarchie            <!-- Do not use Project Properties customizer when editing this file manually. -->
32102196Sarchie            <name>nashorn</name>
33102196Sarchie            <properties/>
34102196Sarchie            <folders>
35102196Sarchie                <source-folder>
36107820Sru                    <label>nashorn</label>
37102196Sarchie                    <location>.</location>
38102196Sarchie                    <encoding>UTF-8</encoding>
39102196Sarchie                </source-folder>
40242997Sjoel                <source-folder>
41102196Sarchie                    <label>../src</label>
42102196Sarchie                    <location>../src</location>
43102196Sarchie                </source-folder>
44102196Sarchie                <source-folder>
45102196Sarchie                    <label>../test/src</label>
46102196Sarchie                    <location>../test/src</location>
47141350Sru                </source-folder>
48102196Sarchie                <source-folder>
49102196Sarchie                    <label>../buildtools/nasgen/src</label>
50102196Sarchie                    <location>../buildtools/nasgen/src</location>
51107820Sru                </source-folder>
52102196Sarchie                <source-folder>
53102196Sarchie                    <label>../test/src</label>
54102196Sarchie                    <type>java</type>
55102196Sarchie                    <location>../test/src</location>
56102196Sarchie                    <encoding>UTF-8</encoding>
57102196Sarchie                </source-folder>
58102196Sarchie                <source-folder>
59102196Sarchie                    <label>../src</label>
60107820Sru                    <type>java</type>
61102196Sarchie                    <location>../src</location>
62242997Sjoel                    <encoding>UTF-8</encoding>
63242997Sjoel                </source-folder>
64107820Sru                <source-folder>
65242997Sjoel                    <label>../buildtools/nasgen/src</label>
66107820Sru                    <type>java</type>
67242997Sjoel                    <location>../buildtools/nasgen/src</location>
68107820Sru                    <encoding>UTF-8</encoding>
69102196Sarchie                </source-folder>
70102196Sarchie            </folders>
71102196Sarchie            <ide-actions>
72102196Sarchie                <action name="build">
73102196Sarchie                    <script>nbproject/nbjdk.xml</script>
74102196Sarchie                    <target>jar</target>
75102196Sarchie                </action>
76102196Sarchie                <action name="clean">
77102196Sarchie                    <script>nbproject/nbjdk.xml</script>
78102196Sarchie                    <target>clean</target>
79102196Sarchie                </action>
80102196Sarchie                <action name="javadoc">
81102196Sarchie                    <script>nbproject/nbjdk.xml</script>
82102196Sarchie                    <target>javadoc</target>
83102196Sarchie                </action>
84102196Sarchie                <action name="test">
85102196Sarchie                    <script>nbproject/nbjdk.xml</script>
86102196Sarchie                    <target>test</target>
87102196Sarchie                </action>
88102196Sarchie                <action name="rebuild">
89102196Sarchie                    <script>nbproject/nbjdk.xml</script>
90102196Sarchie                    <target>clean</target>
91102196Sarchie                    <target>jar</target>
92102196Sarchie                </action>
93102196Sarchie                <action name="run">
94102196Sarchie                    <script>nbproject/nbjdk.xml</script>
95102196Sarchie                    <target>run</target>
96102196Sarchie                </action>
97102196Sarchie                <action name="debug">
98102196Sarchie                    <script>nbproject/nbjdk.xml</script>
99102196Sarchie                    <target>debug-nb</target>
100102196Sarchie                </action>
101102196Sarchie                <action name="debug.single">
102102196Sarchie                    <script>nbproject/ide-file-targets.xml</script>
103102196Sarchie                    <target>debug-selected-file-in-src</target>
104102196Sarchie                    <context>
105102196Sarchie                        <property>debug.class</property>
106242997Sjoel                        <folder>test/src</folder>
107242997Sjoel                        <pattern>\.java$</pattern>
108102196Sarchie                        <format>java-name</format>
109102196Sarchie                        <arity>
110107820Sru                            <one-file-only/>
111102196Sarchie                        </arity>
112107820Sru                    </context>
113102196Sarchie                </action>
114102196Sarchie                <action name="run.single">
115102196Sarchie                    <script>nbproject/ide-file-targets.xml</script>
116102196Sarchie                    <target>run-selected-file-in-src</target>
117231564Sed                    <context>
118231564Sed                        <property>run.class</property>
119231564Sed                        <folder>test/src</folder>
120231564Sed                        <pattern>\.java$</pattern>
121231564Sed                        <format>java-name</format>
122102196Sarchie                        <arity>
123102196Sarchie                            <one-file-only/>
124102196Sarchie                        </arity>
125102196Sarchie                    </context>
126102196Sarchie                </action>
127102196Sarchie            </ide-actions>
128102196Sarchie            <view>
129107820Sru                <items>
130107820Sru                    <source-folder style="packages">
131102196Sarchie                        <label>../test/src</label>
132102196Sarchie                        <location>../test/src</location>
133102196Sarchie                    </source-folder>
134102196Sarchie                    <source-folder style="packages">
135102196Sarchie                        <label>../src</label>
136102196Sarchie                        <location>../src</location>
137102196Sarchie                    </source-folder>
138102196Sarchie                    <source-folder style="packages">
139102196Sarchie                        <label>../buildtools/nasgen/src</label>
140102196Sarchie                        <location>../buildtools/nasgen/src</location>
141102196Sarchie                    </source-folder>
142102196Sarchie                    <source-file>
143102196Sarchie                        <location>build.xml</location>
144102196Sarchie                    </source-file>
145102196Sarchie                </items>
146102196Sarchie                <context-menu>
147102196Sarchie                    <ide-action name="build"/>
148102196Sarchie                    <ide-action name="rebuild"/>
149102196Sarchie                    <ide-action name="clean"/>
150102196Sarchie                    <ide-action name="javadoc"/>
151102196Sarchie                    <ide-action name="run"/>
152102196Sarchie                    <ide-action name="test"/>
153102196Sarchie                    <ide-action name="debug"/>
154102196Sarchie                </context-menu>
155102196Sarchie            </view>
156102196Sarchie            <subprojects/>
157102196Sarchie        </general-data>
158102196Sarchie        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
159102196Sarchie            <compilation-unit>
160107820Sru                <package-root>../test/src</package-root>
161102196Sarchie                <unit-tests/>
162102196Sarchie                <classpath mode="compile">../test/lib/testng.jar:../build/classes:../src</classpath>
163102196Sarchie                <source-level>1.7</source-level>
164102196Sarchie            </compilation-unit>
165102196Sarchie            <compilation-unit>
166102196Sarchie                <package-root>../src</package-root>
167102196Sarchie                <classpath mode="compile">../build/dynalink/dynalink.jar</classpath>
168102196Sarchie                <source-level>1.7</source-level>
169102196Sarchie            </compilation-unit>
170102196Sarchie            <compilation-unit>
171102196Sarchie                <package-root>../buildtools/nasgen/src</package-root>
172102196Sarchie                <classpath mode="compile">../build/classes:../src</classpath>
173102196Sarchie                <source-level>1.7</source-level>
174102196Sarchie            </compilation-unit>
175102196Sarchie        </java-data>
176102196Sarchie    </configuration>
177102196Sarchie</project>
178102196Sarchie