Ignore:
Timestamp:
2015-06-06T18:54:58+02:00 (10 years ago)
Author:
akks
Message:

[josm_fastdraw] Fix settings saving, allow edit existing ways (Q)

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  
    77        </general-data>
    88        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
    9             <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
     9            <!-- Не используйте средство настройки свойств проекта при редактировании файла вручную.
     10 Чтобы средство настройки не отображалось, создайте файл nbproject/project.properties и добавьте в него свойство
     11auxiliary.show.customizer=false.
     12Если добавлено свойство
     13auxiliary.show.customizer.message=<message>,
     14 при попытке открытия средства настройки любым пользователем будет отображаться заданное сообщение.  -->
    1015            <name>FastDraw</name>
    1116            <properties/>
    1217            <folders>
    1318                <source-folder>
     19                    <label>FastDraw</label>
     20                    <location>.</location>
     21                    <encoding>UTF-8</encoding>
     22                </source-folder>
     23                <source-folder>
    1424                    <label>src</label>
    1525                    <type>java</type>
    1626                    <location>src</location>
     27                    <encoding>UTF-8</encoding>
    1728                </source-folder>
    1829                <build-file>
    19                     <location>../../dist/FastDraw.jar</location>
     30                    <location>F:\josm\core\dist\josm-custom.jar</location>
    2031                </build-file>
    2132            </folders>
    2233            <ide-actions>
    2334                <action name="build">
    24                     <target>compile</target>
     35                    <target>install</target>
    2536                </action>
    2637                <action name="clean">
     
    3041                    <target>runjosm</target>
    3142                </action>
     43                <action name="test">
     44                    <target>test</target>
     45                </action>
    3246                <action name="rebuild">
    3347                    <target>clean</target>
    34                     <target>compile</target>
     48                    <target>install</target>
    3549                </action>
    3650                <action name="debug">
    37                     <script>nbproject/ide-targets.xml</script>
     51                    <script>nbproject/ide-file-targets.xml</script>
    3852                    <target>debug-nb</target>
    3953                </action>
     
    4155            <export>
    4256                <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>
    4559            </export>
    4660            <view>
     
    5973                    <ide-action name="clean"/>
    6074                    <ide-action name="run"/>
     75                    <ide-action name="test"/>
    6176                    <ide-action name="debug"/>
    6277                </context-menu>
     
    6782            <compilation-unit>
    6883                <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>
    7186                <source-level>1.7</source-level>
    7287            </compilation-unit>
Note: See TracChangeset for help on using the changeset viewer.