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

« back to all changes in this revision

Viewing changes to conf/testcombine2.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
 
  <base>
5
 
    <services>
6
 
      <security>
7
 
        <login>
8
 
          <user type="default">scotty</user>
9
 
          <passwd>BeamMeUp</passwd>
10
 
        </login>
11
 
      </security>
12
 
    </services>
13
 
  </base>
14
 
  <gui>
15
 
    <bgcolor>black</bgcolor>
16
 
    <fgcolor>blue</fgcolor>
17
 
    <level min="1">4</level>
18
 
  </gui>
19
 
  <net>
20
 
    <server>
21
 
      <url>http://appsvr1.com</url>
22
 
      <url>http://appsvr2.com</url>
23
 
      <url>http://testsvr.com</url>
24
 
      <url>http://backupsvr.com</url>
25
 
    </server>
26
 
    <service>
27
 
      <url type="2">http://service2.org</url>
28
 
      <url type="2">http://service3.org</url>
29
 
    </service>
30
 
  </net>
31
 
  <database>
32
 
    <tables>
33
 
      <table id="2">
34
 
        <name>tasks</name>
35
 
        <fields>
36
 
          <field>
37
 
            <name>taskid</name>
38
 
            <type>long</type>
39
 
          </field>
40
 
          <field>
41
 
            <name>taskname</name>
42
 
            <type>varchar</type>
43
 
          </field>
44
 
        </fields>
45
 
      </table>
46
 
    </tables>
47
 
  </database>
48
 
  <Channels>
49
 
    <Channel id="1">
50
 
      <Name>Channel 1</Name>
51
 
      <ChannelData>test 1 data</ChannelData>
52
 
    </Channel>
53
 
    <Channel id="2" type="full">
54
 
      <Name>Channel 2</Name>
55
 
      <ChannelData>test 2 data</ChannelData>
56
 
    </Channel>
57
 
    <Channel id="3" type="full">
58
 
      <Name>Channel 3</Name>
59
 
      <ChannelData>test 3 data</ChannelData>
60
 
    </Channel>
61
 
  </Channels>
62
 
</config>