yep, did that in r923069 already :) On 16/03/2010, at 4:21 PM, Marica Tan wrote:
> On Mon, Mar 15, 2010 at 1:56 PM, <[email protected]> wrote: > >> Author: brett >> Date: Mon Mar 15 05:56:41 2010 >> New Revision: 923064 >> >> URL: http://svn.apache.org/viewvc?rev=923064&view=rev >> Log: >> missed reference >> >> Modified: >> continuum/trunk/continuum-webapp-test/pom.xml >> >> Modified: continuum/trunk/continuum-webapp-test/pom.xml >> URL: >> http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=923064&r1=923063&r2=923064&view=diff >> >> ============================================================================== >> --- continuum/trunk/continuum-webapp-test/pom.xml (original) >> +++ continuum/trunk/continuum-webapp-test/pom.xml Mon Mar 15 05:56:41 2010 >> @@ -293,10 +293,10 @@ under the License. >> </deployable> >> <!-- Test resources --> >> <deployable> >> - <location>src/test/resources/unit</location> >> + >> <location>src/test/resources/example-projects</location> >> > > I think this should be changed too? > > >> <type>war</type> >> <properties> >> - <context>unit</context> >> + <context>example-projects</context> >> </properties> >> </deployable> >> </deployables> >> >> >> > > Thanks, > -- > Marica -- Brett Porter [email protected] http://brettporter.wordpress.com/
