2006/unicorn .classpath,1.13,1.14

Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv20089

Modified Files:
	.classpath 
Log Message:
added compactor.jar (http://mindprod.com/products1.html#COMPACTOR) to compress html files before sending to the client

Index: .classpath
===================================================================
RCS file: /sources/public/2006/unicorn/.classpath,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- .classpath	19 Oct 2009 10:03:02 -0000	1.13
+++ .classpath	22 Oct 2009 14:25:20 -0000	1.14
@@ -35,5 +35,10 @@
 	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/velocity-tools-generic-1.4.jar"/>
 	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/observationresponse2.jar"/>
 	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/observationresponse.jar"/>
+	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/compactor.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="file:/C:/Users/Tom-Laptop/Desktop/compactor/javadoc/"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>

Received on Thursday, 22 October 2009 14:25:24 UTC