[jboss-cvs] JBossAS SVN: r74677 - projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 17 05:35:47 EDT 2008


Author: alesj
Date: 2008-06-17 05:35:46 -0400 (Tue, 17 Jun 2008)
New Revision: 74677

Modified:
   projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java
Log:
Add output.

Modified: projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java	2008-06-17 09:29:53 UTC (rev 74676)
+++ projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationDeployer.java	2008-06-17 09:35:46 UTC (rev 74677)
@@ -42,6 +42,7 @@
    {
       super(Module.class);
       setStage(DeploymentStages.PRE_REAL);
+      setOutput(AnnotationEnvironment.class);
    }
 
    /**




More information about the jboss-cvs-commits mailing list