deprecate util classes used only by installer

This commit is contained in:
zzz
2012-02-04 13:02:15 +00:00
parent 9141aa1d25
commit c0e0994bb3
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package net.i2p.util;
/**
* Usage: Copy from to
*
* @deprecated only for use by installer, to be removed from i2p.jar, use FileUtil.copy()
*/
public class Copy {
public static void main(String args[]) {

View File

@ -3,6 +3,7 @@ package net.i2p.util;
/**
* Usage: Delete name
*
* @deprecated only for use by installer, to be removed from i2p.jar, use FileUtil.rmdir()
*/
public class Delete {
public static void main(String args[]) {

View File

@ -5,6 +5,7 @@ import java.io.File;
/**
* Usage: Exec dir command [args ...]
*
* @deprecated only for use by installer, to be removed from i2p.jar, use ShellCommand
*/
public class Exec {
public static void main(String args[]) {