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

Last change on this file since 9602 was 9524, checked in by Don-vip, 8 years ago

CustomConfigurator - add unit test, javadoc, and use JavaScript engine instead of rhino, gone with Java 8 (replaced by Nashorn)

File size: 250 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<config>
3<preferences operation="append">
4<list key="test">
5 <entry value="11111111"/>
6 <entry value="2222222"/>
7 <entry value="333333333"/>
8 </list>
9</preferences>
10</config>
Note: See TracBrowser for help on using the repository browser.