Ignore:
Timestamp:
2017-11-13T06:31:02+01:00 (9 years ago)
Author:
nyuriks
Message:

renamed Wikosm to Sophox, updated URLs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/build.xml

    r33673 r33808  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <project name="wikipedia" default="dist" basedir=".">
     2<project name="wikipedia" default="dist2" basedir=".">
    33
    44    <!-- enter the SVN commit message -->
     
    1717    <import file="../build-common.xml"/>
    1818
     19    <target name="dist2" depends="dist">
     20      <copy file="${plugin.jar}" todir="${plugin.dist.dir}/../.josm/plugins"/>
     21    </target>
     22
    1923</project>
Note: See TracChangeset for help on using the changeset viewer.