[jboss-cvs] JBossAS SVN: r93965 - projects/annotations/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 23 16:27:35 EDT 2009


Author: jesper.pedersen
Date: 2009-09-23 16:27:35 -0400 (Wed, 23 Sep 2009)
New Revision: 93965

Modified:
   projects/annotations/trunk/build.xml
Log:
Fixed the findbugs target

Modified: projects/annotations/trunk/build.xml
===================================================================
--- projects/annotations/trunk/build.xml	2009-09-23 20:27:26 UTC (rev 93964)
+++ projects/annotations/trunk/build.xml	2009-09-23 20:27:35 UTC (rev 93965)
@@ -224,7 +224,7 @@
           <include name="*.jar"/>
         </fileset>
       </auxClasspath>
-      <class location="${target.dir}/papaki.jar" />
+      <class location="${target.dir}/papaki-core.jar" />
       <class location="${target.dir}/papaki-indexer.jar" />
     </findbugs>
 
@@ -237,7 +237,7 @@
           <include name="*.jar"/>
         </fileset>
       </auxClasspath>
-      <class location="${target.dir}/papaki.jar" />
+      <class location="${target.dir}/papaki-core.jar" />
       <class location="${target.dir}/papaki-indexer.jar" />
     </findbugs>
   </target>




More information about the jboss-cvs-commits mailing list