You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ep...@apache.org on 2003/02/28 21:23:05 UTC

cvs commit: jakarta-commons-sandbox/configuration/conf test.xml test2.properties

epugh       2003/02/28 12:23:05

  Added:       configuration/conf test.xml test2.properties
  Log:
  New files to support tests
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/configuration/conf/test.xml
  
  Index: test.xml
  ===================================================================
  <baseElement>
    <element>value</element>
    <element2>
      <subelement>
        <subsubelement>I'm complex!</subsubelement>
      </subelement>
    </element2>
    <test>
    	<short>8</short>
    </test>
  </baseElement>
  
  
  1.1                  jakarta-commons-sandbox/configuration/conf/test2.properties
  
  Index: test2.properties
  ===================================================================
  configuration.loaded = true
  
  packages = override.packages
  
  
  #
  # Other test properties
  #
  
  test.equals = value=one
  
  test.empty=
  
  #
  # Non String Properties
  #
  
  test.boolean       = true
  test.boolean.array = false
  test.boolean.array = true
  
  test.byte       = 10
  test.byte.array = 20
  test.byte.array = 30
  
  test.double       = 10.25
  test.double.array = 20.35
  test.double.array = 30.45
  
  test.float       = 20.25
  test.float.array = 30.35
  test.float.array = 40.45
  
  test.integer       = 10
  test.integer.array = 20
  test.integer.array = 30
  
  test.long       = 1000000
  test.long.array = 2000000
  test.long.array = 3000000
  
  test.short       = 1
  test.short.array = 2
  test.short.array = 3
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org