Last change
on this file since 29771 was 29771, checked in by akks, 11 years ago |
[josm_plugins]: move more plugin items to new menus, set minimum JOSM to 6082, add Netbeans projects
|
File size:
2.7 KB
|
Line | |
---|
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>OpeningHoursEditor</name>
|
---|
7 | </general-data>
|
---|
8 | <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
|
---|
9 | <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
|
---|
10 | <name>OpeningHoursEditor</name>
|
---|
11 | <properties/>
|
---|
12 | <folders>
|
---|
13 | <source-folder>
|
---|
14 | <label>src</label>
|
---|
15 | <type>java</type>
|
---|
16 | <location>src</location>
|
---|
17 | <encoding>UTF-8</encoding>
|
---|
18 | </source-folder>
|
---|
19 | <source-folder>
|
---|
20 | <label>OpeningHoursEditor</label>
|
---|
21 | <location>.</location>
|
---|
22 | <encoding>UTF-8</encoding>
|
---|
23 | </source-folder>
|
---|
24 | </folders>
|
---|
25 | <ide-actions>
|
---|
26 | <action name="build">
|
---|
27 | <target>compile</target>
|
---|
28 | </action>
|
---|
29 | <action name="clean">
|
---|
30 | <target>clean</target>
|
---|
31 | </action>
|
---|
32 | <action name="run">
|
---|
33 | <target>install</target>
|
---|
34 | </action>
|
---|
35 | <action name="rebuild">
|
---|
36 | <target>clean</target>
|
---|
37 | <target>compile</target>
|
---|
38 | </action>
|
---|
39 | </ide-actions>
|
---|
40 | <view>
|
---|
41 | <items>
|
---|
42 | <source-folder style="packages">
|
---|
43 | <label>src</label>
|
---|
44 | <location>src</location>
|
---|
45 | </source-folder>
|
---|
46 | <source-file>
|
---|
47 | <location>build.xml</location>
|
---|
48 | </source-file>
|
---|
49 | </items>
|
---|
50 | <context-menu>
|
---|
51 | <ide-action name="build"/>
|
---|
52 | <ide-action name="rebuild"/>
|
---|
53 | <ide-action name="clean"/>
|
---|
54 | <ide-action name="run"/>
|
---|
55 | </context-menu>
|
---|
56 | </view>
|
---|
57 | </general-data>
|
---|
58 | <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
|
---|
59 | <compilation-unit>
|
---|
60 | <package-root>src</package-root>
|
---|
61 | <classpath mode="compile">../../core/src</classpath>
|
---|
62 | <source-level>1.6</source-level>
|
---|
63 | </compilation-unit>
|
---|
64 | </java-data>
|
---|
65 | </configuration>
|
---|
66 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.