office-gobmx/xmlreader
Bjoern Michaelsen b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
..
inc/xmlreader add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
source Improved error reporting 2012-04-18 14:43:04 +02:00
Library_xmlreader.mk LinkTarget.mk: remove gb_LinkTarget_add_package_headers 2012-04-08 01:05:53 +02:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_xmlreader.mk
Package_inc.mk
README minor documentation tweaks 2012-03-09 17:03:50 +00:00

fast/small XML pull parser.

Implements a simple, fast pull parser, currently used by [[configmgr]] and
[[stoc]]'s simpleregistry code (used to register UNO components in
services.rdb files). It supports a subset of XML features, but is fast
and small.