nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 31 Jul 2020 00:07:04 +0200
branchv_0
changeset 29 509cac0cf411
parent 13 816094aa1fff
permissions -rw-r--r--
xslt: relpipe-out-xhtml: customizable strings and CSS This commands now accepts following parameters: --title --css-appendix --description --record-count-prefix --record-count-suffix --relation-name-prefix --relation-name-suffix and allows to customize (e.g. localize) the XHTML output or override CSS rules by providing own. Attribute names, types and record counts have CSS classes and can be styled or (visually) removed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     2
<!--
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     4
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     5
Copyright (c) 2014, 2016 Oracle and/or its affiliates. All rights reserved.
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     7
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     8
Other names may be trademarks of their respective owners.
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     9
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    10
The contents of this file are subject to the terms of either the GNU
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    11
General Public License Version 2 only ("GPL") or the Common
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    12
Development and Distribution License("CDDL") (collectively, the
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    13
"License"). You may not use this file except in compliance with the
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    14
License. You can obtain a copy of the License at
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    15
http://www.netbeans.org/cddl-gplv2.html
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    16
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    17
specific language governing permissions and limitations under the
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    18
License.  When distributing the software, include this License Header
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    19
Notice in each file and include the License file at
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    20
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    21
particular file as subject to the "Classpath" exception as provided
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    22
by Oracle in the GPL Version 2 section of the License file that
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    23
accompanied this code. If applicable, add the following below the
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    24
License Header, with the fields enclosed by brackets [] replaced by
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    25
your own identifying information:
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    26
"Portions Copyrighted [year] [name of copyright owner]"
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    27
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    28
If you wish your version of this file to be governed by only the CDDL
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    29
or only the GPL Version 2, indicate your decision by adding
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    30
"[Contributor] elects to include this software in this distribution
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    31
under the [CDDL or GPL Version 2] license." If you do not indicate a
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    32
single choice of license, a recipient has the option to distribute
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    33
your version of this file under either the CDDL, the GPL Version 2 or
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    34
to extend the choice of license to its licensees as provided above.
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    35
However, if you add GPL Version 2 code and therefore, elected the GPL
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    36
Version 2 license, then the option applies only if the new code is
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    37
made subject to such option by the copyright holder.
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    38
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    39
Contributor(s):
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    40
-->
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
<configurationDescriptor version="100">
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    43
    <df root="." name="0">
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    44
      <df name="src">
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    45
        <in>relpipe-out-xml.cpp</in>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    46
      </df>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    47
    </df>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
    <logicalFolder name="ExternalFiles"
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
                   displayName="Important Files"
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
                   projectFiles="false"
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
                   kind="IMPORTANT_FILES_FOLDER">
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    52
      <itemPath>CMakeLists.txt</itemPath>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    53
      <itemPath>build/Debug/Makefile</itemPath>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
    </logicalFolder>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
  </logicalFolder>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    56
  <sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    57
  <sourceRootList>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    58
    <Elem>.</Elem>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    59
  </sourceRootList>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    60
  <projectmakefile>build/Debug/Makefile</projectmakefile>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
  <confs>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    62
    <conf name="Debug" type="0">
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
      <toolsSet>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64
        <compilerSet>default</compilerSet>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    65
        <dependencyChecking>false</dependencyChecking>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    66
        <rebuildPropChanged>false</rebuildPropChanged>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    67
      </toolsSet>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    68
      <flagsDictionary>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    69
        <element flagsID="0" commonFlags="-fsanitize=address"/>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    70
      </flagsDictionary>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    71
      <codeAssistance>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    72
      </codeAssistance>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    73
      <makefileType>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    74
        <makeTool>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    75
          <buildCommandWorkingDir>build/Debug</buildCommandWorkingDir>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    76
          <buildCommand>${MAKE} -f Makefile</buildCommand>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    77
          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    78
          <executablePath>build/Debug/src/relpipe-out-xml</executablePath>
13
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    79
          <ccTool>
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    80
            <incDir>
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    81
              <pElem>../relpipe-lib-reader.cpp/include</pElem>
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    82
              <pElem>../relpipe-lib-cli.cpp/include</pElem>
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    83
              <pElem>../relpipe-lib-xmlwriter.cpp/include</pElem>
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    84
              <pElem>build/Debug/src</pElem>
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    85
            </incDir>
816094aa1fff move common XML code to relpipe-lib-xmlwriter (a header-only library)
František Kučera <franta-hg@frantovo.cz>
parents: 7
diff changeset
    86
          </ccTool>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    87
        </makeTool>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    88
        <preBuild>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    89
          <preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    90
          <preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    91
          <preBuildFirst>true</preBuildFirst>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    92
        </preBuild>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    93
      </makefileType>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    94
      <item path="src/relpipe-out-xml.cpp" ex="false" tool="1" flavor2="0">
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    95
        <ccTool flags="0">
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    96
        </ccTool>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    97
      </item>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    98
    </conf>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    99
    <conf name="Release" type="0">
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   100
      <toolsSet>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   101
        <compilerSet>default</compilerSet>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   102
        <dependencyChecking>false</dependencyChecking>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   103
        <rebuildPropChanged>false</rebuildPropChanged>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   104
      </toolsSet>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   105
      <codeAssistance>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   106
      </codeAssistance>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   107
      <makefileType>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   108
        <makeTool>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   109
          <buildCommandWorkingDir>build/Release</buildCommandWorkingDir>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   110
          <buildCommand>${MAKE} -f Makefile</buildCommand>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   111
          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   112
          <executablePath>build/Release/src/welcome</executablePath>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   113
          <ccTool>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   114
            <incDir>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   115
              <pElem>src</pElem>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   116
            </incDir>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   117
            <preprocessorList>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   118
              <Elem>NDEBUG</Elem>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   119
            </preprocessorList>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   120
          </ccTool>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   121
        </makeTool>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   122
        <preBuild>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   123
          <preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   124
          <preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   125
          <preBuildFirst>true</preBuildFirst>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   126
        </preBuild>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   127
      </makefileType>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   128
    </conf>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   129
  </confs>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   130
</configurationDescriptor>