[15166] | 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>czechaddress</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>czechaddress</name>
|
---|
| 11 | <properties/>
|
---|
| 12 | <folders>
|
---|
| 13 | <source-folder>
|
---|
| 14 | <label>czechaddress</label>
|
---|
| 15 | <location>.</location>
|
---|
| 16 | <encoding>UTF-8</encoding>
|
---|
| 17 | </source-folder>
|
---|
| 18 | <source-folder>
|
---|
| 19 | <label>src</label>
|
---|
| 20 | <type>java</type>
|
---|
| 21 | <location>src</location>
|
---|
| 22 | <encoding>UTF-8</encoding>
|
---|
| 23 | </source-folder>
|
---|
[15201] | 24 | <source-folder>
|
---|
| 25 | <label>tests</label>
|
---|
| 26 | <type>java</type>
|
---|
| 27 | <location>tests</location>
|
---|
| 28 | <encoding>UTF-8</encoding>
|
---|
| 29 | </source-folder>
|
---|
[15166] | 30 | </folders>
|
---|
| 31 | <ide-actions>
|
---|
| 32 | <action name="build">
|
---|
[16417] | 33 | <target>dist</target>
|
---|
[15166] | 34 | </action>
|
---|
| 35 | <action name="clean">
|
---|
| 36 | <target>clean</target>
|
---|
| 37 | </action>
|
---|
| 38 | <action name="javadoc">
|
---|
| 39 | <target>doc</target>
|
---|
| 40 | </action>
|
---|
| 41 | <action name="run">
|
---|
| 42 | <target>run</target>
|
---|
| 43 | </action>
|
---|
| 44 | <action name="rebuild">
|
---|
| 45 | <target>clean</target>
|
---|
[16417] | 46 | <target>dist</target>
|
---|
[15166] | 47 | </action>
|
---|
[18892] | 48 | <action name="debug">
|
---|
| 49 | <!--<script>nbproject/ide-targets.xml</script>-->
|
---|
| 50 | <target>debug</target>
|
---|
| 51 | </action>
|
---|
[15166] | 52 | </ide-actions>
|
---|
[15461] | 53 | <export>
|
---|
| 54 | <type>folder</type>
|
---|
| 55 | <location>build</location>
|
---|
| 56 | <build-target>compile</build-target>
|
---|
| 57 | </export>
|
---|
[15166] | 58 | <view>
|
---|
| 59 | <items>
|
---|
| 60 | <source-folder style="packages">
|
---|
| 61 | <label>src</label>
|
---|
| 62 | <location>src</location>
|
---|
| 63 | </source-folder>
|
---|
[15201] | 64 | <source-folder style="packages">
|
---|
| 65 | <label>tests</label>
|
---|
| 66 | <location>tests</location>
|
---|
| 67 | </source-folder>
|
---|
[15166] | 68 | <source-file>
|
---|
| 69 | <location>build.xml</location>
|
---|
| 70 | </source-file>
|
---|
| 71 | </items>
|
---|
| 72 | <context-menu>
|
---|
| 73 | <ide-action name="build"/>
|
---|
| 74 | <ide-action name="rebuild"/>
|
---|
| 75 | <ide-action name="clean"/>
|
---|
| 76 | <ide-action name="javadoc"/>
|
---|
| 77 | <ide-action name="run"/>
|
---|
[18892] | 78 | <ide-action name="debug"/>
|
---|
[15166] | 79 | </context-menu>
|
---|
| 80 | </view>
|
---|
| 81 | <subprojects/>
|
---|
| 82 | </general-data>
|
---|
| 83 | <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
|
---|
| 84 | <compilation-unit>
|
---|
| 85 | <package-root>src</package-root>
|
---|
[15558] | 86 | <classpath mode="compile">../../core/build:../../core/src</classpath>
|
---|
[15461] | 87 | <built-to>build</built-to>
|
---|
[15166] | 88 | <javadoc-built-to>doc</javadoc-built-to>
|
---|
[30416] | 89 | <source-level>1.7</source-level>
|
---|
[15166] | 90 | </compilation-unit>
|
---|
[15201] | 91 | <compilation-unit>
|
---|
| 92 | <package-root>tests</package-root>
|
---|
| 93 | <unit-tests/>
|
---|
[30416] | 94 | <source-level>1.7</source-level>
|
---|
[15201] | 95 | </compilation-unit>
|
---|
[15166] | 96 | </java-data>
|
---|
| 97 | </configuration>
|
---|
| 98 | </project>
|
---|