[Fb-contrib-commit] SF.net SVN: fb-contrib:[1066] trunk/fb-contrib/build.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-08-08 15:49:41
|
Revision: 1066 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1066&view=rev Author: dbrosius Date: 2008-08-08 15:49:48 +0000 (Fri, 08 Aug 2008) Log Message: ----------- add log4j.jar to samples lib Modified Paths: -------------- trunk/fb-contrib/build.xml Modified: trunk/fb-contrib/build.xml =================================================================== --- trunk/fb-contrib/build.xml 2008-08-08 15:48:57 UTC (rev 1065) +++ trunk/fb-contrib/build.xml 2008-08-08 15:49:48 UTC (rev 1066) @@ -47,6 +47,7 @@ <pathelement location="${sampleslib.dir}/jsp-api.jar"/> <pathelement location="${sampleslib.dir}/junit.jar"/> <pathelement location="${sampleslib.dir}/servlet-api.jar"/> + <pathelement location="${sampleslib.dir}/log4j.jar"/> </path> <mkdir dir="${classes.dir}/com"/> <mkdir dir="${classes.dir}/com/mebigfatguy"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |