Author: thomas.heute(a)jboss.com
Date: 2007-09-06 08:25:16 -0400 (Thu, 06 Sep 2007)
New Revision: 8185
Modified:
branches/JBoss_Portal_Branch_2_6/core-identity/.classpath
branches/JBoss_Portal_Branch_2_6/core-identity/build.xml
Log:
Adapt for modules
Modified: branches/JBoss_Portal_Branch_2_6/core-identity/.classpath
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/.classpath 2007-09-06 12:17:42 UTC (rev
8184)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/.classpath 2007-09-06 12:25:16 UTC (rev
8185)
@@ -6,14 +6,12 @@
<classpathentry combineaccessrules="false" kind="src"
path="/core"/>
<classpathentry combineaccessrules="false" kind="src"
path="/faces"/>
<classpathentry combineaccessrules="false" kind="src"
path="/format"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity"/>
<classpathentry combineaccessrules="false" kind="src"
path="/jems"/>
<classpathentry combineaccessrules="false" kind="src"
path="/portlet"/>
<classpathentry combineaccessrules="false" kind="src"
path="/security"/>
<classpathentry combineaccessrules="false" kind="src"
path="/server"/>
<classpathentry combineaccessrules="false" kind="src"
path="/workflow"/>
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
<classpathentry kind="lib"
path="/thirdparty/hibernate/lib/hibernate3.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
@@ -37,14 +35,17 @@
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jnpserver.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/namespace.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jcaptcha/lib/jcaptcha.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-jmx.jar"
sourcepath="/JBoss_AS_4.0.5/jmx/src/main"/>
<classpathentry kind="lib"
path="/thirdparty/jbpm/jaronly/lib/jbpm.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jbpm/jaronly/lib/jbpm-identity.jar"/>
<classpathentry kind="lib"
path="/thirdparty/facelets/lib/jsf-facelets.jar"/>
<classpathentry kind="lib"
path="/thirdparty/apache-myfaces/lib/jstl.jar"/>
<classpathentry kind="lib"
path="/thirdparty/apache-myfaces/lib/myfaces-api.jar"/>
<classpathentry kind="lib"
path="/thirdparty/apache-myfaces/lib/myfaces-impl.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss-portal/modules/identity/lib/portal-identity-lib.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss-portal/modules/common/lib/portal-common-lib.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-system.jar"
sourcepath="/JBoss_AS_4.0.5/system/src/main"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/theme"/>
<classpathentry kind="output" path="bin"/>
Modified: branches/JBoss_Portal_Branch_2_6/core-identity/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/build.xml 2007-09-06 12:17:42 UTC (rev
8184)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/build.xml 2007-09-06 12:25:16 UTC (rev
8185)
@@ -88,6 +88,9 @@
&libraries;
<path id="library.classpath">
+ <path refid="jboss.portal/modules/common.classpath"/>
+ <path refid="jboss.portal/modules/test.classpath"/>
+ <path refid="jboss.portal/modules/identity.classpath"/>
<path refid="jboss.jbossxb.classpath"/>
<path refid="apache.xerces.classpath"/>
<path refid="jboss.cache.classpath"/>
@@ -110,7 +113,6 @@
<call target="configure-modules"/>
<path id="dependentmodule.classpath">
<path refid="jboss.portal-format.classpath"/>
- <path refid="jboss.portal-common.classpath"/>
<path refid="jboss.portal-faces.classpath"/>
<path refid="jboss.portal-bridge.classpath"/>
<path refid="jboss.portal-server.classpath"/>
@@ -118,11 +120,9 @@
<path refid="jboss.portal-portlet.classpath"/>
<path refid="jboss.portal-jems.classpath"/>
<path refid="jboss.portal-portlet-federation.classpath"/>
- <path refid="jboss.portal-identity.classpath"/>
<path refid="jboss.portlet-api.classpath"/>
<path refid="jboss.portal-theme.classpath"/>
<path refid="jboss.portal-security.classpath"/>
- <path refid="jboss.portal-test.classpath"/>
<path refid="jboss.portal-core.classpath"/>
<path refid="jboss.portal-workflow.classpath"/>
</path>
Show replies by date