Changeset 16064 in josm for trunk/ide/netbeans/nbbuild.xml
- Timestamp:
- 2020-03-07T23:51:06+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ide/netbeans/nbbuild.xml
r9765 r16064 13 13 <import file="nbproject/build-impl.xml" as="nbimpl"/> 14 14 15 <import file="../ build.xml" as="josmbase"/> <!-- import the main JOSM ant file -->15 <import file="../../build.xml" as="josmbase"/> <!-- import the main JOSM ant file --> 16 16 17 17 <!-- … … 80 80 --> 81 81 <target name="copy-josm-resources"> 82 <copy file="../ CONTRIBUTION" todir="${build.classes.dir}"/>83 <copy file="../ README" todir="${build.classes.dir}"/>84 <copy file="../ LICENSE" todir="${build.classes.dir}"/>85 <copy file="../ gpl-2.0.txt" todir="${build.classes.dir}" />86 <copy file="../ gpl-3.0.txt" todir="${build.classes.dir}" />87 <copy todir="${build.classes.dir}/images"><fileset dir="../ images"/></copy>88 <copy todir="${build.classes.dir}/data"><fileset dir="../ data"/></copy>89 <copy todir="${build.classes.dir}/styles"><fileset dir="../ styles"/></copy>82 <copy file="../../CONTRIBUTION" todir="${build.classes.dir}"/> 83 <copy file="../../README" todir="${build.classes.dir}"/> 84 <copy file="../../LICENSE" todir="${build.classes.dir}"/> 85 <copy file="../../gpl-2.0.txt" todir="${build.classes.dir}" /> 86 <copy file="../../gpl-3.0.txt" todir="${build.classes.dir}" /> 87 <copy todir="${build.classes.dir}/images"><fileset dir="../../resources/images"/></copy> 88 <copy todir="${build.classes.dir}/data"><fileset dir="../../resources/data"/></copy> 89 <copy todir="${build.classes.dir}/styles"><fileset dir="../../resources/styles"/></copy> 90 90 <copy todir="${build.classes.dir}/org/openstreetmap/gui/jmapviewer/images"> 91 <fileset dir="../ src/org/openstreetmap/gui/jmapviewer/images"/>91 <fileset dir="../../src/org/openstreetmap/gui/jmapviewer/images"/> 92 92 </copy> 93 93 </target>
Note:
See TracChangeset
for help on using the changeset viewer.