Skip to content

Commit

Permalink
Updating README to reflect all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
three4clavin committed Jan 31, 2011
1 parent 1d39863 commit df47bfc
Showing 1 changed file with 34 additions and 17 deletions.
51 changes: 34 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================================

Expand All @@ -44,13 +33,35 @@ 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
===========================

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
==========================

Expand All @@ -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

0 comments on commit df47bfc

Please sign in to comment.