svn commit: r902805 - in /ofbiz/trunk: applications/commonext/documents/ApacheOfbizTechnical.xml framework/birt/documents/ framework/birt/documents/Birt.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r902805 - in /ofbiz/trunk: applications/commonext/documents/ApacheOfbizTechnical.xml framework/birt/documents/ framework/birt/documents/Birt.xml

hansbak-2
Author: hansbak
Date: Mon Jan 25 13:20:17 2010
New Revision: 902805

URL: http://svn.apache.org/viewvc?rev=902805&view=rev
Log:
include birt introduction in OFbiz technocal document

Added:
    ofbiz/trunk/framework/birt/documents/
    ofbiz/trunk/framework/birt/documents/Birt.xml
Modified:
    ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml

Modified: ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml?rev=902805&r1=902804&r2=902805&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml (original)
+++ ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml Mon Jan 25 13:20:17 2010
@@ -202,6 +202,7 @@
     <xi:include href="../../../framework/testtools/documents/TestTools.xml" />
     <xi:include href="../../../framework/documents/UnitTest.xml" />
     <xi:include href="../../../framework/documents/SingleSignOn.xml" />
+    <xi:include href="../../../framework/birt/documents/Birt.xml"/>
 
     <appendix>
         <title>The Apache OFBiz documentation system</title>

Added: ofbiz/trunk/framework/birt/documents/Birt.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/birt/documents/Birt.xml?rev=902805&view=auto
==============================================================================
--- ofbiz/trunk/framework/birt/documents/Birt.xml (added)
+++ ofbiz/trunk/framework/birt/documents/Birt.xml Mon Jan 25 13:20:17 2010
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xsi:schemaLocation="http://docbook.org/ns/docbook ../../applications/content/dtd/docbook.xsd"
+    xmlns="http://docbook.org/ns/docbook">
+    <title>Birt report generator.</title>
+    <para>
+        An example report sales can be found in the example component.
+    </para>
+    <para>
+        <xi:include href="../../../framework/birt/data/helpdata/HELP_BIRT.xml" />
+    </para>
+</chapter>
\ No newline at end of file