Author: ssmaeklu
Date: 2007-06-14 11:48:17 +0200 (Thu, 14 Jun 2007)
New Revision: 5327
Modified:
trunk/war/src/webapp/WEB-INF/jsp/decorators/rssDecorator.jsp
Log:
context method had new signature.
Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/rssDecorator.jsp
===================================================================
--- trunk/war/src/webapp/WEB-INF/jsp/decorators/rssDecorator.jsp
2007-06-14 08:46:11 UTC (rev 5326)
+++ trunk/war/src/webapp/WEB-INF/jsp/decorators/rssDecorator.jsp
2007-06-14 09:48:17 UTC (rev 5327)
@@ -35,8 +35,8 @@
return UrlResourceLoader.newPropertiesLoader(siteCxt, resource,
properties);
}
- public BytecodeLoader newBytecodeLoader(SiteContext siteContext,
String className) {
- return UrlResourceLoader.newBytecodeLoader(siteContext, className);
+ public BytecodeLoader newBytecodeLoader(SiteContext siteContext,
String className, String jar) {
+ return UrlResourceLoader.newBytecodeLoader(siteContext, className,
jar);
}
};
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits