Toggle version to 1.7.0 and clean up build file: Remove obsolete CVS stuff, combine sub-targets with just one caller, and remove unused targets.

This commit is contained in:
hns 2008-12-15 15:11:20 +00:00
parent 3673da711c
commit c31f60ffa7
3 changed files with 14 additions and 77 deletions

View file

@ -40,7 +40,7 @@ import helma.util.ResourceProperties;
*/
public class Server implements Runnable {
// version string
public static final String version = "1.6.3 (__builddate__)";
public static final String version = "1.7.0 (__builddate__)";
// static server instance
private static Server server;