project.xml revision 1190:2568a362d358
131567Ssef<?xml version="1.0" encoding="UTF-8"?>
2204977Simp<!--
331899Ssef Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
431899Ssef DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
531899Ssef 
631899Ssef This code is free software; you can redistribute it and/or modify it
731899Ssef under the terms of the GNU General Public License version 2 only, as
831899Ssef published by the Free Software Foundation.
931899Ssef 
1031899Ssef This code is distributed in the hope that it will be useful, but WITHOUT
1131899Ssef ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1231899Ssef FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1331899Ssef version 2 for more details (a copy is included in the LICENSE file that
1431899Ssef accompanied this code).
1531899Ssef 
1631899Ssef You should have received a copy of the GNU General Public License version
1731899Ssef 2 along with this work; if not, write to the Free Software Foundation,
1831899Ssef Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1931899Ssef 
2031899Ssef Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2131899Ssef or visit www.oracle.com if you need additional information or have any
2231899Ssef questions.
2331899Ssef-->
2431899Ssef<project xmlns="http://www.netbeans.org/ns/project/1">
2531899Ssef    <type>org.netbeans.modules.ant.freeform</type>
2631899Ssef    <configuration>
2731899Ssef        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
2831899Ssef            <name>nashorn</name>
2931899Ssef        </general-data>
3031899Ssef        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
3131899Ssef            <!-- Do not use Project Properties customizer when editing this file manually. -->
3232275Scharnier            <name>nashorn</name>
3332275Scharnier            <properties/>
3450477Speter            <folders>
3532275Scharnier                <source-folder>
3632275Scharnier                    <label>nashorn</label>
3731899Ssef                    <location>.</location>
3831567Ssef                    <encoding>UTF-8</encoding>
3931567Ssef                </source-folder>
4031567Ssef                <source-folder>
4131567Ssef                    <label>../test/src</label>
42127328Salfred                    <location>../test/src</location>
4385292Sdes                </source-folder>
44168569Sdelphij                <source-folder>
4585292Sdes                    <label>../buildtools/nasgen/src</label>
46104581Smike                    <location>../buildtools/nasgen/src</location>
4785292Sdes                </source-folder>
4885292Sdes                <source-folder>
4985292Sdes                    <label>../src/jdk.scripting.nashorn/share/classes</label>
50158630Spav                    <location>../src/jdk.scripting.nashorn/share/classes</location>
51158630Spav                </source-folder>
52158630Spav                <source-folder>
53158630Spav                    <label>../test/src</label>
54158630Spav                    <type>java</type>
55158630Spav                    <location>../test/src</location>
56158630Spav                    <encoding>UTF-8</encoding>
5785292Sdes                </source-folder>
5886138Sgreen                <source-folder>
5932275Scharnier                    <label>../buildtools/nasgen/src</label>
60127328Salfred                    <type>java</type>
61127332Sdwmalone                    <location>../buildtools/nasgen/src</location>
6285292Sdes                    <encoding>UTF-8</encoding>
63127332Sdwmalone                </source-folder>
6431567Ssef                <source-folder>
6531567Ssef                    <label>../src/jdk.scripting.nashorn/share/classes</label>
6631567Ssef                    <type>java</type>
67101423Smdodd                    <location>../src/jdk.scripting.nashorn/share/classes</location>
6831567Ssef                    <encoding>UTF-8</encoding>
69158630Spav                </source-folder>
7085292Sdes            </folders>
71101282Smdodd            <ide-actions>
7287703Smarkm                <action name="build">
7331567Ssef                    <script>nbproject/nbjdk.xml</script>
7431567Ssef                    <target>jar</target>
75171646Smarcel                </action>
76171646Smarcel                <action name="clean">
77171646Smarcel                    <script>nbproject/nbjdk.xml</script>
78171646Smarcel                    <target>clean</target>
79171646Smarcel                </action>
80171646Smarcel                <action name="javadoc">
81171646Smarcel                    <script>nbproject/nbjdk.xml</script>
82171646Smarcel                    <target>javadoc</target>
83171646Smarcel                </action>
84171646Smarcel                <action name="test">
85171646Smarcel                    <script>nbproject/nbjdk.xml</script>
86171646Smarcel                    <target>test</target>
87171646Smarcel                </action>
88171646Smarcel                <action name="rebuild">
8931567Ssef                    <script>nbproject/nbjdk.xml</script>
90158630Spav                    <target>clean</target>
9131567Ssef                    <target>jar</target>
92228396Sed                </action>
93192025Sdds                <action name="run">
94192025Sdds                    <script>nbproject/nbjdk.xml</script>
95200751Sjh                    <target>run</target>
96200751Sjh                </action>
97200751Sjh                <action name="debug">
98200751Sjh                    <script>nbproject/nbjdk.xml</script>
99200751Sjh                    <target>debug-nb</target>
100200751Sjh                </action>
101200751Sjh                <action name="run.single">
102200751Sjh                    <script>build.xml</script>
103200751Sjh                    <target>test</target>
104200751Sjh                    <context>
105200751Sjh                        <property>test.class</property>
106200751Sjh                        <folder>../test/src</folder>
107192025Sdds                        <pattern>\.java$</pattern>
108192025Sdds                        <format>relative-path-noext</format>
109192025Sdds                        <arity>
110192025Sdds                            <one-file-only/>
111192025Sdds                        </arity>
112192025Sdds                    </context>
113192025Sdds                </action>
114192025Sdds                <action name="debug.single">
115192025Sdds                    <script>nbproject/ide-file-targets.xml</script>
116192025Sdds                    <target>debug-selected-file-in-src</target>
117192025Sdds                    <context>
118192025Sdds                        <property>test.class</property>
119192025Sdds                        <folder>../test/src</folder>
120192025Sdds                        <pattern>\.java$</pattern>
121192025Sdds                        <format>relative-path-noext</format>
122192025Sdds                        <arity>
123192025Sdds                            <one-file-only/>
124192025Sdds                        </arity>
125192025Sdds                    </context>
126192025Sdds                </action>
127192025Sdds            </ide-actions>
128192025Sdds            <view>
129192025Sdds                <items>
130192025Sdds                    <source-folder style="packages">
131192025Sdds                        <label>../test/src</label>
132192025Sdds                        <location>../test/src</location>
133192025Sdds                    </source-folder>
134192025Sdds                    <source-folder style="packages">
135192025Sdds                        <label>../buildtools/nasgen/src</label>
136192025Sdds                        <location>../buildtools/nasgen/src</location>
137192025Sdds                    </source-folder>
138192025Sdds                    <source-folder style="packages">
139192025Sdds                        <label>../src/jdk.scripting.nashorn/share/classes</label>
140192025Sdds                        <location>../src/jdk.scripting.nashorn/share/classes</location>
141192025Sdds                    </source-folder>
142192025Sdds                    <source-file>
143192025Sdds                        <location>build.xml</location>
144192025Sdds                    </source-file>
145192025Sdds                </items>
146192025Sdds                <context-menu>
147192025Sdds                    <ide-action name="build"/>
148192025Sdds                    <ide-action name="rebuild"/>
149192025Sdds                    <ide-action name="clean"/>
150192025Sdds                    <ide-action name="javadoc"/>
151192025Sdds                    <ide-action name="run"/>
152192025Sdds                    <ide-action name="test"/>
153192025Sdds                    <ide-action name="debug"/>
154192025Sdds                </context-menu>
155192025Sdds            </view>
156192025Sdds            <subprojects/>
157192025Sdds        </general-data>
158192025Sdds        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
159192025Sdds            <compilation-unit>
160192025Sdds                <package-root>../test/src</package-root>
161192025Sdds                <unit-tests/>
162192025Sdds                <classpath mode="compile">../test/lib/testng.jar:../build/classes:../src/jdk.scripting.nashorn/share/classes</classpath>
163192025Sdds                <source-level>1.8</source-level>
164192025Sdds            </compilation-unit>
165192025Sdds            <compilation-unit>
166192025Sdds                <package-root>../buildtools/nasgen/src</package-root>
167192025Sdds                <classpath mode="compile">../build/classes:../src</classpath>
168192025Sdds                <source-level>1.8</source-level>
169192025Sdds            </compilation-unit>
170192025Sdds            <compilation-unit>
171192025Sdds                <package-root>../src/jdk.scripting.nashorn/share/classes</package-root>
172192025Sdds                <source-level>1.8</source-level>
173192025Sdds            </compilation-unit>
174192025Sdds        </java-data>
175192025Sdds    </configuration>
176192025Sdds</project>
177192025Sdds