Rev | Line | |
---|
[29778] | 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>namemanager</name>
|
---|
| 7 | </general-data>
|
---|
| 8 | <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
|
---|
| 9 | <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
|
---|
| 10 | <name>namemanager</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>namemanager</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="rebuild">
|
---|
| 33 | <target>clean</target>
|
---|
| 34 | <target>compile</target>
|
---|
| 35 | </action>
|
---|
| 36 | </ide-actions>
|
---|
| 37 | <view>
|
---|
| 38 | <items>
|
---|
| 39 | <source-folder style="packages">
|
---|
| 40 | <label>src</label>
|
---|
| 41 | <location>src</location>
|
---|
| 42 | </source-folder>
|
---|
| 43 | <source-file>
|
---|
| 44 | <location>build.xml</location>
|
---|
| 45 | </source-file>
|
---|
| 46 | </items>
|
---|
| 47 | <context-menu>
|
---|
| 48 | <ide-action name="build"/>
|
---|
| 49 | <ide-action name="rebuild"/>
|
---|
| 50 | <ide-action name="clean"/>
|
---|
| 51 | </context-menu>
|
---|
| 52 | </view>
|
---|
| 53 | </general-data>
|
---|
| 54 | <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
|
---|
| 55 | <compilation-unit>
|
---|
| 56 | <package-root>src</package-root>
|
---|
| 57 | <classpath mode="compile">../../core/src</classpath>
|
---|
[32680] | 58 | <source-level>1.8</source-level>
|
---|
[29778] | 59 | </compilation-unit>
|
---|
| 60 | </java-data>
|
---|
| 61 | </configuration>
|
---|
| 62 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.