[jboss-cvs] JBossAS SVN: r109665 - branches/JBPAPP_5_1/connector.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 2 15:03:40 EST 2010


Author: fnasser at redhat.com
Date: 2010-12-02 15:03:40 -0500 (Thu, 02 Dec 2010)
New Revision: 109665

Modified:
   branches/JBPAPP_5_1/connector/.classpath
Log:
Proper fix to jaxb implementation location for Eclipse

Modified: branches/JBPAPP_5_1/connector/.classpath
===================================================================
--- branches/JBPAPP_5_1/connector/.classpath	2010-12-02 19:33:11 UTC (rev 109664)
+++ branches/JBPAPP_5_1/connector/.classpath	2010-12-02 20:03:40 UTC (rev 109665)
@@ -6,6 +6,8 @@
 	<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"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/com/sun/xml/bind/lib/jaxb-xjc.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/com/sun/xml/bind/lib/jaxb-impl.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/quartz/lib/quartz.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-src.zip"/>



More information about the jboss-cvs-commits mailing list