mirror of
https://github.com/Rogiel/torrent4j
synced 2025-12-06 15:42:47 +00:00
Fix tracker support and update maven build script
Fixed an issue with the tracker support in which it wansn't doing requests correctly and not updating the swarm list. Also adds support for assembling in maven. Now, each compilation will build generate an zip, tar.gz and tar.bz2 files with dependencies, binary and javadoc files.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#Thu Apr 28 01:49:42 BRT 2011
|
||||
#Wed Sep 14 13:05:56 BRT 2011
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
|
||||
5
.settings/org.eclipse.m2e.core.prefs
Normal file
5
.settings/org.eclipse.m2e.core.prefs
Normal file
@@ -0,0 +1,5 @@
|
||||
#Wed Sep 14 13:04:25 BRT 2011
|
||||
activeProfiles=
|
||||
eclipse.preferences.version=1
|
||||
resolveWorkspaceProjects=true
|
||||
version=1
|
||||
Reference in New Issue
Block a user