[jboss-dev] Re: [jboss-cvs] JBossAS SVN: r79353 - trunk/server/src/main/org/jboss/deployment.
Adrian Brock
abrock at redhat.com
Fri Oct 10 11:05:00 EDT 2008
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
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
More information about the jboss-development
mailing list