Ignore:
Timestamp:
2013-08-21T01:15:45+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] bunch of tiny things

Location:
applications/editors/josm/plugins/log4j
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/log4j

    • Property svn:ignore
      •  

        old new  
        11build
        22REVISION
         3bin
  • applications/editors/josm/plugins/log4j/build.xml

    r29435 r29853  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is a template build file for a JOSM  plugin.
    4 **
    5 ** Maintaining versions
    6 ** ====================
    7 ** see README.template
    8 **
    9 ** Usage
    10 ** =====
    11 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="log4j" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
     
    4214    <!--<property name="plugin.icon" value="..."/>-->
    4315    <!--<property name="plugin.link" value="..."/>-->
    44     <!--<property name="plugin.early" value="..."/>-->
     16    <property name="plugin.early" value="true"/>
    4517    <!--<property name="plugin.requires" value="..."/>-->
    4618    <property name="plugin.stage" value="5"/>
Note: See TracChangeset for help on using the changeset viewer.