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

« back to all changes in this revision

Viewing changes to conf/testcombine1.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
 
 
3
 
<config>
4
 
  <gui>
5
 
    <bgcolor>green</bgcolor>
6
 
    <selcolor>yellow</selcolor>
7
 
    <level default="2">1</level>
8
 
  </gui>
9
 
  <net>
10
 
    <proxy>
11
 
      <url>http://www.url1.org</url>
12
 
      <url>http://www.url2.org</url>
13
 
      <url>http://www.url3.org</url>
14
 
    </proxy>
15
 
    <service>
16
 
      <url>http://service1.org</url>
17
 
    </service>
18
 
    <server>
19
 
    </server>
20
 
  </net>
21
 
  <base>
22
 
    <services>
23
 
      <security>
24
 
        <login>
25
 
          <user>Admin</user>
26
 
          <passwd type="secret"/>
27
 
        </login>
28
 
      </security>
29
 
    </services>
30
 
  </base>
31
 
  <database>
32
 
    <tables>
33
 
      <table id="1">
34
 
        <name>documents</name>
35
 
        <fields>
36
 
          <field>
37
 
            <name>docid</name>
38
 
            <type>long</type>
39
 
          </field>
40
 
          <field>
41
 
            <name>docname</name>
42
 
            <type>varchar</type>
43
 
          </field>
44
 
          <field>
45
 
            <name>authorID</name>
46
 
            <type>int</type>
47
 
          </field>
48
 
        </fields>
49
 
      </table>
50
 
    </tables>
51
 
  </database>
52
 
  <Channels>
53
 
    <Channel id="1" type="half">
54
 
      <Name>My Channel</Name>
55
 
    </Channel>
56
 
    <Channel id="2">
57
 
      <MoreChannelData>more test 2 data</MoreChannelData>
58
 
    </Channel>
59
 
    <Channel id="3" type="half">
60
 
      <Name>Test Channel</Name>
61
 
    </Channel> 
62
 
  </Channels>  
63
 
</config>