git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271406 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -41,6 +41,12 @@ import org.apache.tools.ant.types.DirectoryScanner; | |||||
| public class Ilasm | public class Ilasm | ||||
| extends MatchingTask | extends MatchingTask | ||||
| { | { | ||||
| /** | |||||
| * name of the executable. the .exe suffix is deliberately not included in | |||||
| * anticipation of the unix version | |||||
| */ | |||||
| private final static String EXE_NAME = "ilasm"; | |||||
| /** | /** | ||||
| * what is the file extension we search on? | * what is the file extension we search on? | ||||
| */ | */ | ||||
| @@ -51,11 +57,6 @@ public class Ilasm | |||||
| */ | */ | ||||
| private final static String FILE_PATTERN = "**/*." + FILE_EXT; | private final static String FILE_PATTERN = "**/*." + FILE_EXT; | ||||
| /** | |||||
| * title of task for external presentation | |||||
| */ | |||||
| private final static String EXE_TITLE = "ilasm"; | |||||
| /** | /** | ||||
| * debug flag. Controls generation of debug information. | * debug flag. Controls generation of debug information. | ||||
| */ | */ | ||||
| @@ -41,6 +41,12 @@ import org.apache.tools.ant.types.DirectoryScanner; | |||||
| public class Ilasm | public class Ilasm | ||||
| extends MatchingTask | extends MatchingTask | ||||
| { | { | ||||
| /** | |||||
| * name of the executable. the .exe suffix is deliberately not included in | |||||
| * anticipation of the unix version | |||||
| */ | |||||
| private final static String EXE_NAME = "ilasm"; | |||||
| /** | /** | ||||
| * what is the file extension we search on? | * what is the file extension we search on? | ||||
| */ | */ | ||||
| @@ -51,11 +57,6 @@ public class Ilasm | |||||
| */ | */ | ||||
| private final static String FILE_PATTERN = "**/*." + FILE_EXT; | private final static String FILE_PATTERN = "**/*." + FILE_EXT; | ||||
| /** | |||||
| * title of task for external presentation | |||||
| */ | |||||
| private final static String EXE_TITLE = "ilasm"; | |||||
| /** | /** | ||||
| * debug flag. Controls generation of debug information. | * debug flag. Controls generation of debug information. | ||||
| */ | */ | ||||