[jboss-cvs] JBossAS SVN: r82989 - projects/ejb3/trunk/docs/tutorial/cachedentity.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 16 10:35:01 EST 2009


Author: jaikiran
Date: 2009-01-16 10:35:01 -0500 (Fri, 16 Jan 2009)
New Revision: 82989

Modified:
   projects/ejb3/trunk/docs/tutorial/cachedentity/build.xml
Log:
Fixed the build script to add the ejb3-persistence.jar in classpath

Modified: projects/ejb3/trunk/docs/tutorial/cachedentity/build.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/cachedentity/build.xml	2009-01-16 15:34:08 UTC (rev 82988)
+++ projects/ejb3/trunk/docs/tutorial/cachedentity/build.xml	2009-01-16 15:35:01 UTC (rev 82989)
@@ -25,6 +25,7 @@
    	<!-- Hibernate core classes -->
 		<fileset dir="${jboss.home}/common/lib">
 			<include name="hibernate-core.jar"/>
+			<include name="ejb3-persistence.jar"/>
 		</fileset>
    		<fileset dir="${jboss.home}/server/${jboss.server.config}/lib">
    			<include name="**/*.jar"/>




More information about the jboss-cvs-commits mailing list