[jboss-cvs] JBossAS SVN: r92104 - trunk/webservices.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 7 02:52:06 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-08-07 02:52:04 -0400 (Fri, 07 Aug 2009)
New Revision: 92104

Modified:
   trunk/webservices/.classpath
Log:
Update to java6 library

Modified: trunk/webservices/.classpath
===================================================================
--- trunk/webservices/.classpath	2009-08-07 05:53:04 UTC (rev 92103)
+++ trunk/webservices/.classpath	2009-08-07 06:52:04 UTC (rev 92104)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/resources/jbossws-jboss.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list