Changeset 21422 in osm for applications/editors/josm/plugins
- Timestamp:
- 2010-05-23T19:03:01+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/osmarender
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/.project
r1438 r21422 6 6 </projects> 7 7 <buildSpec> 8 <buildCommand> 9 <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> 10 <triggers>full,incremental,</triggers> 11 <arguments> 12 <dictionary> 13 <key>LaunchConfigHandle</key> 14 <value><project>/.externalToolBuilders/copy_styles.launch</value> 15 </dictionary> 16 </arguments> 17 </buildCommand> 8 18 <buildCommand> 9 19 <name>org.eclipse.jdt.core.javabuilder</name> -
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.