[jboss-dev] Re: [jboss-cvs] JBossAS SVN: r79353 - trunk/server/src/main/org/jboss/deployment.

Ales Justin ales.justin at gmail.com
Fri Oct 10 11:36:22 EDT 2008


Which thread?

This one?
  - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181414#4181414
Then this is not the right revision. :-)

Adrian Brock wrote:
> This is wrong, read the forum thread.
> 
> On Fri, 2008-10-10 at 11:28 -0400, jboss-cvs-commits at lists.jboss.org
> wrote:
>> Author: alesj
>> Date: 2008-10-10 11:28:22 -0400 (Fri, 10 Oct 2008)
>> New Revision: 79353
>>
>> Modified:
>>    trunk/server/src/main/org/jboss/deployment/LegacyWebXmlLessDeployer.java
>> Log:
>> Use setOutput - single class.
>>
>> Modified: trunk/server/src/main/org/jboss/deployment/LegacyWebXmlLessDeployer.java
>> ===================================================================
>> --- trunk/server/src/main/org/jboss/deployment/LegacyWebXmlLessDeployer.java	2008-10-10 15:13:13 UTC (rev 79352)
>> +++ trunk/server/src/main/org/jboss/deployment/LegacyWebXmlLessDeployer.java	2008-10-10 15:28:22 UTC (rev 79353)
>> @@ -41,7 +41,7 @@
>>     {
>>        addInput(WebMetaData.class);
>>        addInput(JBossWebMetaData.class);
>> -      addOutput(JBossWebMetaData.class);
>> +      setOutput(JBossWebMetaData.class);
>>        setStage(DeploymentStages.POST_PARSE);
>>     }
>>  
>>
>> _______________________________________________
>> jboss-cvs-commits mailing list
>> jboss-cvs-commits at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-cvs-commits



More information about the jboss-development mailing list