2006/unicorn/org/w3c/unicorn Framework.java,1.9,1.10

Update of /sources/public/2006/unicorn/org/w3c/unicorn
In directory hutz:/tmp/cvs-serv5806/org/w3c/unicorn

Modified Files:
	Framework.java 
Log Message:
A file was not copied during ant war

Index: Framework.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/Framework.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Framework.java	18 Apr 2008 12:35:21 -0000	1.9
+++ Framework.java	10 Jun 2008 12:41:42 -0000	1.10
@@ -80,6 +80,7 @@
 			final URL aURLPropFile = Framework.class.getResource("responseParsers.properties");			
 			final Properties aProperties = new Properties();
 			aProperties.load(aURLPropFile.openStream());
+
 			for (Entry<Object, Object> e : aProperties.entrySet()) {
 				ResponseParser aResponseParser = (ResponseParser)(Class.forName((String)(e.getValue())).newInstance());
 				mapOfReponseParser.put((String)(e.getKey()),aResponseParser);

Received on Tuesday, 10 June 2008 12:42:19 UTC