[jboss-cvs] JBossAS SVN: r79549 - in branches/JBPAPP_4_2_0_GA_CP: server and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 15 15:59:49 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-10-15 15:59:49 -0400 (Wed, 15 Oct 2008)
New Revision: 79549

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath
   branches/JBPAPP_4_2_0_GA_CP/server/.classpath
   branches/JBPAPP_4_2_0_GA_CP/testsuite/.classpath
Log:
Changing eclipse classpath

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath	2008-10-15 19:34:54 UTC (rev 79548)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath	2008-10-15 19:59:49 UTC (rev 79549)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="org/jboss/ejb3/MC*|org/jboss/ejb3/client/|org/jboss/ejb3/clientmodule/|org/jboss/ejb3/deployers/|org/jboss/ejb3/embedded/" kind="src" path="src/main"/>
-	<classpathentry kind="src" path="output/versionspecificcode"/>
+	<classpathentry kind="src" path="src/resources/43specific"/>
 	<classpathentry kind="src" path="docs/tutorial/ssl/src"/>
 	<classpathentry excluding="org/jboss/ejb3/test/**/*EmbeddedTest.java|org/jboss/ejb3/test/appclient/|org/jboss/ejb3/test/jaxws/|org/jboss/ejb3/test/standalone/|org/jboss/ejb3/test/webservices/" kind="src" output="output/eclipse-test-classes" path="src/test"/>
 	<classpathentry excluding="*" kind="src" path="docs/embedded-tutorial/advanced-deployment/archive/src"/>

Modified: branches/JBPAPP_4_2_0_GA_CP/server/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/.classpath	2008-10-15 19:34:54 UTC (rev 79548)
+++ branches/JBPAPP_4_2_0_GA_CP/server/.classpath	2008-10-15 19:59:49 UTC (rev 79549)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
-	<classpathentry kind="src" path="output/versionspecificcode"/>
+	<classpathentry kind="src" path="src/resources/43specific"/>
 	<classpathentry kind="src" path="output/gen-src"/>
 	<classpathentry kind="src" path="output/gen-parsers"/>
 	<classpathentry kind="src" path="/jmx"/>

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/.classpath	2008-10-15 19:34:54 UTC (rev 79548)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/.classpath	2008-10-15 19:59:49 UTC (rev 79549)
@@ -64,9 +64,10 @@
 	<classpathentry kind="lib" path="/thirdparty/apache-codec/lib/commons-codec.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/objectweb-joramtests/lib/joramtests.jar" sourcepath="/thirdparty/objectweb-joramtests/lib/joramtests-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/messaging/lib/jboss-messaging.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-framework/lib/jbossws-framework.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/glassfish/jsf/lib/jsf-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/glassfish/jsf/lib/jsf-impl.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list