[jboss-cvs] JBossAS SVN: r72044 - trunk/connector.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Apr 11 14:17:01 EDT 2008
Author: bstansberry at jboss.com
Date: 2008-04-11 14:17:01 -0400 (Fri, 11 Apr 2008)
New Revision: 72044
Modified:
trunk/connector/.classpath
Log:
Add the dependency on the server module
Modified: trunk/connector/.classpath
===================================================================
--- trunk/connector/.classpath 2008-04-11 17:55:19 UTC (rev 72043)
+++ trunk/connector/.classpath 2008-04-11 18:17:01 UTC (rev 72044)
@@ -3,6 +3,7 @@
<classpathentry excluding="org/jboss/resource/adapter/jdbc/jdk5/|org/jboss/resource/adapter/jdbc/jdk6/" kind="src" path="src/main"/>
<classpathentry kind="src" path="src/tests"/>
<classpathentry exported="true" kind="src" path="/profileservice"/>
+ <classpathentry exported="true" kind="src" path="/server"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
More information about the jboss-cvs-commits
mailing list