Author: mwringe
Date: 2009-04-02 19:19:18 -0400 (Thu, 02 Apr 2009)
New Revision: 13133
Modified:
branches/JBoss_Portal_Branch_2_7_AS5/core-wsrp/.classpath
branches/JBoss_Portal_Branch_2_7_AS5/core-wsrp/build.xml
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-wsrp/.classpath
===================================================================
--- branches/JBoss_Portal_Branch_2_7_AS5/core-wsrp/.classpath 2009-04-02 23:19:15 UTC (rev
13132)
+++ branches/JBoss_Portal_Branch_2_7_AS5/core-wsrp/.classpath 2009-04-02 23:19:18 UTC (rev
13133)
@@ -9,11 +9,12 @@
<classpathentry combineaccessrules="false" kind="src"
path="/jems"/>
<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-jaxrpc.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
<classpathentry kind="lib"
path="/thirdparty/glassfish/jsf/lib/jsf-api.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/faces"/>
<classpathentry kind="lib"
path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-system-jmx.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-j2se.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss/microcontainer/lib/jboss-kernel.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: branches/JBoss_Portal_Branch_2_7_AS5/core-wsrp/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7_AS5/core-wsrp/build.xml 2009-04-02 23:19:15 UTC (rev
13132)
+++ branches/JBoss_Portal_Branch_2_7_AS5/core-wsrp/build.xml 2009-04-02 23:19:18 UTC (rev
13133)
@@ -95,6 +95,7 @@
<path refid="jboss.portal/modules/identity.classpath"/>
<path refid="jboss.jbossxb.classpath"/>
<path refid="jboss.cache.classpath"/>
+ <path refid="jboss.microcontainer.classpath"/>
<path refid="jbossas/core.libs.classpath"/>
<path refid="hibernate.hibernate.classpath"/>
<path refid="apache.log4j.classpath"/>