nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 19:10:24 +0200
branchv_0
changeset 16 9b8139bb0519
parent 15 09ca53671b28
child 22 e81019af67dc
permissions -rw-r--r--
handler structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<configurationDescriptor version="100">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <logicalFolder name="HeaderFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
                   displayName="Header Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
                   projectFiles="true">
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
     7
      <itemPath>src/types/BooleanDataTypeReader.h</itemPath>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
     8
      <itemPath>src/DataTypeReader.h</itemPath>
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
     9
      <itemPath>src/DataTypeReaderBase.h</itemPath>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    10
      <itemPath>src/DataTypeReaderCatalog.h</itemPath>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    11
      <itemPath>include/relpipe/reader/Factory.h</itemPath>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    12
      <itemPath>src/types/IntegerDataTypeReader.h</itemPath>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    13
      <itemPath>include/relpipe/reader/RelationalReader.h</itemPath>
16
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    14
      <itemPath>include/relpipe/reader/handlers/RelationalReaderBaseHandler.h</itemPath>
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    15
      <itemPath>include/relpipe/reader/handlers/RelationalReaderStringHandler.h</itemPath>
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    16
      <itemPath>include/relpipe/reader/handlers/RelationalReaderValueHandler.h</itemPath>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    17
      <itemPath>include/relpipe/reader/RelpipeReaderException.h</itemPath>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    18
      <itemPath>src/StreamRelationalReader.h</itemPath>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    19
      <itemPath>src/types/StringDataTypeReader.h</itemPath>
12
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    20
      <itemPath>include/relpipe/reader/TypeId.h</itemPath>
10
7fe3975f7e4b relpipe-lib-reader: move public header files to: include/relpipe/reader/
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    21
      <itemPath>include/relpipe/reader/typedefs.h</itemPath>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
    <logicalFolder name="ResourceFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
                   displayName="Resource Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
                   projectFiles="true">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
    <logicalFolder name="SourceFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
                   displayName="Source Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
                   projectFiles="true">
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    30
      <itemPath>src/Factory.cpp</itemPath>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
    <logicalFolder name="TestFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
                   displayName="Test Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
                   projectFiles="false"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
                   kind="TEST_LOGICAL_FOLDER">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
    <logicalFolder name="ExternalFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
                   displayName="Important Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
                   projectFiles="false"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
                   kind="IMPORTANT_FILES_FOLDER">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
      <itemPath>Makefile</itemPath>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
  </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
  <projectmakefile>Makefile</projectmakefile>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
  <confs>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
    <conf name="Debug" type="2">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
      <toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
        <compilerSet>default</compilerSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
        <dependencyChecking>true</dependencyChecking>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
        <rebuildPropChanged>false</rebuildPropChanged>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
      </toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
      <compileType>
11
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    53
        <ccTool>
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    54
          <commandLine>-fsanitize=address</commandLine>
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    55
        </ccTool>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    56
        <linkerTool>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    57
          <linkerLibItems>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    58
            <linkerOptionItem>`pkg-config --libs relpipe-lib-protocol.cpp`</linkerOptionItem>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    59
          </linkerLibItems>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    60
        </linkerTool>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
      </compileType>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    62
      <item path="include/relpipe/reader/Factory.h" ex="false" tool="3" flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    63
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    64
      <item path="include/relpipe/reader/RelationalReader.h"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    65
            ex="false"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    66
            tool="3"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    67
            flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    68
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    69
      <item path="include/relpipe/reader/RelpipeReaderException.h"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    70
            ex="false"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    71
            tool="3"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    72
            flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    73
      </item>
12
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    74
      <item path="include/relpipe/reader/TypeId.h" ex="false" tool="3" flavor2="0">
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    75
      </item>
16
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    76
      <item path="include/relpipe/reader/handlers/RelationalReaderBaseHandler.h"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    77
            ex="false"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    78
            tool="3"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    79
            flavor2="0">
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    80
      </item>
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    81
      <item path="include/relpipe/reader/handlers/RelationalReaderStringHandler.h"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    82
            ex="false"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    83
            tool="3"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    84
            flavor2="0">
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    85
      </item>
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    86
      <item path="include/relpipe/reader/handlers/RelationalReaderValueHandler.h"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    87
            ex="false"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    88
            tool="3"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    89
            flavor2="0">
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
    90
      </item>
