bungeni-org / bungeni-editor

The Bungeni Editor is Drafting and Markup framework for XML production built on the OpenOffice.org platform. It supports different legislative document types (e.g hansard, bill) and supports definition of custom types, and allows markup and storage of metadata within the ODF document.
3 stars 0 forks source link

Refactor org.bungeni.extutils #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The org.bungeni.extutils package within the editor provides a lot of helper 
functions which can be used by other applications like the 
track-changes-manager and the odf -merge util. 

However org.bungeni.extutils is packaged with the editor jar, this makes it 
difficult to reuse. 

TO DO :

Move the packaging of org.bungeni.extutils into its own class library package 
to allow for reuse.

Original issue reported on code.google.com by ashok.ha...@gmail.com on 25 Jun 2010 at 1:21