[Fb-contrib-commit] SF.net SVN: fb-contrib:[1484] trunk/fb-contrib/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-14 06:01:14
|
Revision: 1484
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1484&view=rev
Author: dbrosius
Date: 2010-01-14 06:01:07 +0000 (Thu, 14 Jan 2010)
Log Message:
-----------
format
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2010-01-14 05:45:29 UTC (rev 1483)
+++ trunk/fb-contrib/build.xml 2010-01-14 06:01:07 UTC (rev 1484)
@@ -159,7 +159,7 @@
<target name="build" depends="clean, -init, validate_xml, compile, compile_samples, jar" description="builds the plugin jar">
</target>
- <target name="install" depends="build" description="installs the plugin into FindBugs">
+ <target name="install" depends="build" description="installs the plugin into FindBugs">
<property environment="env"/>
<copy todir="${env.FINDBUGS_HOME}/plugin">
<fileset dir="${basedir}">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|