Changeset 32301 in osm for applications/editors
- Timestamp:
- 2016-06-18T00:37:06+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
r32068 r32301 9 9 <property name="plugin.dist.dir" value="../../dist" /> 10 10 <property name="plugin.jar" value="${plugin.dist.dir}/CustomizePublicTransportStop.jar" /> 11 <property name="josm" location="../../dist/josm-custom.jar"/> 11 <property name="josm" location="../../core/dist/josm-custom.jar"/> 12 12 13 13 <target name="init"> … … 22 22 <path id="compile.path"> 23 23 <pathelement location="${josm}" /> 24 <fileset dir="lib">25 <include name="**/*.jar"/>26 </fileset>27 24 </path> 28 25
Note:
See TracChangeset
for help on using the changeset viewer.