Changeset 23883 in osm for applications/editors
- Timestamp:
- 2010-10-27T22:27:19+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/smed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/build.xml
r23474 r23883 48 48 <property name="smed_core.dist.dir" value="core/dist/"/> 49 49 <property name="ant.build.javac.target" value="1.5"/> 50 <property name="plugin.jar" value="${plugin.dist.dir} /${ant.project.name}.jar"/>50 <property name="plugin.jar" value="${plugin.dist.dir}${ant.project.name}.jar"/> 51 51 52 52 <!-- … … 148 148 </exec> 149 149 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 150 <!-- 150 151 <delete file="REVISION"/> 152 --> 151 153 </target> 152 154 -
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages_de.properties
r23502 r23883 92 92 SmpDialogAction.212=Unbekannt 93 93 SmpDialogAction.213=*Wähle Form aus* 94 SmpDialogAction.214= Can95 SmpDialogAction.215= Cone94 SmpDialogAction.214=Zylinder 95 SmpDialogAction.215=Kegel 96 96 SmpDialogAction.8=beliebig 97 97
Note:
See TracChangeset
for help on using the changeset viewer.