- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Oct 2009 12:47:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/action
In directory hutz:/tmp/cvs-serv9051/src/org/w3c/unicorn/action
Modified Files:
InitAction.java
Log Message:
renamed responseParser.properties file to responseImpl.properties
+ renamed initResponseParsers() method to initResponseImplementations()
+ added reference to the old schema implementation class
Index: InitAction.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/action/InitAction.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- InitAction.java 14 Sep 2009 10:09:01 -0000 1.6
+++ InitAction.java 19 Oct 2009 12:47:05 -0000 1.7
@@ -75,7 +75,7 @@
out.write("Initializing response parsers: ");
response.flushBuffer();
try {
- Framework.initResponseParsers();
+ Framework.initResponseImplementations();
out.write("OK\n");
} catch (InitializationFailedException e) {
Framework.logger.fatal(e.getMessage(), e);
Received on Monday, 19 October 2009 12:47:11 UTC