Changeset 15201 in osm for applications/editors/josm/plugins/czechaddress/nbproject/project.xml
- Timestamp:
- 2009-05-24T20:56:33+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/nbproject/project.xml
r15166 r15201 5 5 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> 6 6 <name>czechaddress</name> 7 <folders>8 <source-folder>9 <label>src</label>10 <type>java</type>11 <location>src</location>12 </source-folder>13 </folders>14 <ide-actions>15 <action name="build">16 <target>dist</target>17 </action>18 <action name="clean">19 <target>clean</target>20 </action>21 <action name="javadoc">22 <target>doc</target>23 </action>24 <action name="run">25 <target>run</target>26 </action>27 <action name="rebuild">28 <target>clean</target>29 <target>dist</target>30 </action>31 </ide-actions>32 <view>33 <items>34 <source-folder style="packages">35 <label>src</label>36 <location>src</location>37 </source-folder>38 </items>39 <context-menu>40 <ide-action name="build"/>41 <ide-action name="clean"/>42 <ide-action name="javadoc"/>43 <ide-action name="run"/>44 <ide-action name="rebuild"/>45 </context-menu>46 </view>47 <subprojects/>48 7 </general-data> 49 8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> … … 61 20 <type>java</type> 62 21 <location>src</location> 22 <encoding>UTF-8</encoding> 23 </source-folder> 24 <source-folder> 25 <label>tests</label> 26 <type>java</type> 27 <location>tests</location> 63 28 <encoding>UTF-8</encoding> 64 29 </source-folder> … … 86 51 </action> 87 52 </ide-actions> 88 <export>89 <type>folder</type>90 <location>dist</location>91 <build-target>compile</build-target>92 </export>93 53 <view> 94 54 <items> … … 96 56 <label>src</label> 97 57 <location>src</location> 58 </source-folder> 59 <source-folder style="packages"> 60 <label>tests</label> 61 <location>tests</location> 98 62 </source-folder> 99 63 <source-file> … … 115 79 <compilation-unit> 116 80 <package-root>src</package-root> 117 <classpath mode="compile">../../core/build:../../core/src</classpath> 81 <classpath mode="compile">../../core/build:../../core/src:tests/junit-4.5.jar</classpath> 118 82 <javadoc-built-to>doc</javadoc-built-to> 83 <source-level>1.5</source-level> 84 </compilation-unit> 85 <compilation-unit> 86 <package-root>tests</package-root> 87 <unit-tests/> 119 88 <source-level>1.5</source-level> 120 89 </compilation-unit>
Note:
See TracChangeset
for help on using the changeset viewer.