]> vaikene.ee Git - ebuild/blob - dev-cpp/xsd/files/3.3.0-xsdcxx-rename.patch
Lisatud RIA poolt tellitud ametliku ID kaardi tarkvara v3.5_rc ebuild failid.
[ebuild] / dev-cpp / xsd / files / 3.3.0-xsdcxx-rename.patch
1 diff --git a/documentation/xsd.1 b/documentation/xsd.1
2 index 8b97b14..213f6f6 100644
3 --- a/documentation/xsd.1
4 +++ b/documentation/xsd.1
5 @@ -1,16 +1,16 @@
6 .\" Process this file with
7 -.\" groff -man -Tascii xsd.1
8 +.\" groff -man -Tascii xsdcxx.1
9 .\"
10 .TH XSD 1 "April 2010" "XSD 3.3.0"
11 .SH NAME
12 -xsd \- W3C XML Schema to C++ Compiler
13 +xsdcxx \- W3C XML Schema to C++ Compiler
14 .\"
15 .\"
16 .\"
17 .\"--------------------------------------------------------------------
18 .SH SYNOPSIS
19 .\"--------------------------------------------------------------------
20 -.B xsd
21 +.B xsdcxx
22 .I command
23 .B [
24 .I options
25 @@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
26 .I file
27 .B ...]
28 .in
29 -.B xsd help
30 +.B xsdcxx help
31 .B [
32 .I command
33 .B ]
34 .in
35 -.B xsd version
36 +.B xsdcxx version
37 .\"
38 .\"
39 .\"
40 .\"--------------------------------------------------------------------
41 .SH DESCRIPTION
42 .\"--------------------------------------------------------------------
43 -.B xsd
44 +.B xsdcxx
45 generates vocabulary-specific, statically-typed C++ mapping from W3C XML
46 Schema definitions. Particular mapping to produce is selected by a
47 .IR command .
48 @@ -203,7 +203,7 @@ For example, if you have file
49 with namespace
50 .B http://example.com/hello
51 and you run
52 -.B xsd
53 +.B xsdcxx
54 on this file, then the string in question will be:
55
56 .B hello.xsd. http://example.com/hello
57 @@ -1877,7 +1877,7 @@ option. With this approach you don't need to worry about shell quoting.
58 .\"
59 .SH DIAGNOSTICS
60 If the input file is not a valid W3C XML Schema definition,
61 -.B xsd
62 +.B xsdcxx
63 will issue diagnostic messages to
64 .B STDERR
65 and exit with non-zero exit code.
66 diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml
67 index 4acf822..af630bf 100644
68 --- a/documentation/xsd.xhtml
69 +++ b/documentation/xsd.xhtml
70 @@ -50,19 +50,19 @@
71
72 <h1>NAME</h1>
73
74 - <p>xsd - W3C XML Schema to C++ Compiler</p>
75 + <p>xsdcxx - W3C XML Schema to C++ Compiler</p>
76
77 <h1>SYNOPSIS</h1>
78
79 <dl id="synopsis">
80 - <dt><code><b>xsd</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
81 - <dt><code><b>xsd help</b> [<i>command</i>]</code></dt>
82 - <dt><code><b>xsd version</b></code></dt>
83 + <dt><code><b>xsdcxx</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
84 + <dt><code><b>xsdcxx help</b> [<i>command</i>]</code></dt>
85 + <dt><code><b>xsdcxx version</b></code></dt>
86 </dl>
87
88 <h1>DESCRIPTION</h1>
89
90 - <p><code><b>xsd</b></code> generates vocabulary-specific, statically-typed
91 + <p><code><b>xsdcxx</b></code> generates vocabulary-specific, statically-typed
92 C++ mapping from W3C XML Schema definitions. Particular mapping to
93 produce is selected by a <code><i>command</i></code>. Each mapping has
94 a number of mapping-specific <code><i>options</i></code> that should
95 @@ -104,7 +104,7 @@
96
97 <dt><code><b>help</b></code></dt>
98 <dd>Print usage information and exit. Use
99 - <p><code><b>xsd help</b> <i>command</i></code></p>
100 + <p><code><b>xsdcxx help</b> <i>command</i></code></p>
101 for command-specific help.
102 </dd>
103
104 @@ -174,7 +174,7 @@
105
106 <p>For example, if you have file <code><b>hello.xsd</b></code>
107 with namespace <code><b>http://example.com/hello</b></code> and you run
108 - <code><b>xsd</b></code> on this file, then the string in question
109 + <code><b>xsdcxx</b></code> on this file, then the string in question
110 will be:</p>
111
112 <p><code><b>hello.xsd. http://example.com/hello</b></code></p>
113 @@ -1575,7 +1575,7 @@ namespace .*
114 <h1>DIAGNOSTICS</h1>
115
116 <p>If the input file is not a valid W3C XML Schema definition,
117 - <code><b>xsd</b></code> will issue diagnostic messages to STDERR
118 + <code><b>xsdcxx</b></code> will issue diagnostic messages to STDERR
119 and exit with non-zero exit code.</p>
120
121 <h1>BUGS</h1>