[jboss-cvs] JBossAS SVN: r87024 - trunk/messaging.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 8 21:58:07 EDT 2009
Author: bstansberry at jboss.com
Date: 2009-04-08 21:58:07 -0400 (Wed, 08 Apr 2009)
New Revision: 87024
Modified:
trunk/messaging/.classpath
Log:
Fix eclipse build
Modified: trunk/messaging/.classpath
===================================================================
--- trunk/messaging/.classpath 2009-04-09 01:48:12 UTC (rev 87023)
+++ trunk/messaging/.classpath 2009-04-09 01:58:07 UTC (rev 87024)
@@ -2,8 +2,9 @@
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry exported="true" kind="src" path="/aspects"/>
<classpathentry exported="true" kind="src" path="/server"/>
- <classpathentry exported="true" kind="lib" path="/thirdparty/jboss/messaging/lib/jboss-messaging.jar" sourcepath="/thirdparty/jboss/messaging/lib/jboss-messaging-sources.jar"/>
+ <classpathentry exported="true" kind="lib" path="/thirdparty/jboss/messaging/lib/jboss-messaging.jar" sourcepath="/thirdparty/jboss/messaging/lib/jboss-messaging-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-mdr/lib/jboss-mdr.jar" sourcepath="/thirdparty/jboss/jboss-mdr/lib/jboss-mdr-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar" sourcepath="/thirdparty/jboss/common-core/lib/jboss-common-core-sources.jar"/>
More information about the jboss-cvs-commits
mailing list