Author: mwringe
Date: 2009-04-02 19:19:20 -0400 (Thu, 02 Apr 2009)
New Revision: 13134
Modified:
branches/JBoss_Portal_Branch_2_7_AS5/workflow/.classpath
branches/JBoss_Portal_Branch_2_7_AS5/workflow/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/workflow/.classpath
===================================================================
--- branches/JBoss_Portal_Branch_2_7_AS5/workflow/.classpath 2009-04-02 23:19:18 UTC (rev
13133)
+++ branches/JBoss_Portal_Branch_2_7_AS5/workflow/.classpath 2009-04-02 23:19:20 UTC (rev
13134)
@@ -7,11 +7,13 @@
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-system.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-jmx.jar"/>
- <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
<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-portal/modules/identity/lib/portal-identity-lib.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jbpm/jpdl/lib/jbpm-jpdl.jar"/>
<classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.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/workflow/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7_AS5/workflow/build.xml 2009-04-02 23:19:18 UTC (rev
13133)
+++ branches/JBoss_Portal_Branch_2_7_AS5/workflow/build.xml 2009-04-02 23:19:20 UTC (rev
13134)
@@ -102,6 +102,7 @@
<path refid="asm.asm.classpath"/>
<path refid="cglib.cglib.classpath"/>
<path refid="antlr.antlr.classpath"/>
+ <path refid="jboss.microcontainer.classpath"/>
<path refid="jbossas/core.libs.classpath"/>
<path refid="sun.servlet.classpath"/>
<!-- jbpm integration -->