https://rlforj.svn.sourceforge.net/svnroot/rlforj/tags/release-x.xx
2. Copy to tag directory
RapidSVN seems to work from working copy -> repository, so make sure working copy is current.
In Eclipse, .svn directories must be manually excluded from the build path so that they dont make it into the bin directory.
Build Path > Configure > exclude> **/.svn/*
Command to make jar:
jar cmf MANIFEST -C bin .
Now I wont forget the steps by the time of the nest release.