Ignore:
Timestamp:
2011-08-05T10:05:38+02:00 (14 years ago)
Author:
akks
Message:

'FastDraw: draw last line segment, up/down=change minDelta'

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
  • applications/editors/josm/plugins/FastDraw/nbproject/project.xml

    r26448 r26455  
    1616            <ide-actions>
    1717                <action name="build">
    18                     <target>dist</target>
     18                    <target>compile</target>
    1919                </action>
    2020                <action name="clean">
     
    2626                <action name="rebuild">
    2727                    <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>
    2933                </action>
    3034            </ide-actions>
     35            <export>
     36                <type>jar</type>
     37                <location>../../dist/FastDraw.jar</location>
     38                <build-target>compile</build-target>
     39            </export>
    3140            <view>
    3241                <items>
     
    4453                    <ide-action name="clean"/>
    4554                    <ide-action name="run"/>
     55                    <ide-action name="debug"/>
    4656                </context-menu>
    4757            </view>
     
    5161                <package-root>src</package-root>
    5262                <classpath mode="compile">../../core/src</classpath>
     63                <built-to>../../dist/FastDraw.jar</built-to>
    5364                <source-level>1.6</source-level>
    5465            </compilation-unit>
Note: See TracChangeset for help on using the changeset viewer.