Added:
trunk/AUTHORS
trunk/TODO
Modified:
trunk/build.xml
Log:
Add TODO & AUTHORS
Added: trunk/AUTHORS
==============================================================================
--- (empty file)
+++ trunk/AUTHORS Wed May 30 20:29:49 2007
@@ -0,0 +1 @@
+Serkan Kaba <serka...@yahoo.com>
Added: trunk/TODO
==============================================================================
--- (empty file)
+++ trunk/TODO Wed May 30 20:29:49 2007
@@ -0,0 +1,3 @@
+Implement hopefully all services.
+Implement caching based on 304 (Content not modified) HTTP return code
+ (Inspired from pyscrobbler - http://code.google.com/p/pyscrobbler )
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Wed May 30 20:29:49 2007
@@ -32,6 +32,8 @@
<copy file="build.xml" todir="build/source"/>
<copy file="build.properties" todir="build/source"/>
<copy file="gpl.txt" todir="build/source"/>
+ <copy file="AUTHORS" todir="build/source"/>
+ <copy file="TODO" todir="build/source"/>
<zip destfile="build/scrobblerj-${version}.zip" basedir="build/source"/>
<delete dir="build/source"/>
</target>