Author: mwringe
Date: 2009-04-02 19:19:44 -0400 (Thu, 02 Apr 2009)
New Revision: 13143
Modified:
branches/JBoss_Portal_Branch_2_7_AS5/widget/.classpath
branches/JBoss_Portal_Branch_2_7_AS5/widget/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/widget/.classpath
===================================================================
--- branches/JBoss_Portal_Branch_2_7_AS5/widget/.classpath 2009-04-02 23:19:41 UTC (rev
13142)
+++ branches/JBoss_Portal_Branch_2_7_AS5/widget/.classpath 2009-04-02 23:19:44 UTC (rev
13143)
@@ -6,8 +6,21 @@
<classpathentry kind="lib"
path="/thirdparty/junit/lib/junit.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
- <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/api"/>
<classpathentry kind="lib"
path="/thirdparty/portlet/lib/portlet-api.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-ha-server-api.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-j2se.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-javaee.jar"/>
+ <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-mbeans.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-security-aspects.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-system-jmx.jar"/>
+ <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.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jbossha.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss/microcontainer/lib/jboss-kernel.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: branches/JBoss_Portal_Branch_2_7_AS5/widget/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7_AS5/widget/build.xml 2009-04-02 23:19:41 UTC (rev
13142)
+++ branches/JBoss_Portal_Branch_2_7_AS5/widget/build.xml 2009-04-02 23:19:44 UTC (rev
13143)
@@ -94,7 +94,9 @@
<path refid="portlet.portlet.classpath"/>
<path refid="jboss.portal/modules/common.classpath"/>
<path refid="jboss.portal/modules/portlet.classpath"/>
+ <path refid="jboss.jbossxb.classpath"/>
<path refid="jbossas/core.libs.classpath"/>
+ <path refid="jboss/common.logging.spi.classpath"/>
<path refid="apache.log4j.classpath"/>
<path refid="junit.junit.classpath"/>
</path>
Show replies by date