Author: julien_viet
Date: 2011-06-25 08:30:48 -0400 (Sat, 25 Jun 2011)
New Revision: 6749
Removed:
components/pc/trunk/portlet/src/test/resources/local-jboss-unit.xml
Log:
remove legacy file
Deleted: components/pc/trunk/portlet/src/test/resources/local-jboss-unit.xml
===================================================================
--- components/pc/trunk/portlet/src/test/resources/local-jboss-unit.xml 2011-06-25
12:30:17 UTC (rev 6748)
+++ components/pc/trunk/portlet/src/test/resources/local-jboss-unit.xml 2011-06-25
12:30:48 UTC (rev 6749)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-unit
- xmlns="urn:jboss:jboss-unit:1.0"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="urn:jboss:jboss-unit:1.0 jboss-unit_1_0.xsd">
- <pojo>
- <test>
- <class
name="org.gatein.pc.test.portlet.state.LocalStoreProducerStatefulPortletInvokerTestCase"/>
- </test>
- <test>
- <class
name="org.gatein.pc.test.portlet.state.RemoteStoreProducerStatefulPortletInvokerTestCase"/>
- </test>
- <test>
- <class
name="org.gatein.pc.test.portlet.state.LocalStoreConsumerStatefulPortletInvokerTestCase"/>
- </test>
- <test>
- <class
name="org.gatein.pc.test.portlet.state.RemoteStoreConsumerStatefulPortletInvokerTestCase"/>
- </test>
- <test>
- <class
name="org.gatein.pc.test.portlet.state.StateConverterV0TestCase"/>
- </test>
- <test>
- <class name="org.gatein.pc.test.portlet.ParametersTestCase"/>
- </test>
- <test>
- <class
name="org.gatein.pc.test.portlet.ContentBufferTestCase"/>
- </test>
- <test>
- <class name="org.gatein.pc.test.portlet.StateStringTestCase"/>
- </test>
- <test>
- <class
name="org.gatein.pc.portlet.container.LifeCycle1TestCase"/>
- </test>
- <test>
- <class
name="org.gatein.pc.portlet.container.LifeCycleReentranceDetectionTestCase"/>
- </test>
- </pojo>
-</jboss-unit>