[jboss-cvs] JBossAS SVN: r63177 - branches/Branch_4_2/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 21 19:14:04 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-05-21 19:14:04 -0400 (Mon, 21 May 2007)
New Revision: 63177

Modified:
   branches/Branch_4_2/tomcat/.classpath
   branches/Branch_4_2/tomcat/build.xml
Log:
JBCTS-591, add dependnecy on the iiop module

Modified: branches/Branch_4_2/tomcat/.classpath
===================================================================
--- branches/Branch_4_2/tomcat/.classpath	2007-05-21 23:13:35 UTC (rev 63176)
+++ branches/Branch_4_2/tomcat/.classpath	2007-05-21 23:14:04 UTC (rev 63177)
@@ -32,5 +32,6 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-integration.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/iiop"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_2/tomcat/build.xml
===================================================================
--- branches/Branch_4_2/tomcat/build.xml	2007-05-21 23:13:35 UTC (rev 63176)
+++ branches/Branch_4_2/tomcat/build.xml	2007-05-21 23:14:04 UTC (rev 63177)
@@ -84,6 +84,7 @@
       <path refid="jboss.jca.classpath"/>
       <path refid="jboss.remoting.classpath"/>
       <path refid="jboss.serialization.classpath"/>
+      <path refid="jboss.iiop.classpath"/>
     </path>
 
     <!-- The combined thirdparty classpath -->




More information about the jboss-cvs-commits mailing list