Author: julien(a)jboss.com
Date: 2008-04-13 08:59:04 -0400 (Sun, 13 Apr 2008)
New Revision: 10555
Modified:
branches/JBoss_Portal_Branch_2_7/faces/build.xml
branches/JBoss_Portal_Branch_2_7/portlet-server/build.xml
branches/JBoss_Portal_Branch_2_7/widget/build.xml
branches/JBoss_Portal_Branch_2_7/wsrp/build.xml
Log:
make 2.7 use jsr286 api jar for build
Modified: branches/JBoss_Portal_Branch_2_7/faces/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/faces/build.xml 2008-04-13 12:32:41 UTC (rev 10554)
+++ branches/JBoss_Portal_Branch_2_7/faces/build.xml 2008-04-13 12:59:04 UTC (rev 10555)
@@ -88,6 +88,7 @@
<!-- Configure thirdparty libraries -->
&libraries;
<path id="library.classpath">
+ <path refid="portlet.portlet.classpath"/>
<path refid="jboss.portal/modules/common.classpath"/>
<path refid="jboss.portal/modules/portlet.classpath"/>
<path refid="sun.servlet.classpath"/>
Modified: branches/JBoss_Portal_Branch_2_7/portlet-server/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/portlet-server/build.xml 2008-04-13 12:32:41 UTC (rev
10554)
+++ branches/JBoss_Portal_Branch_2_7/portlet-server/build.xml 2008-04-13 12:59:04 UTC (rev
10555)
@@ -88,6 +88,7 @@
<!-- Configure thirdparty libraries -->
&libraries;
<path id="library.classpath">
+ <path refid="portlet.portlet.classpath"/>
<path refid="jboss.portal/modules/common.classpath"/>
<path refid="jboss.portal/modules/web.classpath"/>
<path refid="jboss.portal/modules/portlet.classpath"/>
Modified: branches/JBoss_Portal_Branch_2_7/widget/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/widget/build.xml 2008-04-13 12:32:41 UTC (rev 10554)
+++ branches/JBoss_Portal_Branch_2_7/widget/build.xml 2008-04-13 12:59:04 UTC (rev 10555)
@@ -88,6 +88,7 @@
<!-- Configure thirdparty libraries -->
&libraries;
<path id="library.classpath">
+ <path refid="portlet.portlet.classpath"/>
<path refid="jboss.portal/modules/common.classpath"/>
<path refid="jboss.portal/modules/portlet.classpath"/>
<path refid="jbossas/core.libs.classpath"/>
Modified: branches/JBoss_Portal_Branch_2_7/wsrp/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/wsrp/build.xml 2008-04-13 12:32:41 UTC (rev 10554)
+++ branches/JBoss_Portal_Branch_2_7/wsrp/build.xml 2008-04-13 12:59:04 UTC (rev 10555)
@@ -94,6 +94,7 @@
<!-- Libraries required to compile -->
<path id="library.classpath">
+ <path refid="portlet.portlet.classpath"/>
<path refid="jboss.portal/modules/common.classpath"/>
<path refid="jboss.portal/modules/portlet.classpath"/>
<path refid="jboss.portal/modules/test.classpath"/>
Show replies by date