Changeset 31224 in osm for applications/editors/josm/plugins/FastDraw/nbproject
- Timestamp:
- 2015-06-06T18:54:58+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/FastDraw/nbproject
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/nbproject/project.xml
r30709 r31224 7 7 </general-data> 8 8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> 9 <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. --> 9 <!-- Не используйте средство настройки свойств проекта при редактировании файла вручную. 10 Чтобы средство настройки не отображалось, создайте файл nbproject/project.properties и добавьте в него свойство 11 auxiliary.show.customizer=false. 12 Если добавлено свойство 13 auxiliary.show.customizer.message=<message>, 14 при попытке открытия средства настройки любым пользователем будет отображаться заданное сообщение. --> 10 15 <name>FastDraw</name> 11 16 <properties/> 12 17 <folders> 13 18 <source-folder> 19 <label>FastDraw</label> 20 <location>.</location> 21 <encoding>UTF-8</encoding> 22 </source-folder> 23 <source-folder> 14 24 <label>src</label> 15 25 <type>java</type> 16 26 <location>src</location> 27 <encoding>UTF-8</encoding> 17 28 </source-folder> 18 29 <build-file> 19 <location> ../../dist/FastDraw.jar</location>30 <location>F:\josm\core\dist\josm-custom.jar</location> 20 31 </build-file> 21 32 </folders> 22 33 <ide-actions> 23 34 <action name="build"> 24 <target> compile</target>35 <target>install</target> 25 36 </action> 26 37 <action name="clean"> … … 30 41 <target>runjosm</target> 31 42 </action> 43 <action name="test"> 44 <target>test</target> 45 </action> 32 46 <action name="rebuild"> 33 47 <target>clean</target> 34 <target> compile</target>48 <target>install</target> 35 49 </action> 36 50 <action name="debug"> 37 <script>nbproject/ide-targets.xml</script> 51 <script>nbproject/ide-file-targets.xml</script> 38 52 <target>debug-nb</target> 39 53 </action> … … 41 55 <export> 42 56 <type>jar</type> 43 <location> ../../dist/FastDraw.jar</location>44 <build-target> compile</build-target>57 <location>F:\josm\core\dist\josm-custom.jar</location> 58 <build-target>install</build-target> 45 59 </export> 46 60 <view> … … 59 73 <ide-action name="clean"/> 60 74 <ide-action name="run"/> 75 <ide-action name="test"/> 61 76 <ide-action name="debug"/> 62 77 </context-menu> … … 67 82 <compilation-unit> 68 83 <package-root>src</package-root> 69 <classpath mode="compile">../../core/src ;../../core/dist/josm-custom.jar</classpath>70 <built-to> ../../dist/FastDraw.jar</built-to>84 <classpath mode="compile">../../core/src</classpath> 85 <built-to>F:\josm\core\dist\josm-custom.jar</built-to> 71 86 <source-level>1.7</source-level> 72 87 </compilation-unit>
Note:
See TracChangeset
for help on using the changeset viewer.