10
7fe3975f7e4b relpipe-lib-reader: move public header files to: include/relpipe/reader/
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    91
      <item path="include/relpipe/reader/typedefs.h" ex="false" tool="3" flavor2="0">
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    92
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    93
      <item path="src/DataTypeReader.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    94
      </item>
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    95
      <item path="src/DataTypeReaderBase.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    96
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    97
      <item path="src/DataTypeReaderCatalog.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    98
      </item>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    99
      <item path="src/Factory.cpp" ex="false" tool="1" flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   100
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   101
      <item path="src/StreamRelationalReader.h" ex="false" tool="3" flavor2="0">
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   102
      </item>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   103
      <item path="src/types/BooleanDataTypeReader.h" ex="false" tool="3" flavor2="0">
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   104
      </item>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   105
      <item path="src/types/IntegerDataTypeReader.h" ex="false" tool="3" flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   106
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   107
      <item path="src/types/StringDataTypeReader.h" ex="false" tool="3" flavor2="0">
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   108
      </item>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   109
    </conf>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   110
    <conf name="Release" type="2">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   111
      <toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   112
        <compilerSet>default</compilerSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   113
        <dependencyChecking>true</dependencyChecking>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   114
        <rebuildPropChanged>false</rebuildPropChanged>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   115
      </toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   116
      <compileType>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   117
        <cTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   118
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   119
        </cTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   120
        <ccTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   121
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   122
        </ccTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   123
        <fortranCompilerTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   124
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   125
        </fortranCompilerTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   126
        <asmTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   127
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   128
        </asmTool>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   129
        <linkerTool>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   130
          <linkerLibItems>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   131
            <linkerOptionItem>`pkg-config --libs relpipe-lib-protocol.cpp`</linkerOptionItem>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   132
          </linkerLibItems>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   133
        </linkerTool>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   134
      </compileType>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   135
      <item path="include/relpipe/reader/Factory.h" ex="false" tool="3" flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   136
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   137
      <item path="include/relpipe/reader/RelationalReader.h"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   138
            ex="false"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   139
            tool="3"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   140
            flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   141
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   142
      <item path="include/relpipe/reader/RelpipeReaderException.h"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   143
            ex="false"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   144
            tool="3"
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   145
            flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   146
      </item>
12
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
   147
      <item path="include/relpipe/reader/TypeId.h" ex="false" tool="3" flavor2="0">
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
   148
      </item>
16
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   149
      <item path="include/relpipe/reader/handlers/RelationalReaderBaseHandler.h"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   150
            ex="false"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   151
            tool="3"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   152
            flavor2="0">
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   153
      </item>
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   154
      <item path="include/relpipe/reader/handlers/RelationalReaderStringHandler.h"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   155
            ex="false"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   156
            tool="3"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   157
            flavor2="0">
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   158
      </item>
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   159
      <item path="include/relpipe/reader/handlers/RelationalReaderValueHandler.h"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   160
            ex="false"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   161
            tool="3"
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   162
            flavor2="0">
9b8139bb0519 handler structure
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   163
      </item>
10
7fe3975f7e4b relpipe-lib-reader: move public header files to: include/relpipe/reader/
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
   164
      <item path="include/relpipe/reader/typedefs.h" ex="false" tool="3" flavor2="0">
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   165
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   166
      <item path="src/DataTypeReader.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   167
      </item>
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   168
      <item path="src/DataTypeReaderBase.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   169
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   170
      <item path="src/DataTypeReaderCatalog.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   171
      </item>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   172
      <item path="src/Factory.cpp" ex="false" tool="1" flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   173
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   174
      <item path="src/StreamRelationalReader.h" ex="false" tool="3" flavor2="0">
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   175
      </item>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   176
      <item path="src/types/BooleanDataTypeReader.h" ex="false" tool="3" flavor2="0">
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   177
      </item>
14
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   178
      <item path="src/types/IntegerDataTypeReader.h" ex="false" tool="3" flavor2="0">
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   179
      </item>
e8de089f95dd refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   180
      <item path="src/types/StringDataTypeReader.h" ex="false" tool="3" flavor2="0">
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   181
      </item>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   182
    </conf>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   183
  </confs>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   184
</configurationDescriptor>