Changeset 23913 in osm for applications/editors/josm/plugins/smed_fw/build.xml
- Timestamp:
- 2010-10-30T11:31:42+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed_fw/build.xml
r23895 r23913 40 40 ** should not be necessary to change the following properties 41 41 --> 42 <property name="josm" location=" ../../core/dist/josm-custom.jar" />42 <property name="josm" location="core/dist/josm-custom.jar" /> 43 43 <property name="felix" location="core/dist/felix.jar"/> 44 44 <property name="plugin.build.dir" value="build/" /> … … 104 104 </fileset> 105 105 </copy> 106 107 <copy file="${felix}" todir="${plugin.build.dir}" /> 108 106 109 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 107 110 <!-- … … 125 128 --> 126 129 <attribute name="Plugin-Version" value="${version.entry.commit.revision}" /> 130 <attribute name="Class-Path" value="bin/felix.jar"/> 127 131 128 132 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.
