[jboss-svn-commits] JBL Code SVN: r31367 - labs/jbossforums/branches/forums130P27.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 2 17:51:41 EST 2010


Author: sviluppatorefico
Date: 2010-02-02 17:51:41 -0500 (Tue, 02 Feb 2010)
New Revision: 31367

Modified:
   labs/jbossforums/branches/forums130P27/.classpath
Log:
excluded local libraries from the classpath...thanks Giovanni ;)

Modified: labs/jbossforums/branches/forums130P27/.classpath
===================================================================
--- labs/jbossforums/branches/forums130P27/.classpath	2010-02-02 21:52:50 UTC (rev 31366)
+++ labs/jbossforums/branches/forums130P27/.classpath	2010-02-02 22:51:41 UTC (rev 31367)
@@ -17,7 +17,7 @@
 	<classpathentry kind="lib" path="thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="thirdparty/sun-servlet/lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jakarta-fileupload/lib/commons-fileupload.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portal-portlet-lib.jar" sourcepath="/module-portlet"/>
+	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portal-portlet-lib.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jbportal/lib/jboss-portlet-api-lib.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jwebunit-jwebunit/lib/jwebunit.jar"/>
 	<classpathentry kind="lib" path="thirdparty/dbunit-dbunit/lib/dbunit.jar"/>
@@ -34,27 +34,20 @@
 	<classpathentry kind="lib" path="thirdparty/jgroups/lib/jgroups.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-hibernate-search/lib/lucene-core.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/hibernate-commons-annotations.jar"/>
-	<classpathentry kind="lib" path="thirdparty/portlet/lib/portlet-api.jar" sourcepath="/portlet2-api"/>
+	<classpathentry kind="lib" path="thirdparty/portlet/lib/portlet-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jakarta-commons/lib/commons-lang-2.1.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-api.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portal-faces-loader-lib.jar" sourcepath="/JBoss Portal 2.7"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/sun-jsf-1.2-09"/>
+	<classpathentry kind="lib" path="thirdparty/sun-jsf/lib/jsf-api.jar"/>
+	<classpathentry kind="lib" path="thirdparty/sun-jsf/lib/jsf-impl.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portal-faces-loader-lib.jar"/>
 	<classpathentry kind="lib" path="thirdparty/facelets/lib/el-api.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portletbridge-api.jar" sourcepath="/portletbridge-1.0.0.CR2"/>
+	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portletbridge-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jbportal/lib/portletbridge-impl.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/ejb3-persistence.jar" sourcepath="/ProvaJPA"/>
-	<classpathentry kind="lib" path="/build/output/jboss-4.2.3.GA/server/default-forums-sun/lib/mysql-connector-java-5.1.7-bin.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/ejb3-persistence.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-j2ee/lib/jboss-ejb3x.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-hibernate-search/lib/hibernate-search.jar"/>
-	<classpathentry kind="lib" path="/Users/flashboss/Sviluppo/src/workspace_jboss_5.1.0.CR1/thirdparty/hibernate-annotations/lib/hibernate-annotations.jar" sourcepath="/annotations_v3.4.0"/>
-	<classpathentry kind="lib" path="/Users/flashboss/Sviluppo/src/workspace_jboss_5.1.0.CR1/thirdparty/hibernate-entitymanager/lib/hibernate-entitymanager.jar" sourcepath="/entitymanager_v3.4.0"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/annotations_v3.4.0"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/entitymanager_v3.4.0"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/hibernate-3.3.1.GA"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/hibernate3.jar"/>
-	<classpathentry kind="lib" path="/Users/flashboss/Sviluppo/src/workspace_jboss_5.1.0.CR1/thirdparty/org/slf4j/lib/slf4j-api.jar"/>
-	<classpathentry kind="lib" path="/Users/flashboss/Sviluppo/src/workspace_jboss_5.1.0.CR1/thirdparty/org/jboss/slf4j/lib/slf4j-jboss-logging.jar"/>
 	<classpathentry kind="lib" path="thirdparty/beanshell/lib/bsh.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/hibernate-entitymanager.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-hibernate/lib/hibernate-annotations.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>



More information about the jboss-svn-commits mailing list