Author: thomas.heute(a)jboss.com
Date: 2008-01-22 15:07:44 -0500 (Tue, 22 Jan 2008)
New Revision: 9562
Modified:
modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/bridge/build.xml
modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/build/build-thirdparty.xml
Log:
Fix build
Modified: modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/bridge/build.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/bridge/build.xml 2008-01-22 18:05:39
UTC (rev 9561)
+++ modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/bridge/build.xml 2008-01-22 20:07:44
UTC (rev 9562)
@@ -89,6 +89,8 @@
<path refid="apache.log4j.classpath"/>
<path refid="sun.servlet.classpath"/>
<path refid="portals.bridges.classpath"/>
+ <path refid="junit.junit.classpath"/>
+ <path refid="tagsoup.tagsoup.classpath"/>
</path>
<path id="javac.classpath">
Modified: modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/build/build-thirdparty.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/build/build-thirdparty.xml 2008-01-22
18:05:39 UTC (rev 9561)
+++ modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/build/build-thirdparty.xml 2008-01-22
20:07:44 UTC (rev 9562)
@@ -46,7 +46,7 @@
are pushed to the
http://repository.jboss.com site.
-->
- <componentref name="jboss-portal/modules/common"
version="trunk-SNAPSHOT"/>
+ <componentref name="jboss-portal/modules/common"
version="1.1.0"/>
<componentref name="jboss-portal/modules/web"
version="trunk-SNAPSHOT"/>
<componentref name="jboss-portal/modules/test"
version="1.0-SNAPSHOT"/>
<componentref name="sun-servlet" version="2.4"/>
@@ -57,6 +57,7 @@
<componentref name="apache-codec" version="1.3.0"/>
<componentref name="apache-httpclient" version="3.0.1"/>
<componentref name="apache-logging" version="1.1"/>
+ <componentref name="tagsoup" version="1.2"/>
<componentref name="portals-bridges" version="1.0.3"/>