Author: julien(a)jboss.com
Date: 2008-01-30 06:22:38 -0500 (Wed, 30 Jan 2008)
New Revision: 9648
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
fixed wrong packaging that was making a couple of tests to fail due to classloading
issues
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2008-01-30 09:46:12 UTC (rev 9647)
+++ modules/portlet/trunk/test/src/test/build.xml 2008-01-30 11:22:38 UTC (rev 9648)
@@ -109,7 +109,6 @@
<pathelement path="${dependency.jboss-kernel.jar}"/>
</path>
<path id="mc.portal-common">
- <!--<pathelement
path="${dependency.portal-common.jar}"/>-->
<pathelement path="${dependency.portal-common-mc.jar}"/>
</path>
<path id="mc.jboss-unit">
@@ -371,7 +370,6 @@
<fileset dir="${test.temp.lib}"
includes="portlet-test-lib.jar"/>
<path refid="mc.portal-common"/>
- <path refid="mc.portal-portlet"/>
<!-- Remote plugin -->
<path refid="mc.jboss-remoting"/>
@@ -404,7 +402,6 @@
<fileset dir="${test.temp.lib}"
includes="portlet-test-lib.jar"/>
<path refid="mc.portal-common"/>
- <path refid="mc.portal-portlet"/>
<!-- Remote plugin -->
<path refid="mc.jboss-remoting"/>
Show replies by date