You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/10/29 01:58:43 UTC

svn commit: r1028555 - /pivot/trunk/README

Author: gbrown
Date: Thu Oct 28 23:58:43 2010
New Revision: 1028555

URL: http://svn.apache.org/viewvc?rev=1028555&view=rev
Log:
Remove reference to Tools project and add reference to SVG Salamander in README.

Modified:
    pivot/trunk/README

Modified: pivot/trunk/README
URL: http://svn.apache.org/viewvc/pivot/trunk/README?rev=1028555&r1=1028554&r2=1028555&view=diff
==============================================================================
--- pivot/trunk/README (original)
+++ pivot/trunk/README Thu Oct 28 23:58:43 2010
@@ -36,9 +36,6 @@ Distribution JARs
 * Charting (pivot-charts-2.0.jar):
   Classes for adding interactive charting capabilities to Pivot applications.
 
-* Tools (pivot-tools-2.0.jar):
-  Development tools and utility applications.
-
 To begin developing with Pivot, simply include the necessary libraries on your
 project classpath.
 
@@ -76,6 +73,11 @@ Dependencies
   Version 2.0 of this provider is compatible with Pivot 2.0.x. Please note that
   this provider has a dependency on JFreeChart, which is licensed under LGPL.
 
+* SVG support requires SVG Salamander, which is licensed under a dual LGPL/BSD
+  license and is available here:
+
+  https://svgsalamander.dev.java.net/
+
 * Scripting support requires a compatible script engine. See
   http://jcp.org/en/jsr/detail?id=223 or
   http://java.sun.com/javase/6/docs/technotes/guides/scripting/index.html