|
@@ -62,8 +62,6 @@ import org.apache.tools.ant.util.StringUtils; |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
public class Project implements ResourceFactory { |
|
|
public class Project implements ResourceFactory { |
|
|
private static final String LINE_SEP = System.getProperty("line.separator"); |
|
|
|
|
|
|
|
|
|
|
|
/** Message priority of "error". */ |
|
|
/** Message priority of "error". */ |
|
|
public static final int MSG_ERR = 0; |
|
|
public static final int MSG_ERR = 0; |
|
|
/** Message priority of "warning". */ |
|
|
/** Message priority of "warning". */ |
|
|