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

« back to all changes in this revision

Viewing changes to conf/testMultiTenentConfigurationBuilder4.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
 
<!-- Test configuration definition file that demonstrates complex initialization -->
3
 
<configuration>
4
 
  <header>
5
 
    <result delimiterParsingDisabled="true" forceReloadCheck="true" loggerName="TestLogger"
6
 
            config-class="org.apache.commons.configuration.DynamicCombinedConfiguration"
7
 
            keyPattern="$${test:Id}">
8
 
      <nodeCombiner config-class="org.apache.commons.configuration.tree.MergeCombiner"/>
9
 
      <expressionEngine
10
 
          config-class="org.apache.commons.configuration.tree.xpath.XPathExpressionEngine"/>
11
 
    </result>
12
 
    <lookups>
13
 
      <lookup config-prefix="test"
14
 
              config-class="org.apache.commons.configuration.TestDynamicCombinedConfiguration$ThreadLookup"/>
15
 
    </lookups>
16
 
    <entity-resolver catalogFiles="catalog.xml"/>
17
 
    <providers>
18
 
      <provider config-tag="multifile"
19
 
         config-class="org.apache.commons.configuration.DefaultConfigurationBuilder$FileConfigurationProvider"
20
 
         configurationClass="org.apache.commons.configuration.MultiFileHierarchicalConfiguration"/>
21
 
    </providers>
22
 
  </header>
23
 
  <override>
24
 
    <multifile filePattern="testMultiConfiguration_$$${test:Id}.xml"
25
 
               config-name="clientConfig" delimiterParsingDisabled="true" schemaValidation="true">
26
 
       <expressionEngine
27
 
          config-class="org.apache.commons.configuration.tree.xpath.XPathExpressionEngine"/>
28
 
       <reloadingStrategy refreshDelay="500"
29
 
          config-class="org.apache.commons.configuration.reloading.FileRandomReloadingStrategy"/>
30
 
    </multifile>
31
 
    <xml fileName="testMultiConfiguration_default.xml"
32
 
         config-name="defaultConfig" delimiterParsingDisabled="true" schemaValidation="true">
33
 
      <expressionEngine
34
 
          config-class="org.apache.commons.configuration.tree.xpath.XPathExpressionEngine"/>
35
 
      <reloadingStrategy refreshDelay="500"
36
 
          config-class="org.apache.commons.configuration.reloading.FileRandomReloadingStrategy"/>
37
 
    </xml>
38
 
  </override>
39
 
</configuration>
 
 
b'\\ No newline at end of file'