Changeset 21422 in osm for applications/editors/josm/plugins/osmarender/build.xml
- Timestamp:
- 2010-05-23T19:03:01+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/build.xml
r21252 r21422 17 17 ** 18 18 ** To build against the core in ../../core, create a correct manifest and deploy to 19 ** SVN, 19 ** SVN, 20 20 ** set the properties commit.message and plugin.main.version 21 21 ** and run … … 48 48 </javac> 49 49 </target> 50 <target name=" dist" depends="compile,revision">50 <target name="copy-styles"> 51 51 <copy todir="${plugin.build.dir}" file="${xslt}/osmarender.xsl" /> 52 52 <copy tofile="${plugin.build.dir}/osm-map-features.xml" file="${stylesheets}/osm-map-features-z17.xml" /> 53 </target> 54 <target name="dist" depends="compile,revision,copy-styles"> 53 55 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 54 56 <manifest> … … 96 98 97 99 <!-- 98 ************************** Publishing the plugin *********************************** 100 ************************** Publishing the plugin *********************************** 99 101 --> 100 102 <!-- 101 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 103 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 102 104 ** property ${coreversion.info.entry.revision} 103 105 ** … … 148 150 149 151 <!-- 150 ** commits the plugin.jar 152 ** commits the plugin.jar 151 153 --> 152 154 <target name="commit-dist"> 153 155 <echo> 154 156 ***** Properties of published ${plugin.jar} ***** 155 Commit message : '${commit.message}' 157 Commit message : '${commit.message}' 156 158 Plugin-Mainversion: ${plugin.main.version} 157 159 JOSM build version: ${coreversion.info.entry.revision} 158 160 Plugin-Version : ${version.entry.commit.revision} 159 ***** / Properties of published ${plugin.jar} ***** 160 161 ***** / Properties of published ${plugin.jar} ***** 162 161 163 Now commiting ${plugin.jar} ... 162 164 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.