[tor-commits] [metrics-lib/master] Include library version numbers.

karsten at torproject.org karsten at torproject.org
Fri Oct 23 17:00:50 UTC 2015


commit 4bfe5417225a4aa1acf36d5e43610604b4479e5a
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Fri Oct 23 19:00:08 2015 +0200

    Include library version numbers.
    
    Suggested by iwakeh on #13166.
---
 CONTRIB.md |    4 ++--
 build.xml  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIB.md b/CONTRIB.md
index b306dd5..30f8680 100644
--- a/CONTRIB.md
+++ b/CONTRIB.md
@@ -27,10 +27,10 @@ We tried to keep the number of dependencies as small as possible, and we tried t
 
 metrics-lib currently has the following dependencies to compile:
 
- - Apache Commons Compression
+ - Apache Commons Compression 1.4.1
    https://commons.apache.org/proper/commons-compress/download_compress.cgi
 
- - JUnit
+ - JUnit 4.10
    https://github.com/junit-team/junit/wiki/Download-and-Install
 
 
diff --git a/build.xml b/build.xml
index 433a21a..4aaf8f7 100644
--- a/build.xml
+++ b/build.xml
@@ -8,8 +8,8 @@
   <path id="classpath">
     <pathelement path="${classes}"/>
     <fileset dir="/usr/share/java">
-      <include name="commons-compress.jar"/>
-      <include name="junit4.jar"/>
+      <include name="commons-compress-1.4.1.jar"/>
+      <include name="junit4-4.10.jar"/>
     </fileset>
   </path>
 



More information about the tor-commits mailing list