[Jboss-cvs] JBossAS SVN: r54936 - trunk/aop

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 15:49:26 EDT 2006


Author: weston.price at jboss.com
Date: 2006-07-31 15:49:25 -0400 (Mon, 31 Jul 2006)
New Revision: 54936

Modified:
   trunk/aop/.classpath
Log:
Fix eclipse. Remove reference to MC project and set to appropriate microcontainer.jar.

Modified: trunk/aop/.classpath
===================================================================
--- trunk/aop/.classpath	2006-07-31 19:38:07 UTC (rev 54935)
+++ trunk/aop/.classpath	2006-07-31 19:49:25 UTC (rev 54936)
@@ -12,9 +12,9 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="docs"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/profiler/jvmti/lib/jboss-profiler-jvmti.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/container"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
 	<classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list