nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 31 Jul 2020 00:07:04 +0200
branchv_0
changeset 29 509cac0cf411
parent 7 c43219cf6a02
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"?>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
    <type>org.netbeans.modules.cnd.makeproject</type>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <configuration>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
        <data xmlns="http://www.netbeans.org/ns/make-project/1">
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
            <name>relpipe-out-xml.cpp</name>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
            <c-extensions/>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
            <cpp-extensions>cpp</cpp-extensions>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
            <header-extensions>h</header-extensions>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
            <sourceEncoding>UTF-8</sourceEncoding>
7
c43219cf6a02 netbeans project update after -lib-* cmake-conversions
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    11
            <sourceRootList>
c43219cf6a02 netbeans project update after -lib-* cmake-conversions
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    12
                <sourceRootElem>.</sourceRootElem>
c43219cf6a02 netbeans project update after -lib-* cmake-conversions
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    13
            </sourceRootList>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
            <make-dep-projects/>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    15
            <sourceRootList>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    16
                <sourceRootElem>.</sourceRootElem>
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    17
            </sourceRootList>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
            <confList>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
                <confElem>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
                    <name>Debug</name>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    21
                    <type>0</type>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
                </confElem>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                <confElem>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
                    <name>Release</name>
6
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    25
                    <type>0</type>
1
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
                </confElem>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
            </confList>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
            <formatting>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
                <project-formatting-style>false</project-formatting-style>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
            </formatting>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
        </data>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
    </configuration>
82ba555a97d1 relpipe-out-xml skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
</project>