Removed META-INF directory
[jpf-core.git] / nbproject / project.xml
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             <name>jpf-core</name>
7         </general-data>
8         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9             <!-- Do not use Project Properties customizer when editing this file manually. -->
10             <name>jpf-core</name>
11             <properties/>
12             <folders>
13                 <source-folder>
14                     <label>jpf-core</label>
15                     <location>.</location>
16                     <encoding>UTF-8</encoding>
17                 </source-folder>
18                 <source-folder>
19                     <label>src/main</label>
20                     <type>java</type>
21                     <location>src/main</location>
22                     <encoding>UTF-8</encoding>
23                 </source-folder>
24                 <source-folder>
25                     <label>src/peers</label>
26                     <type>java</type>
27                     <location>src/peers</location>
28                     <encoding>UTF-8</encoding>
29                 </source-folder>
30                 <source-folder>
31                     <label>src/annotations</label>
32                     <type>java</type>
33                     <location>src/annotations</location>
34                     <encoding>UTF-8</encoding>
35                 </source-folder>
36                 <source-folder>
37                     <label>src/classes</label>
38                     <type>java</type>
39                     <location>src/classes</location>
40                     <encoding>UTF-8</encoding>
41                 </source-folder>
42                 <source-folder>
43                     <label>src/tests</label>
44                     <type>java</type>
45                     <location>src/tests</location>
46                     <encoding>UTF-8</encoding>
47                 </source-folder>
48                 <source-folder>
49                     <label>src/examples</label>
50                     <type>java</type>
51                     <location>src/examples</location>
52                     <encoding>UTF-8</encoding>
53                 </source-folder>
54             </folders>
55             <ide-actions>
56                 <action name="build">
57                     <target>build</target>
58                 </action>
59                 <action name="clean">
60                     <target>clean</target>
61                 </action>
62                 <action name="test">
63                     <script>nbproject/ide-file-targets.xml</script>
64                     <target>test-project</target>
65                 </action>
66                 <action name="rebuild">
67                     <target>clean</target>
68                     <target>build</target>
69                 </action>
70                 <!--  run single file actions -->
71                 <!-- run stuff in main -->
72                 <action name="run.single">
73                     <script>nbproject/ide-file-targets.xml</script>
74                     <target>run-selected-main</target>
75                     <context>
76                         <property>run.class</property>
77                         <folder>src/main</folder>
78                         <pattern>\.java$</pattern>
79                         <format>java-name</format>
80                         <arity>
81                             <one-file-only/>
82                         </arity>
83                     </context>
84                 </action>
85                 <action name="debug.single">
86                     <script>nbproject/ide-file-targets.xml</script>
87                     <target>debug-selected-main</target>
88                     <context>
89                         <property>debug.class</property>
90                         <folder>src/main</folder>
91                         <pattern>\.java$</pattern>
92                         <format>java-name</format>
93                         <arity>
94                             <one-file-only/>
95                         </arity>
96                     </context>
97                 </action>
98                 <!-- run stuff in examples -->
99                 <action name="run.single">
100                     <script>nbproject/ide-file-targets.xml</script>
101                     <target>run-selected-example</target>
102                     <context>
103                         <property>run.class</property>
104                         <folder>src/examples</folder>
105                         <pattern>\.java$</pattern>
106                         <format>java-name</format>
107                         <arity>
108                             <one-file-only/>
109                         </arity>
110                     </context>
111                 </action>
112                 <action name="debug.single">
113                     <script>nbproject/ide-file-targets.xml</script>
114                     <target>debug-selected-example</target>
115                     <context>
116                         <property>debug.class</property>
117                         <folder>src/examples</folder>
118                         <pattern>\.java$</pattern>
119                         <format>java-name</format>
120                         <arity>
121                             <one-file-only/>
122                         </arity>
123                     </context>
124                 </action>
125                 <action name="run.single">
126                     <script>nbproject/ide-file-targets.xml</script>
127                     <target>run-selected-example-jpf</target>
128                     <context>
129                         <property>jpf.config</property>
130                         <folder>src/examples</folder>
131                         <pattern>\.jpf$</pattern>
132                         <format>absolute-path</format>
133                         <arity>
134                             <one-file-only/>
135                         </arity>
136                     </context>
137                 </action>
138                 <action name="debug.single">
139                     <script>nbproject/ide-file-targets.xml</script>
140                     <target>debug-selected-example-jpf</target>
141                     <context>
142                         <property>jpf.config</property>
143                         <folder>src/examples</folder>
144                         <pattern>\.jpf$</pattern>
145                         <format>absolute-path</format>
146                         <arity>
147                             <one-file-only/>
148                         </arity>
149                     </context>
150                 </action>
151                 <!-- run stuff in test -->
152                 <action name="run.single">
153                     <script>nbproject/ide-file-targets.xml</script>
154                     <target>run-selected-test</target>
155                     <context>
156                         <property>run.class</property>
157                         <folder>src/tests</folder>
158                         <pattern>\.java$</pattern>
159                         <format>java-name</format>
160                         <arity>
161                             <one-file-only/>
162                         </arity>
163                     </context>
164                 </action>
165                 <action name="debug.single">
166                     <script>nbproject/ide-file-targets.xml</script>
167                     <target>debug-selected-test</target>
168                     <context>
169                         <property>debug.class</property>
170                         <folder>src/tests</folder>
171                         <pattern>\.java$</pattern>
172                         <format>java-name</format>
173                         <arity>
174                             <one-file-only/>
175                         </arity>
176                     </context>
177                 </action>
178                 <action name="run.single">
179                     <script>nbproject/ide-file-targets.xml</script>
180                     <target>run-selected-test-jpf</target>
181                     <context>
182                         <property>jpf.config</property>
183                         <folder>src/tests</folder>
184                         <pattern>\.jpf$</pattern>
185                         <format>absolute-path</format>
186                         <arity>
187                             <one-file-only/>
188                         </arity>
189                     </context>
190                 </action>
191                 <action name="debug.single">
192                     <script>nbproject/ide-file-targets.xml</script>
193                     <target>debug-selected-test-jpf</target>
194                     <context>
195                         <property>jpf.config</property>
196                         <folder>src/tests</folder>
197                         <pattern>\.jpf$</pattern>
198                         <format>absolute-path</format>
199                         <arity>
200                             <one-file-only/>
201                         </arity>
202                     </context>
203                 </action>
204             </ide-actions>
205             <export>
206                 <type>folder</type>
207                 <location>build/main</location>
208                 <build-target>build</build-target>
209             </export>
210             <export>
211                 <type>folder</type>
212                 <location>build/peers</location>
213                 <build-target>build</build-target>
214             </export>
215             <export>
216                 <type>folder</type>
217                 <location>build/classes</location>
218                 <build-target>build</build-target>
219             </export>
220             <export>
221                 <type>folder</type>
222                 <location>build/examples</location>
223                 <build-target>build</build-target>
224             </export>
225             <export>
226                 <type>folder</type>
227                 <location>build/annotations</location>
228                 <build-target>build</build-target>
229             </export>
230             <export>
231                 <type>folder</type>
232                 <location>build/tests</location>
233                 <build-target>build</build-target>
234             </export>
235             <view>
236                 <items>
237                     <source-folder style="packages">
238                         <label>src/main</label>
239                         <location>src/main</location>
240                     </source-folder>
241                     <source-folder style="packages">
242                         <label>src/peers</label>
243                         <location>src/peers</location>
244                     </source-folder>
245                     <source-folder style="packages">
246                         <label>src/annotations</label>
247                         <location>src/annotations</location>
248                     </source-folder>
249                     <source-folder style="packages">
250                         <label>src/classes</label>
251                         <location>src/classes</location>
252                     </source-folder>
253                     <source-folder style="packages">
254                         <label>src/tests</label>
255                         <location>src/tests</location>
256                     </source-folder>
257                     <source-folder style="packages">
258                         <label>src/examples</label>
259                         <location>src/examples</location>
260                     </source-folder>
261                     <source-file>
262                         <location>build.xml</location>
263                     </source-file>
264                 </items>
265                 <context-menu>
266                     <ide-action name="build"/>
267                     <ide-action name="rebuild"/>
268                     <ide-action name="clean"/>
269                     <ide-action name="test"/>
270                 </context-menu>
271             </view>
272             <subprojects/>
273         </general-data>
274         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
275             <compilation-unit>
276                 <package-root>src/main</package-root>
277                 <classpath mode="compile">build/annotations</classpath>
278                 <built-to>build/main</built-to>
279                 <source-level>1.8</source-level>
280             </compilation-unit>
281             <compilation-unit>
282                 <package-root>src/peers</package-root>
283                 <classpath mode="compile">build/annotations;build/main</classpath>
284                 <built-to>build/peers</built-to>
285                 <source-level>1.8</source-level>
286             </compilation-unit>
287             <compilation-unit>
288                 <package-root>src/classes</package-root>
289                 <classpath mode="compile">build/annotations;build/main</classpath>
290                 <built-to>build/classes</built-to>
291                 <source-level>1.8</source-level>
292             </compilation-unit>
293             <compilation-unit>
294                 <package-root>src/examples</package-root>
295                 <unit-tests/>
296                 <classpath mode="compile">build/main</classpath>
297                 <built-to>build/examples</built-to>
298                 <source-level>1.8</source-level>
299             </compilation-unit>
300             <compilation-unit>
301                 <package-root>src/annotations</package-root>
302                 <built-to>build/annotations</built-to>
303                 <source-level>1.8</source-level>
304             </compilation-unit>
305             <compilation-unit>
306                 <package-root>src/tests</package-root>
307                 <unit-tests/>
308                 <classpath mode="compile">build/main:build/annotations:build/peers:build/classes</classpath>
309                 <built-to>build/tests</built-to>
310                 <source-level>1.8</source-level>
311             </compilation-unit>
312         </java-data>
313         <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
314             <module name="org-netbeans-modules-editor-indent">
315                 <node name="CodeStyle">
316                     <property name="usedProfile" value="default"/>
317                     <node name="project">
318                         <property name="tab-size" value="8"/>
319                         <property name="text-limit-width" value="80"/>
320                     </node>
321                 </node>
322             </module>
323         </preferences>
324     </configuration>
325 </project>