diff --git a/.gitignore b/.gitignore index 0e46c6ae4..4af529143 100644 --- a/.gitignore +++ b/.gitignore @@ -2,17 +2,19 @@ # Author: Maxime Petazzoni # Ignore build output -build/* +/build/* +/*.jar # Ignore Javadoc output -doc/* +/doc/* # Ignore any eventual Eclipse project files, these don't belong in the # repository. -.classpath -.project +/.classpath +/.project # Ignore common editor swap files *.swp *.bak *~ +*~ diff --git a/README b/README index fcefeeaeb..6e5afcd9f 100644 --- a/README +++ b/README @@ -40,14 +40,15 @@ Authors ------- * Maxime Petazzoni (Platform Engineer at Turn, Inc) - - Original author and maintainer + - Original author, main developer and maintainer * David Giffin - - Contributed parallel hashing and multi-file torrent support + - Contributed parallel hashing and multi-file torrent support. * Thomas Zink - Fixed a piece length computation issue when the total torrent size is an exact multiple of the piece size. * Johan Parent - - Fixed a bug in unfresh peer collection + - Fixed a bug in unfresh peer collection and issues on download completion on + Windows platforms. Caveats ------- diff --git a/build.xml b/build.xml index 855726ba2..69b7f768b 100644 --- a/build.xml +++ b/build.xml @@ -14,18 +14,17 @@ --> - + - - + + value="${ant.project.name}-${project.version}.jar" /> @@ -43,8 +42,8 @@ - + @@ -56,7 +55,7 @@ - + diff --git a/dist/ttorrent-1.0.3.jar b/dist/ttorrent-1.0.3.jar deleted file mode 100644 index 8e1efc455..000000000 Binary files a/dist/ttorrent-1.0.3.jar and /dev/null differ diff --git a/dist/ttorrent-1.0.4.jar b/dist/ttorrent-1.0.4.jar deleted file mode 100644 index 68aed00f5..000000000 Binary files a/dist/ttorrent-1.0.4.jar and /dev/null differ diff --git a/dist/ttorrent-1.1.1.jar b/dist/ttorrent-1.1.1.jar deleted file mode 100644 index d2b0e5164..000000000 Binary files a/dist/ttorrent-1.1.1.jar and /dev/null differ diff --git a/dist/ttorrent-1.1.jar b/dist/ttorrent-1.1.jar deleted file mode 100644 index cd6ead56d..000000000 Binary files a/dist/ttorrent-1.1.jar and /dev/null differ