Skip to content

Commit

Permalink
Cross-port from trunk
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/pivot/branches/1.1@761042 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Todd Volkert committed Apr 1, 2009
1 parent 2d90604 commit 0888204
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ in their associated libraries:
Distribution JARs
=================

* Core (pivot-core.jar):
* Core (pivot-core-incubating.jar):
A set of common, non-UI-specific classes.

* WTK (pivot-wtk.jar, pivot-wtk.terra.jar):
* WTK (pivot-wtk-incubating.jar, pivot-wtk-incubating.terra.jar):
Classes for user interface development, including windows, dialogs, buttons,
lists, text input, layout, drag and drop, XML markup, etc.
lists, text input, layout, drag and drop, XML markup, etc.

* Web (pivot-web.jar, pivot-web.server.jar):
* Web (pivot-web-incubating.jar, pivot-web-incubating.server.jar):
Classes to facilitate communication with and implementation of remote data
services.

* Charting (pivot-charts.jar):
* Charting (pivot-charts-incubating.jar):
Classes for adding interactive charting capabilities to Pivot applications.

* Tools (pivot-tools.jar):
* Tools (pivot-tools-incubating.jar):
Development tools and utility applications.

To begin developing with Pivot, simply include the necessary libraries on your
Expand All @@ -42,20 +42,20 @@ Dependencies

Pivot requires Java 5 or greater.

WTKX support in Java 5 requires StAX 1.2, available from
http://stax.codehaus.org.
* WTKX support in Java 5 requires StAX 1.2, available from
http://stax.codehaus.org.

Pivot's charting components require a compatible chart provider. An
implementation based on JFreeChart is available here:
* Pivot's charting components require a compatible chart provider. An
implementation based on JFreeChart is available here:

http://pivot.googlecode.com/files/pivot-charts.jfree.jar
http://pivot.googlecode.com/files/pivot-charts.jfree.jar

This provider requires JFreeChart 1.0.9 and JCommon 1.0.12, available from
http://www.jfree.org. Later releases may also work, but have not been tested.
This provider requires JFreeChart 1.0.9 and JCommon 1.0.12, available from
http://www.jfree.org. Later releases may also work, but have not been tested.

Groovy support requires Groovy 1.5.6 or greater, available from
http://groovy.codehaus.org. Later releases may also work, but have not been
tested.
* Groovy support requires Groovy 1.5.6 or greater, available from
http://groovy.codehaus.org. Later releases may also work, but have not been
tested.


Documentation
Expand Down

0 comments on commit 0888204

Please sign in to comment.