You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/03/27 19:47:16 UTC

svn commit: r759302 - /incubator/pivot/branches/1.1/BUILD

Author: tvolkert
Date: Fri Mar 27 18:47:16 2009
New Revision: 759302

URL: http://svn.apache.org/viewvc?rev=759302&view=rev
Log:
Cross-ported BUILD file

Modified:
    incubator/pivot/branches/1.1/BUILD

Modified: incubator/pivot/branches/1.1/BUILD
URL: http://svn.apache.org/viewvc/incubator/pivot/branches/1.1/BUILD?rev=759302&r1=759301&r2=759302&view=diff
==============================================================================
--- incubator/pivot/branches/1.1/BUILD (original)
+++ incubator/pivot/branches/1.1/BUILD Fri Mar 27 18:47:16 2009
@@ -2,9 +2,10 @@
 
 Ensure that all required libraries are on the Java classpath:  
 - jcommon-1.0.12.jar and jfreechart-1.0.9.jar, available from http://www.jfree.org
-- junit.jar (version 4), available from http://www.junit.org
-- plugin.jar, availble from installed JDK
+- plugin.jar, availble from installed JDK (in $JAVA_HOME/jre/lib)
 - servlet-api.jar (version 2.4), availble from http://java.sun.com/javaee
+- stax-1.2.0.jar, available from http://stax.codehaus.org
+  (this is only needed if compiling with a JDK 1.5 compiler)
 
 Execute the following command from the current directory: