logo separator

[mkgmap-dev] splitter r386 - version number

From Steve Ratcliffe steve at parabola.me.uk on Wed May 21 05:48:01 BST 2014

On 21/05/14 05:07, Gerd Petermann wrote:
> @Steve: The official splitter.jar still doesn't contain
> splitter-version.properties .

The build target in build.xml use to copy stuff from the resources
directory to the build/classes directory:

  <copy todir="${build.classes}">
       <fileset dir="${resources}">
         <include name="*.csv"/>
         <include name="*.properties"/>
         <include name="**/*.trans"/>
       </fileset>
  </copy>

This got removed along with the directory. Only the *.properties part is
needed.

..Steve


More information about the mkgmap-dev mailing list