libraries/ltkutils/tsrc/test1.idf
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # test1.idf
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 # Description:
       
    14 # Test Ini Description File
       
    15 
       
    16 integer			integer
       
    17 integer.name		An integer value
       
    18 integer.description	Something to test parsing of integers
       
    19 
       
    20 string			string
       
    21 string.name		A string
       
    22 string.description	A setting to text string handling
       
    23 
       
    24 file			filename
       
    25 file.name		A filename
       
    26 file.description	In order to test filename handing
       
    27 
       
    28 opt			enum
       
    29 opt.name		An enumeration
       
    30 opt.description		An option, yes or no
       
    31 opt.values		yes,no
       
    32 
       
    33 bool			boolean
       
    34 bool.name		A boolean
       
    35 bool.description	A test for boolean values
       
    36