2006/unicorn/src/org/w3c/unicorn/output OutputModule.java,1.4,1.5 OutputFactory.java,1.5,1.6 OutputFormater.java,1.4,1.5

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

Modified Files:
	OutputModule.java OutputFactory.java OutputFormater.java 
Log Message:
cleaned imports

Index: OutputFormater.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/output/OutputFormater.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- OutputFormater.java	7 Sep 2009 16:32:20 -0000	1.4
+++ OutputFormater.java	21 Sep 2009 14:38:35 -0000	1.5
@@ -9,9 +9,6 @@
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.velocity.exception.MethodInvocationException;
-import org.apache.velocity.exception.ParseErrorException;
-import org.apache.velocity.exception.ResourceNotFoundException;
 import org.w3c.unicorn.util.Message;
 
 /**

Index: OutputFactory.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/output/OutputFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- OutputFactory.java	7 Sep 2009 16:32:20 -0000	1.5
+++ OutputFactory.java	21 Sep 2009 14:38:35 -0000	1.6
@@ -6,8 +6,6 @@
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.velocity.exception.ParseErrorException;
-import org.apache.velocity.exception.ResourceNotFoundException;
 import org.w3c.unicorn.util.Property;
 
 /**

Index: OutputModule.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/output/OutputModule.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- OutputModule.java	8 Sep 2009 14:22:02 -0000	1.4
+++ OutputModule.java	21 Sep 2009 14:38:35 -0000	1.5
@@ -4,15 +4,11 @@
 // Please first read the full copyright statement in file COPYRIGHT.html
 package org.w3c.unicorn.output;
 
-import java.io.IOException;
 import java.io.Writer;
 import java.util.Map;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.velocity.exception.MethodInvocationException;
-import org.apache.velocity.exception.ParseErrorException;
-import org.apache.velocity.exception.ResourceNotFoundException;
 import org.w3c.unicorn.util.Message;
 
 /**

Received on Monday, 21 September 2009 14:38:49 UTC