Author: thomas.heute(a)jboss.com
Date: 2008-04-10 10:24:38 -0400 (Thu, 10 Apr 2008)
New Revision: 10523
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/build.xml
Log:
Reference correct libs
Modified: branches/JBoss_Portal_Branch_2_7/core-admin/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-admin/build.xml 2008-04-09 22:21:21 UTC (rev
10522)
+++ branches/JBoss_Portal_Branch_2_7/core-admin/build.xml 2008-04-10 14:24:38 UTC (rev
10523)
@@ -100,13 +100,10 @@
<path refid="sun.servlet.classpath"/>
<path refid="facelets.facelets.classpath"/>
<path refid="el.el.classpath"/>
- <pathelement
location="${source.etc}/sun-jsf/jsf-facelets-1.1.14.jar"/>
+ <path refid="richfaces.richfaces.classpath"/>
+ <path refid="facelets.facelets.classpath"/>
<pathelement
location="${source.etc}/sun-jsf/portletbridge-api-1.0.0-SNAPSHOT.jar"/>
<pathelement
location="${source.etc}/sun-jsf/portletbridge-impl-1.0.0-SNAPSHOT.jar"/>
- <pathelement
location="${source.etc}/sun-jsf/richfaces-api-3.1.4.SR1.jar"/>
- <pathelement
location="${source.etc}/sun-jsf/richfaces-impl-3.1.4.SR1.jar"/>
- <pathelement
location="${source.etc}/sun-jsf/richfaces-ui-3.1.4.SR1.jar"/>
-
</path>
<!-- Configure modules -->
@@ -194,14 +191,14 @@
<!-- portal-admin.war -->
<copy todir="${build.resources}/portal-admin-war/WEB-INF/lib">
<fileset dir="${apache.myfaces.lib}"
includes="jstl.jar"/>
- <fileset dir="../core-admin/src/etc/sun-jsf"
includes="jsf-facelets-1.1.14.jar"/>
+ <fileset dir="${facelets.facelets.lib}"
includes="jsf-facelets.jar"/>
<fileset dir="../core-admin/src/etc/sun-jsf"
includes="portletbridge-api-1.0.0-SNAPSHOT.jar"/>
<fileset dir="../core-admin/src/etc/sun-jsf"
includes="portletbridge-impl-1.0.0-SNAPSHOT.jar"/>
- <fileset dir="../core-admin/src/etc/sun-jsf"
includes="richfaces-api-3.1.4.SR1.jar"/>
- <fileset dir="../core-admin/src/etc/sun-jsf"
includes="richfaces-impl-3.1.4.SR1.jar"/>
- <fileset dir="../core-admin/src/etc/sun-jsf"
includes="richfaces-ui-3.1.4.SR1.jar"/>
+ <fileset dir="${richfaces.richfaces.lib}"
includes="richfaces-api.jar"/>
+ <fileset dir="${richfaces.richfaces.lib}"
includes="richfaces-impl.jar"/>
+ <fileset dir="${richfaces.richfaces.lib}"
includes="richfaces-ui.jar"/>
<fileset dir="${build.lib}"
includes="portal-core-admin-lib.jar"/>
- <fileset dir="${jboss.portal-faces.root}/lib"
includes="portal-faces-lib.jar"/>
+ <fileset dir="${jboss.portal-faces.root}/lib"
includes="portal-faces-lib.jar"/>
<fileset dir="${apache.beanutils.lib}"
includes="commons-beanutils.jar"/>
<fileset dir="${apache.digester.lib}"
includes="commons-digester.jar"/>
<fileset dir="${apache.lang.lib}"
includes="commons-lang.jar"/>
Show replies by date