Author: mschulte
Date: Thu Sep 20 13:33:30 2007
New Revision: 577907

URL: http://svn.apache.org/viewvc?rev=577907&view=rev
Log:
fixes TAPESTRY-1721

Modified:
    
tapestry/tapestry4/trunk/tapestry-annotations/src/descriptor/META-INF/hivemodule.xml

Modified: 
tapestry/tapestry4/trunk/tapestry-annotations/src/descriptor/META-INF/hivemodule.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-annotations/src/descriptor/META-INF/hivemodule.xml?rev=577907&r1=577906&r2=577907&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-annotations/src/descriptor/META-INF/hivemodule.xml
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-annotations/src/descriptor/META-INF/hivemodule.xml
 Thu Sep 20 13:33:30 2007
@@ -64,7 +64,7 @@
         
         <command id="component-housekeeping-worker" 
object="service:ComponentHousekeepingWorker" after="annotation-worker" />
         <command id="component-propertyproxy-worker" 
object="service:ComponentPropertyProxyWorker" 
before="tapestry.enhance.specified-property" />
-        <command id="inject-asset-annotation" 
object="service:InjectAssetAnnotationWorker" 
after="tapestry.enhance.inject-asset" />
+        <command id="inject-asset-annotation" 
object="service:InjectAssetAnnotationWorker" 
after="tapestry.enhance.inject-asset" 
before="tapestry.enhance.abstract-property"/>
     </contribution>
 
     <configuration-point id="ExcludedProxyAnnotations">


Reply via email to