Changeset 12781 in osm
- Timestamp:
- 2009-01-01T19:01:14+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/nearclick/build.xml
r12780 r12781 10 10 <!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary --> 11 11 <property name="josm" location="../../core/dist/josm-custom.jar" /> 12 <!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->13 12 <!-- target directory to place the plugin in --> 14 13 <!-- Windows has a different home directory scheme then unix/linux --> … … 20 19 <target name="init"> 21 20 <mkdir dir="build"></mkdir> 22 <mkdir dir="dist"></mkdir>23 21 </target> 24 22 <target name="compile" depends="init"> -
applications/editors/josm/plugins/plastic_laf/build.xml
r12780 r12781 11 11 <target name="dist"> 12 12 <echo message="creating ${plugin.jar}"/> 13 <mkdir dir="dist"></mkdir>14 13 <unjar dest="${plugin.build.dir}" src="lib/looks-2.0.4.jar" /> 15 14 <javac srcdir="src" destdir="${plugin.build.dir}"> -
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r12780 r12781 17 17 </target> 18 18 <target name="dist" depends="compile"> 19 <mkdir dir="dist"/>20 19 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 21 20 <env key="LANG" value="C"/> -
applications/editors/josm/plugins/waypoints/build.xml
r12780 r12781 13 13 <target name="init"> 14 14 <mkdir dir="build"></mkdir> 15 <mkdir dir="dist"></mkdir>16 15 </target> 17 16 <target name="compile" depends="init"> … … 46 45 <delete file="${plugin.jar}" /> 47 46 </target> 48 <target name="install" depends="dist">49 <copy file="dist/waypoints.jar" todir="${user.home}/.josm/plugins"/>50 </target>51 47 </project> -
applications/editors/josm/plugins/wmsplugin/build.xml
r12780 r12781 18 18 <target name="init"> 19 19 <mkdir dir="build"></mkdir> 20 <mkdir dir="dist"></mkdir>21 20 </target> 22 21 <target name="compile" depends="init">
Note:
See TracChangeset
for help on using the changeset viewer.