Author: mwringe
Date: 2009-04-02 19:19:22 -0400 (Thu, 02 Apr 2009)
New Revision: 13135
Modified:
branches/JBoss_Portal_Branch_2_7_AS5/core-search/.classpath
Log:
Split up some of the as core libs and use proper sub projects.
Update eclipse classpath files to find the jar file changes.
Modified: branches/JBoss_Portal_Branch_2_7_AS5/core-search/.classpath
===================================================================
--- branches/JBoss_Portal_Branch_2_7_AS5/core-search/.classpath 2009-04-02 23:19:20 UTC
(rev 13134)
+++ branches/JBoss_Portal_Branch_2_7_AS5/core-search/.classpath 2009-04-02 23:19:22 UTC
(rev 13135)
@@ -4,7 +4,6 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-system.jar"
sourcepath="/JBoss_AS_4.0.5/system/src/main"/>
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-jmx.jar"
sourcepath="/JBoss_AS_4.0.5/jmx/src/main"/>
- <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
<classpathentry kind="lib"
path="/thirdparty/apache-lucene/lib/lucene.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/core"/>
<classpathentry combineaccessrules="false" kind="src"
path="/api"/>
@@ -17,5 +16,8 @@
<classpathentry kind="lib"
path="/thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar"/>
<classpathentry kind="lib"
path="/thirdparty/portlet/lib/portlet-api.jar"/>
<classpathentry kind="lib"
path="/thirdparty/glassfish/jsf/lib/jsf-api.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-j2se.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-system-jmx.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss/microcontainer/lib/jboss-kernel.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>