SVN: toys/cvsstats/web/build.xml

pawelz pawelz at pld-linux.org
Sat May 1 23:16:06 CEST 2010


Author: pawelz
Date: Sat May  1 23:16:06 2010
New Revision: 11361

Modified:
   toys/cvsstats/web/build.xml
Log:
- hmmm, xerces seems to be required too.


Modified: toys/cvsstats/web/build.xml
==============================================================================
--- toys/cvsstats/web/build.xml	(original)
+++ toys/cvsstats/web/build.xml	Sat May  1 23:16:06 2010
@@ -47,6 +47,7 @@
 			<lib dir="${java.dir}">
 				<include name="${joda-time.jar}"/>
 				<include name="${jdbc.jar}"/>
+				<include name="${xerces.jar}"/>
 			</lib>
 		</war>
 	</target>


More information about the pld-cvs-commit mailing list