source: josm/trunk/test/data/customconfigurator/append.xml

Last change on this file was 19519, checked in by stoecker, 2 months ago

unify eol-style

  • Property svn:eol-style set to LF
File size: 274 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<config>
3<var name="secret" value="JOSM"/>
4<preferences operation="append">
5<list key="test">
6 <entry value="11111111"/>
7 <entry value="2222222"/>
8 <entry value="${secret}"/>
9 </list>
10</preferences>
11</config>
Note: See TracBrowser for help on using the repository browser.