Changeset 3996 in osm for applications/editors/josm/plugins/lang/build.xml
- Timestamp:
- 2007-08-07T23:46:08+02:00 (19 years ago)
- Location:
- applications/editors/josm/plugins/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lang
- Property svn:ignore
-
old new 1 1 alljava.txt 2 dist
-
- Property svn:ignore
-
applications/editors/josm/plugins/lang/build.xml
r3508 r3996 13 13 <target name="install"> 14 14 <mkdir dir="${language}/bin"/> 15 <mkdir dir="dist"/> 15 16 <javac srcdir="${language}/src" classpath="${josm}/dist/josm-custom.jar" destdir="${language}/bin" /> 16 17 … … 25 26 <copy file="i18n.properties" todir="${language}/bin/org/openstreetmap/josm" /> 26 27 27 <jar destfile=" ${user.home}/.josm/plugins/lang-${language}.jar" basedir="${language}/bin">28 <jar destfile="dist/lang-${language}.jar" basedir="${language}/bin"> 28 29 <manifest> 29 30 <attribute name="Plugin-Class" value="org.openstreetmap.josm.TranslationLoader_${language}" />
Note:
See TracChangeset
for help on using the changeset viewer.
