2006/unicorn/org/w3c/unicorn/output OutputFactory.java,1.4,1.5

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

Modified Files:
	OutputFactory.java 
Log Message:
Removed unused properties from unicorn.properties

Index: OutputFactory.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/output/OutputFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- OutputFactory.java	23 Jul 2009 13:00:40 -0000	1.4
+++ OutputFactory.java	29 Jul 2009 09:39:05 -0000	1.5
@@ -38,7 +38,7 @@
 		try {
 			OutputFactory.aPropertiesSpecialFormaters.load(
 					new URL(Property.class.getResource("/"),
-							Property.get("REL_PATH_TO_CONF_FILES") + "specialFormaters.properties").openStream()
+							"org/w3c/unicorn/conf/specialFormaters.properties").openStream()
 			);
 		} catch (final IOException e) {
 			OutputFactory.logger.error("IOException : " + e.getMessage(), e);

Received on Wednesday, 29 July 2009 09:39:24 UTC