Changeset 26455 in osm for applications/editors/josm/plugins/FastDraw/nbproject
- Timestamp:
- 2011-08-05T10:05:38+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/FastDraw/nbproject
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/nbproject
-
Property svn:ignore
set to
private
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/FastDraw/nbproject/project.xml
r26448 r26455 16 16 <ide-actions> 17 17 <action name="build"> 18 <target> dist</target>18 <target>compile</target> 19 19 </action> 20 20 <action name="clean"> … … 26 26 <action name="rebuild"> 27 27 <target>clean</target> 28 <target>dist</target> 28 <target>compile</target> 29 </action> 30 <action name="debug"> 31 <script>nbproject/ide-targets.xml</script> 32 <target>debug-nb</target> 29 33 </action> 30 34 </ide-actions> 35 <export> 36 <type>jar</type> 37 <location>../../dist/FastDraw.jar</location> 38 <build-target>compile</build-target> 39 </export> 31 40 <view> 32 41 <items> … … 44 53 <ide-action name="clean"/> 45 54 <ide-action name="run"/> 55 <ide-action name="debug"/> 46 56 </context-menu> 47 57 </view> … … 51 61 <package-root>src</package-root> 52 62 <classpath mode="compile">../../core/src</classpath> 63 <built-to>../../dist/FastDraw.jar</built-to> 53 64 <source-level>1.6</source-level> 54 65 </compilation-unit>
Note:
See TracChangeset
for help on using the changeset viewer.