You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/05/22 22:49:23 UTC

svn commit: r1485415 - /accumulo/branches/1.5/contrib/findbugs_build.xml

Author: ecn
Date: Wed May 22 20:49:23 2013
New Revision: 1485415

URL: http://svn.apache.org/r1485415
Log:
ACCUMULO-970 simplify the hunt for the correct jars

Modified:
    accumulo/branches/1.5/contrib/findbugs_build.xml

Modified: accumulo/branches/1.5/contrib/findbugs_build.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/contrib/findbugs_build.xml?rev=1485415&r1=1485414&r2=1485415&view=diff
==============================================================================
--- accumulo/branches/1.5/contrib/findbugs_build.xml (original)
+++ accumulo/branches/1.5/contrib/findbugs_build.xml Wed May 22 20:49:23 2013
@@ -63,9 +63,9 @@
         <pathElement location="${repository}/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar" />
         <pathElement location="${repository}/org/slf4j/slf4j-log4j12/1.4.3/slf4j-log4j12-1.4.3.jar" />
         <!--pathElement location="${basedir}/../lib/jackson-0.9.2.jar" /-->
-        <pathElement location="${basedir}/../lib/accumulo-fate-1.5.0-SNAPSHOT.jar" />
-        <pathElement location="${basedir}/../lib/accumulo-start-1.5.0-SNAPSHOT.jar" />
-        <pathElement location="${basedir}/../lib/accumulo-trace-1.5.0-SNAPSHOT.jar" />
+        <pathElement location="${basedir}/../lib/accumulo-fate.jar" />
+        <pathElement location="${basedir}/../lib/accumulo-start.jar" />
+        <pathElement location="${basedir}/../lib/accumulo-trace.jar" />
       </auxClasspath>
       <sourcePath>
         <pathElement location="${basedir}/core/src/main/java" />
@@ -83,13 +83,13 @@
         <pathElement location="${basedir}/examples/simple/src/main/java" />
         <pathElement location="${basedir}/examples/simple/src/test/java" />
       </sourcePath>
-      <class location="${basedir}/../lib/accumulo-core-1.5.0-SNAPSHOT.jar" />
-      <class location="${basedir}/../lib/accumulo-fate-1.5.0-SNAPSHOT.jar" />
-      <class location="${basedir}/../lib/accumulo-server-1.5.0-SNAPSHOT.jar" />
-      <class location="${basedir}/../lib/accumulo-start-1.5.0-SNAPSHOT.jar" />
-      <class location="${basedir}/../lib/accumulo-test-1.5.0-SNAPSHOT.jar" />
-      <class location="${basedir}/../lib/accumulo-trace-1.5.0-SNAPSHOT.jar" />
-      <class location="${basedir}/../lib/examples-simple-1.5.0-SNAPSHOT.jar" />
+      <class location="${basedir}/../lib/accumulo-core.jar" />
+      <class location="${basedir}/../lib/accumulo-fate.jar" />
+      <class location="${basedir}/../lib/accumulo-server.jar" />
+      <class location="${basedir}/../lib/accumulo-start.jar" />
+      <class location="${basedir}/../lib/accumulo-test.jar" />
+      <class location="${basedir}/../lib/accumulo-trace.jar" />
+      <class location="${basedir}/../lib/examples-simple.jar" />
     </findbugs>
   </target>