[jboss-cvs] JBossAS SVN: r82986 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 16 10:24:38 EST 2009


Author: ALRubinger
Date: 2009-01-16 10:24:38 -0500 (Fri, 16 Jan 2009)
New Revision: 82986

Modified:
   trunk/ejb3/.classpath
   trunk/ejb3/build.xml
Log:
Updated EJB3 Build in AS trunk

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2009-01-16 15:23:30 UTC (rev 82985)
+++ trunk/ejb3/.classpath	2009-01-16 15:24:38 UTC (rev 82986)
@@ -23,5 +23,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-jpa-deployers/lib/jboss-jpa-deployers.jar" sourcepath="/thirdparty/jboss/jboss-jpa-deployers/lib/jboss-jpa-deployers-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-transactions/lib/jboss-ejb3-transactions.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-transactions/lib/jboss-ejb3-transactions-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-common/lib/jboss-ejb3-common.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-proxy/lib/jboss-ejb3-proxy.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2009-01-16 15:23:30 UTC (rev 82985)
+++ trunk/ejb3/build.xml	2009-01-16 15:24:38 UTC (rev 82986)
@@ -120,6 +120,7 @@
          <path refid="jboss.jboss.ejb3.ext.api.impl.classpath" />
          <path refid="jboss.jboss.ejb3.interceptors.classpath" />
          <path refid="jboss.jboss.ejb3.metadata.classpath" />
+         <path refid="jboss.jboss.ejb3.proxy.classpath" />
          <path refid="jboss.jboss.jpa.deployers.classpath"/>
          <path refid="jboss.jboss.mdr.classpath"/>
          <path refid="jboss.jboss.reflect.classpath" />




More information about the jboss-cvs-commits mailing list