Browse Source

ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@549255 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
75be9525ea
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/main/org/apache/tools/ant/MagicNames.java

+ 5
- 0
src/main/org/apache/tools/ant/MagicNames.java View File

@@ -16,6 +16,7 @@
* *
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;

import org.apache.tools.ant.launch.Launcher; import org.apache.tools.ant.launch.Launcher;


/** /**
@@ -66,6 +67,7 @@ public final class MagicNames {
* Value {@value} * Value {@value}
*/ */
public static final String REPOSITORY_DIR_PROPERTY = "ant.maven.repository.dir"; public static final String REPOSITORY_DIR_PROPERTY = "ant.maven.repository.dir";

/** /**
* Name of the property which can provide an override of the repository URL. * Name of the property which can provide an override of the repository URL.
* for the libraries task * for the libraries task
@@ -79,6 +81,7 @@ public final class MagicNames {
*/ */
public static final String TASKDEF_PROPERTIES_RESOURCE = public static final String TASKDEF_PROPERTIES_RESOURCE =
"/org/apache/tools/ant/taskdefs/defaults.properties"; "/org/apache/tools/ant/taskdefs/defaults.properties";

/** /**
* name of the resource that typedefs are stored under. * name of the resource that typedefs are stored under.
* Value: {@value} * Value: {@value}
@@ -97,11 +100,13 @@ public final class MagicNames {
* Value: {@value} * Value: {@value}
*/ */
public static final String ANT_EXECUTOR_CLASSNAME = "ant.executor.class"; public static final String ANT_EXECUTOR_CLASSNAME = "ant.executor.class";

/** /**
* property name for basedir of the project. * property name for basedir of the project.
* Value: {@value} * Value: {@value}
*/ */
public static final String PROJECT_BASEDIR = "basedir"; public static final String PROJECT_BASEDIR = "basedir";

/** /**
* property for ant file name. * property for ant file name.
* Value: {@value} * Value: {@value}


Loading…
Cancel
Save