Fix for JRUBY-2882. Handle error messages related to constructors better
[jruby.git] / nbproject / project.xml
blob29049c5c107493b3aa382902cec821fab570b65d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://www.netbeans.org/ns/project/1">
3     <type>org.netbeans.modules.ant.freeform</type>
4     <configuration>
5         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
6             <!-- Do not use Project Properties customizer when editing this file manually. -->
7             <name>JRuby trunk</name>
8             <properties>
9                 <property-file>build.properties</property-file>
10                 <property-file>default.build.properties</property-file>
11             </properties>
12             <folders>
13                 <source-folder>
14                     <label>Sources</label>
15                     <type>java</type>
16                     <location>${src.dir}</location>
17                 </source-folder>
18                 <source-folder>
19                     <label>Tests</label>
20                     <type>java</type>
21                     <location>${test.dir}</location>
22                 </source-folder>
23             </folders>
24             <ide-actions>
25                 <action name="build">
26                     <target>jar</target>
27                 </action>
28                 <action name="clean">
29                     <target>clean</target>
30                 </action>
31                 <action name="javadoc">
32                     <target>create-apidocs</target>
33                 </action>
34                 <action name="test">
35                     <target>test</target>
36                 </action>
37                 <action name="rebuild">
38                     <target>clean</target>
39                     <target>jar</target>
40                 </action>
41                 <action name="debug">
42                     <target>debug-nb</target>
43                 </action>
44                 <action name="run">
45                     <target>run</target>
46                 </action>
47             </ide-actions>
48             <export>
49                 <type>folder</type>
50                 <location>${jruby.classes.dir}</location>
51                 <build-target>jar</build-target>
52             </export>
53             <export>
54                 <type>jar</type>
55                 <location>${lib.dir}/jruby.jar</location>
56                 <build-target>jar</build-target>
57             </export>
58             <export>
59                 <type>folder</type>
60                 <location>${test.classes.dir}</location>
61                 <build-target>jar</build-target>
62             </export>
63             <view>
64                 <items>
65                     <source-folder style="packages">
66                         <label>Sources</label>
67                         <location>${src.dir}</location>
68                     </source-folder>
69                     <source-folder style="packages">
70                         <label>Tests</label>
71                         <location>${test.dir}</location>
72                     </source-folder>
73                     <source-file>
74                         <location>build.xml</location>
75                     </source-file>
76                 </items>
77                 <context-menu>
78                     <ide-action name="build"/>
79                     <ide-action name="rebuild"/>
80                     <ide-action name="clean"/>
81                     <ide-action name="javadoc"/>
82                     <ide-action name="run"/>
83                     <ide-action name="test"/>
84                     <ide-action name="debug"/>
85                 </context-menu>
86             </view>
87             <subprojects/>
88         </general-data>
89         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
90             <compilation-unit>
91                 <package-root>${src.dir}</package-root>
92                 <classpath mode="compile">lib/bsf.jar:build_lib/junit.jar:build_lib/jline-0.9.93.jar:build_lib/asm-3.0.jar:build_lib/asm-commons-3.0.jar:build_lib/asm-util-3.0.jar:build_lib/jna.jar:build_lib/nailgun-0.7.1.jar:build_lib/joni.jar:build_lib/joda-time-1.5.1.jar:build_lib/jna-posix.jar:build_lib/bytelist-0.1.jar:build_lib/jvyamlb-0.2.3.jar:build_lib/dynalang-0.3.jar</classpath>
93                 <built-to>${jruby.classes.dir}</built-to>
94                 <built-to>${lib.dir}/jruby.jar</built-to>
95                 <javadoc-built-to>docs/api</javadoc-built-to>
96                 <source-level>1.5</source-level>
97             </compilation-unit>
98             <compilation-unit>
99                 <package-root>${test.dir}</package-root>
100                 <unit-tests/>
101                 <classpath mode="compile">lib/bsf.jar:build/classes/jruby:build_lib/junit.jar:build_lib/asm-3.0.jar:build_lib/joda-time-1.5.1.jar:build_lib/jna-posix.jar:build_lib/jna.jar:build_lib/bytelist-0.1.jar</classpath>
102                 <built-to>${test.classes.dir}</built-to>
103                 <source-level>1.5</source-level>
104             </compilation-unit>
105         </java-data>
106     </configuration>
107 </project>