[jboss-cvs] JBossAS SVN: r75261 - trunk/spring-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 1 08:41:39 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-01 08:41:39 -0400 (Tue, 01 Jul 2008)
New Revision: 75261

Modified:
   trunk/spring-int/.classpath
Log:
Fix the eclipse build

Modified: trunk/spring-int/.classpath
===================================================================
--- trunk/spring-int/.classpath	2008-07-01 12:33:56 UTC (rev 75260)
+++ trunk/spring-int/.classpath	2008-07-01 12:41:39 UTC (rev 75261)
@@ -4,12 +4,12 @@
 	<classpathentry kind="src" path="src/test"/>
 	<classpathentry exported="true" kind="src" path="/server"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-beans.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-core.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-web.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-webmvc.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-aop.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-context.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/spring/lib/spring-beans.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/spring/lib/spring-core.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/spring/lib/spring-web.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/spring/lib/spring-webmvc.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/spring/lib/spring-aop.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/spring/lib/spring-context.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>




More information about the jboss-cvs-commits mailing list