Last change
on this file since 17198 was 16329, checked in by simon04, 5 years ago |
fix #18830 - Remove PreferencesUtils#readPrefsFromJS due to Nashorn removal
|
-
Property svn:eol-style
set to
native
|
File size:
274 bytes
|
Rev | Line | |
---|
[9958] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
---|
| 2 | <config>
|
---|
[16329] | 3 | <var name="secret" value="JOSM"/>
|
---|
[9958] | 4 | <preferences operation="append">
|
---|
| 5 | <list key="test">
|
---|
| 6 | <entry value="11111111"/>
|
---|
| 7 | <entry value="2222222"/>
|
---|
[16329] | 8 | <entry value="${secret}"/>
|
---|
[9958] | 9 | </list>
|
---|
| 10 | </preferences>
|
---|
| 11 | </config>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.