You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by sc...@apache.org on 2005/05/03 22:04:58 UTC

svn commit: r167972 - /incubator/apollo/trunk/src/templates/AbstractResource.vm

Author: scamp
Date: Tue May  3 13:04:57 2005
New Revision: 167972

URL: http://svn.apache.org/viewcvs?rev=167972&view=rev
Log:
made template use parse instead of include in init()

Modified:
    incubator/apollo/trunk/src/templates/AbstractResource.vm

Modified: incubator/apollo/trunk/src/templates/AbstractResource.vm
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/AbstractResource.vm?rev=167972&r1=167971&r2=167972&view=diff
==============================================================================
--- incubator/apollo/trunk/src/templates/AbstractResource.vm (original)
+++ incubator/apollo/trunk/src/templates/AbstractResource.vm Tue May  3 13:04:57 2005
@@ -95,7 +95,7 @@
 	#end	
 	
         #foreach( $includeFile in $generated.AbstractResourceInitIncludeLocations )
-        #include( $includeFile )
+        #parse( $includeFile )
         #end         	
       
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org