Author: thomas.heute(a)jboss.com
Date: 2008-05-30 11:35:24 -0400 (Fri, 30 May 2008)
New Revision: 10866
Added:
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/etc/
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/build.xml
branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml
Log:
- adding link to jsf-example.jar for apps that are not migrated yet
Modified: branches/JBoss_Portal_Branch_2_7/core-identity/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/build.xml 2008-05-30 15:07:32 UTC (rev
10865)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/build.xml 2008-05-30 15:35:24 UTC (rev
10866)
@@ -108,7 +108,6 @@
<path refid="el.el.classpath"/>
<path refid="jakarta.cactus.classpath"/>
<path refid="junit.junit.classpath"/>
- <pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
<path refid="jbpm.jaronly.classpath"/>
<path refid="portlet.portlet.classpath"/>
</path>
@@ -208,7 +207,7 @@
<fileset dir="${apache.myfaces.lib}"
includes="myfaces-api.jar,myfaces-impl.jar,jstl.jar"/>
<fileset dir="${build.lib}"
includes="portal-core-identity-ui-lib.jar"/>
<fileset dir="${jboss.portal-faces.root}/lib"
includes="portal-faces-lib.jar"/>
- <fileset dir="../core-admin/src/etc/sun-jsf"
includes="jsf-example.jar"/>
+ <fileset dir="src/etc/sun-jsf"
includes="jsf-example.jar"/>
<fileset dir="${facelets.facelets.lib}"
includes="jsf-facelets.jar"/>
<fileset dir="${el.el.lib}"
includes="el-api.jar,el-ri.jar"/>
<fileset dir="${commons.el.lib}"
includes="commons-el.jar"/>
Modified: branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml 2008-05-30 15:07:32 UTC (rev
10865)
+++ branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml 2008-05-30 15:35:24 UTC (rev
10866)
@@ -101,7 +101,6 @@
<path refid="facelets.facelets.classpath"/>
<path refid="junit.junit.classpath"/>
<path refid="el.el.classpath"/>
- <pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
</path>
<!-- Configure modules -->
@@ -206,7 +205,7 @@
<fileset dir="${build.lib}"
includes="portal-wsrp-admin-lib.jar"/>
<fileset dir="${jboss.portal-faces.root}/lib"
includes="portal-faces-lib.jar"/>
<!-- For JSF -->
- <fileset dir="../core-admin/src/etc/sun-jsf"
includes="jsf-example.jar"/>
+ <fileset dir="src/etc/sun-jsf"
includes="jsf-example.jar"/>
<fileset dir="${facelets.facelets.lib}"
includes="jsf-facelets.jar"/>
<fileset dir="${el.el.lib}"
includes="el-api.jar,el-ri.jar"/>
<fileset dir="${commons.el.lib}"
includes="commons-el.jar"/>
Show replies by date