[Jboss-cvs] JBossAS SVN: r56880 - branches/Branch_4_0/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 15 01:37:27 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-15 01:37:25 -0400 (Fri, 15 Sep 2006)
New Revision: 56880

Modified:
   branches/Branch_4_0/ejb3/.classpath
   branches/Branch_4_0/ejb3/.project
Log:
Fix the build path for the iiop dependencies

Modified: branches/Branch_4_0/ejb3/.classpath
===================================================================
--- branches/Branch_4_0/ejb3/.classpath	2006-09-15 00:40:08 UTC (rev 56879)
+++ branches/Branch_4_0/ejb3/.classpath	2006-09-15 05:37:25 UTC (rev 56880)
@@ -33,5 +33,8 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxws.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/iiop"/>
+	<classpathentry kind="lib" path="/thirdparty/jacorb/lib/jacorb.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/quartz/lib/quartz-all-1.5.2.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_0/ejb3/.project
===================================================================
--- branches/Branch_4_0/ejb3/.project	2006-09-15 00:40:08 UTC (rev 56879)
+++ branches/Branch_4_0/ejb3/.project	2006-09-15 05:37:25 UTC (rev 56880)
@@ -3,6 +3,7 @@
 	<name>ejb3</name>
 	<comment></comment>
 	<projects>
+		<project>iiop</project>
 	</projects>
 	<buildSpec>
 		<buildCommand>




More information about the jboss-cvs-commits mailing list