diff --git a/README.md b/README.md index a2b472a8..d2a4c3c7 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,6 @@ Whenever possible, the libraries will be compatible with Java 1.5, but in some cases Java 1.6 may be required. Each commons library should make note of this. -Package - (3rd party) json-org -============================== - -This package is almost entirely just the source code downloaded from json.org -(http://www.json.org/java/index.html) downloaded on January 12th 2011. The -only changes made are to resolve compiler and/or eclipse warnings. - -Dependencies: - -- None - Package - (3rd party) apache-commons ==================================== @@ -44,6 +33,17 @@ Dependencies: - None +Package - (3rd party) json-org +============================== + +This package is almost entirely just the source code downloaded from json.org +(http://www.json.org/java/index.html) downloaded on January 12th 2011. The +only changes made are to resolve compiler and/or eclipse warnings. + +Dependencies: + +- None + Package - (3rd party) xalan =========================== @@ -51,6 +51,17 @@ This package will include the Xalan libraries from release version 2.7.1. This package has not yet been released. +Package - bc-catalog-objects +============================ + +This package includes classes to represent all of the fundamental data objects produced by or needed to interface with the Brightcove system. + +Most of the objects are created following the Brightcove Media API object reference, but some modifications are needed to support other projects. + +Dependencies: + +- json.org + Package - collection-utils ========================== @@ -70,14 +81,20 @@ Dependencies: - Apache HTTP Components (core) - Apache Commons IO -Package - bc-catalog-objects -============================ - -This package includes classes to represent all of the fundamental data objects produced by or needed to interface with the Brightcove system. +Package - system-utils +========================== -Most of the objects are created following the Brightcove Media API object reference, but some modifications are needed to support other projects. +This package includes classes to make working with the underlying system (e.g. sys exec calls) easier. Dependencies: -- json.org +- None +Package - release-build +========================== + +This package doesn't contain any libraries itself. It contains scripts and configuration to build and release the other commons packages. + +Dependencies: + +- None