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

Last change on this file since 16329 was 16329, checked in by simon04, 4 years ago

fix #18830 - Remove PreferencesUtils#readPrefsFromJS due to Nashorn removal

  • Property svn:eol-style set to native
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.