~ubuntu-branches/ubuntu/saucy/commons-configuration/saucy

« back to all changes in this revision

Viewing changes to conf/testMultiConfiguration_default.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-07-01 16:29:44 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130701162944-98waq5gogha5gpn1
Tags: 1.9-1
* New upstream release
* debian/control:
  - Updated Standards-Version to 3.9.4 (no changes)
  - Use canonical URLs for the Vcs-* fields
  - Added new build dependencies (libjavacc-maven-plugin-java, junit4)
  - Upgraded the dependency on the Servlet API (2.5 -> 3.0)
  - Removed the dependency on the Activation Framework (glassfish-activation)
  - Replaced the dependency on glassfish-mail with libgnumail-java
  - Removed the unused dependencies:
    liblog4j1.2-java-doc, libmaven-assembly-plugin-java
  - Replaced the dependency on libcommons-jexl-java by libcommons-jexl2-java
* debian/watch: Changed to point the official Apache distribution server
* Removed the obsolete file debian/ant.properties
* Installed the upstream changelog in the binary packages
* Added the report plugins to maven.ignoreRules
* Added the classpath attribute to the jar manifest

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1" ?>
2
 
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
 
           xsi:noNamespaceSchemaLocation="http://commons.apache.org/testMultiConfiguration.xsd">
4
 
  <colors>
5
 
    <background>#40404040</background>
6
 
    <text>#000000</text>
7
 
    <header>#444444</header>
8
 
    <link normal="#040404" visited="#404040"/>
9
 
    <default>${colors.default}</default>
10
 
  </colors>
11
 
  <rowsPerPage>50</rowsPerPage>
12
 
  <buttons>
13
 
    <name>OK-4,Cancel-4,Help-4</name>
14
 
  </buttons>
15
 
  <numberFormat pattern="###\,###.##"/>
16
 
  <!-- Comma delimited lists -->
17
 
  <split>
18
 
    <list1>a,b,c</list1>
19
 
    <list2>a\,b\,c</list2>
20
 
    <list3 values="a,b,c"/>
21
 
    <list4 values="a\,b\,c"/>
22
 
  </split>
23
 
  <Channels>
24
 
    <Channel id="1">
25
 
      <Name>Channel 1</Name>
26
 
      <ChannelData>test 1 data</ChannelData>
27
 
    </Channel>
28
 
    <Channel id="2">
29
 
      <Name>Channel 2</Name>
30
 
      <ChannelData>test 2 data</ChannelData>
31
 
    </Channel>
32
 
  </Channels>
33
 
</configuration>
 
 
b'\\ No newline at end of file'