~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/cosNotification/doc/src/part.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-12-20 09:03:40 UTC
  • mto: (3.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20091220090340-w3kbi1lj1wp7l2m3
Tags: upstream-13.b.3-dfsg
ImportĀ upstreamĀ versionĀ 13.b.3-dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="latin1" ?>
2
2
<!DOCTYPE part SYSTEM "part.dtd">
3
3
 
4
 
<part>
 
4
<part xmlns:xi="http://www.w3.org/2001/XInclude">
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2000</year>
8
 
      <year>2007</year>
9
 
      <holder>Ericsson AB, All Rights Reserved</holder>
 
7
      <year>2000</year><year>2009</year>
 
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
10
9
    </copyright>
11
10
    <legalnotice>
12
 
  The contents of this file are subject to the Erlang Public License,
13
 
  Version 1.1, (the "License"); you may not use this file except in
14
 
  compliance with the License. You should have received a copy of the
15
 
  Erlang Public License along with this software. If not, it can be
16
 
  retrieved online at http://www.erlang.org/.
17
 
 
18
 
  Software distributed under the License is distributed on an "AS IS"
19
 
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
20
 
  the License for the specific language governing rights and limitations
21
 
  under the License.
22
 
 
23
 
  The Initial Developer of the Original Code is Ericsson AB.
 
11
      The contents of this file are subject to the Erlang Public License,
 
12
      Version 1.1, (the "License"); you may not use this file except in
 
13
      compliance with the License. You should have received a copy of the
 
14
      Erlang Public License along with this software. If not, it can be
 
15
      retrieved online at http://www.erlang.org/.
 
16
    
 
17
      Software distributed under the License is distributed on an "AS IS"
 
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
19
      the License for the specific language governing rights and limitations
 
20
      under the License.
 
21
    
24
22
    </legalnotice>
25
23
 
26
24
    <title>cosNotification User's Guide</title>
33
31
    <p>The <em>cosNotification</em> application is an Erlang implementation
34
32
      of the OMG CORBA Notification Service.</p>
35
33
  </description>
36
 
  <include file="ch_contents"></include>
37
 
  <include file="ch_introduction"></include>
38
 
  <include file="ch_install"></include>
39
 
  <include file="ch_system"></include>
40
 
  <include file="ch_BNF"></include>
41
 
  <include file="ch_QoS"></include>
42
 
  <include file="ch_example"></include>
 
34
  <xi:include href="ch_contents.xml"/>
 
35
  <xi:include href="ch_introduction.xml"/>
 
36
  <xi:include href="ch_install.xml"/>
 
37
  <xi:include href="ch_system.xml"/>
 
38
  <xi:include href="ch_BNF.xml"/>
 
39
  <xi:include href="ch_QoS.xml"/>
 
40
  <xi:include href="ch_example.xml"/>
43
41
</part>
44
42