[scrobblerj commit] r6 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
May 30, 2007, 11:29:56 PM5/30/07
to scrobble...@googlegroups.com
Author: serkankaba
Date: Wed May 30 20:29:49 2007
New Revision: 6

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>

Reply all
Reply to author
Forward
0 new messages