[jboss-cvs] JBossAS SVN: r99345 - branches/JBPAPP_5_0/console.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 13 11:41:47 EST 2010


Author: bstansberry at jboss.com
Date: 2010-01-13 11:41:46 -0500 (Wed, 13 Jan 2010)
New Revision: 99345

Modified:
   branches/JBPAPP_5_0/console/.classpath
Log:
Add missing classpath entry for jcommon

Modified: branches/JBPAPP_5_0/console/.classpath
===================================================================
--- branches/JBPAPP_5_0/console/.classpath	2010-01-13 16:20:23 UTC (rev 99344)
+++ branches/JBPAPP_5_0/console/.classpath	2010-01-13 16:41:46 UTC (rev 99345)
@@ -6,6 +6,7 @@
 	<classpathentry exported="true" kind="src" path="/messaging"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jfreechart/lib/jfreechart.jar"/>
+   <classpathentry exported="true" kind="lib" path="/thirdparty/jfreechart/lib/jcommon.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/beanshell/lib/bsh.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jsp-api.jar"/>




More information about the jboss-cvs-commits mailing list