2 ======= |
2 ======= |
3 Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. |
3 Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. |
4 This component and the accompanying materials are made available under the terms of the License |
4 This component and the accompanying materials are made available under the terms of the License |
5 "Eclipse Public License v1.0" which accompanies this distribution, |
5 "Eclipse Public License v1.0" which accompanies this distribution, |
6 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
|
8 Orb V0.2.0 |
|
9 ========== |
|
10 |
|
11 * Fixed defect 1/2 'Links to Example code zip and html files broken in eclipse jar' - examples directory is now lowercase in final jar (build/build.xml build/common.xml) |
|
12 * Fixed defect 2/2 'Links to Example code zip and html files broken in eclipse jar' - html files now copied over (build.xml) |
|
13 * Removed open c and open c++ parent section from the toc unless either one is present (build.xml) |
|
14 * Removed xslt logging about missing package definitions to prevent exception halting the build |
|
15 * Removed sysdef v2 if it has been generated already |
|
16 * Added logging for downgrade_sysdef target. |
|
17 * Added missing copyright messages to the plugin. |
|
18 * Removed unused variable (guidiser.py) |
|
19 * Increaded test coverage for guidiser.py |
|
20 * Fixed defect "Doxygen config XML_DITA_OMIT_DUPLICATE_MEMBERS not always removing duplicates" |
|
21 * Fixed defect "cxx...TemplateParameterType wrong declaration in DTDs" |
|
22 * Removed hard coded guids from build file. |
|
23 * Added map sorting, doc strings and the ability to read an environment variable to set the logging level |
|
24 * Removed quotes from sdl.name and apiref.toc.label properties |
|
25 * Removed xalan zip, tasks and properties |
|
26 * Replaced sysdefdowngrade with ant xslt task. |
|
27 * Added check of sbs exec task return code. Fails if return code is not zero or one. |
|
28 * Added result messages for exec tasks. (build/common.xml) |
|
29 * Updated Orb to use version 0.6.0 of the DTDs. |
|
30 * Added better cleanup code to build.xml |
|
31 * Fixed WhatLogParser so it works if it is passed a line which ends with one or more empty lines (filter_orb.py) |
|
32 * Added comment headers to major targets and macros for readability (build.xml) |
|
33 * Added 'Non top level targets' comment (build.xml) |
|
34 * Tidyed up comments and order of target definitions in build.xml |
|
35 * Added debug statement to print what is passed to the filter (filter_orb.py) |
|
36 * Fixed defect using cElementree in guidiser.py |
|
37 * Removed long unique id from Bundle-Version and Bundle-Name. (build.xml) |
|
38 * Fixed path defect in sbs exec Added archiving of build and release dir prior to build (build.xml and common.xml) |
|
39 * Added fix to remove GNUTR error (lib/flm/doxygen.xml) |
|
40 * Added run python "smart copy" line to flm and removed dumb copy. (doxygen.flm doxygen-sdk.flm) |
|
41 * Added comparative copy script (comp_copy.py) |
|
42 * Added new DOT build of the doc (Doxygen/dits/plugins/cxxapiref now contains xml and html documentation for each of the cxx specialisation elements). |
|
43 * Stoped catching parsers.ExpatError as it was causing problems when running tests (doxyidredirect.py lib.py) |
|
44 * Corrected path to nokia ditaot plugin (build.xml) |
|
45 * Doxygen cxxapiref plugin |
|
46 Fixed version number and date to be 0.6.0 and May 2010. |
|
47 * Added a small sample of C++ source code, Doxygen output and DOT output.(cxx sample) |
|
48 * Added cxx plugin xsds |
|
49 * Documented all cxx specialisation elements. This is in both xml for building and html built using the DITA Open Toolkit. |
|
50 * Fixed bug in run_mpdot: was looking for ditaot home in the wrong place. (build.xml) |
|
51 * Re-added install of mpdot (from new /mpdot location) (build.xml) |
|
52 * cxx map sorting now only done when cxxapiref.preprocess.sort.process property is explicity set |
|
53 * Added a call to setup the baseline to the main task (build.xml) |
|
54 * Doxygen |
|
55 Added Doxygen binary Doxygen version 1.6.3-20100418_dita_0.1.60 |
|
56 * Added updating of label in sdl toc.xml (build.xml) |
|
57 * Added automated modification of manifest and plugin.xml (build.xml) |
|
58 * Added eclipsehelp generation for mpdot macro nad integrating into main build script. (build.xml common.xml) |
|
59 * Can now use transtype=eclipsehelp to generate a single eclipsehelp directory. (common.xml) |
|
60 * added generic dita macro and calling it from build for guide transform (build.xml common.xml properties.txt) |
|
61 * Added verion 0.1 of the Orb Architecture document. |
|
62 * Doxygen version 1.6.3-20100418_dita_0.1.52 |
7 |
63 |
8 Orb V0.1.9 |
64 Orb V0.1.9 |
9 ========== |
65 ========== |
10 |
66 |
11 * Added whitespace strip to text received by write(filter_orb.py) |
67 * Added whitespace strip to text received by write(filter_orb.py) |