Author: bdaw
Date: 2008-02-27 05:26:26 -0500 (Wed, 27 Feb 2008)
New Revision: 10135
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
make portlet api jar be addded to tck portal
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2008-02-27 09:35:20 UTC (rev 10134)
+++ modules/portlet/trunk/test/src/test/build.xml 2008-02-27 10:26:26 UTC (rev 10135)
@@ -777,7 +777,7 @@
<path location="${dependency.portal-common-portal.jar}"/>
<path location="${dependency.portal-portlet.jar}"/>
<path location="${dependency.portal-web.jar}"/>
- <!--<path location="${dependency.jsr168api.jar}"/>-->
+ <path location="${dependency.jsr168api.jar}"/>
<path location="${dependency.jaxb-api.jar}"/>
<path location="${dependency.jboss-unit.jar}"/>
@@ -844,7 +844,7 @@
<path location="${dependency.portal-common-portal.jar}"/>
<path location="${dependency.portal-portlet.jar}"/>
<path location="${dependency.portal-web.jar}"/>
- <!--<path location="${dependency.jsr168api.jar}"/>-->
+ <path location="${dependency.jsr168api.jar}"/>
<path location="${dependency.jboss-unit.jar}"/>
<path location="${dependency.jboss-unit-remote.jar}"/>
Show replies by date