Author: stevel
Date: Mon May 14 07:55:14 2007
New Revision: 537862
URL: http://svn.apache.org/viewvc?view=rev&rev=537862
Log:
minor javadoc tweaks
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java?view=diff&rev=537862&r1=537861&r2=537862
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java Mon May 14
07:55:14 2007
@@ -37,55 +37,57 @@
public static final String ANTLIB_PREFIX = "antlib:";
/**
- * Ant version property. [EMAIL PROTECTED]
+ * Ant version property.
+ * Value: [EMAIL PROTECTED]
*/
public static final String ANT_VERSION = "ant.version";
/**
- * System classpath policy. [EMAIL PROTECTED]
+ * System classpath policy.
+ * Value: [EMAIL PROTECTED]
*/
public static final String BUILD_SYSCLASSPATH = "build.sysclasspath";
/**
- * The name of the script repository used by the script repo task
+ * The name of the script repository used by the script repo task.
* Value [EMAIL PROTECTED]
*/
public static final String SCRIPT_REPOSITORY = "org.apache.ant.scriptrepo";
/**
- * The name of the reference to the System Class Loader
+ * The name of the reference to the System Class Loader.
* Value [EMAIL PROTECTED]
**/
public static final String SYSTEM_LOADER_REF = "ant.coreLoader";
/**
- * Name of the property which can provide an override of the repository dir
+ * Name of the property which can provide an override of the repository
dir.
* for the libraries task
* Value [EMAIL PROTECTED]
*/
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
* Value [EMAIL PROTECTED]
*/
public static final String REPOSITORY_URL_PROPERTY =
"ant.maven.repository.url";
/**
- * name of the resource that taskdefs are stored under
+ * name of the resource that taskdefs are stored under.
* Value: [EMAIL PROTECTED]
*/
public static final String TASKDEF_PROPERTIES_RESOURCE =
"/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: [EMAIL PROTECTED]
*/
public static final String TYPEDEFS_PROPERTIES_RESOURCE =
"/org/apache/tools/ant/types/defaults.properties";
/**
- * Reference to the current Ant executor
+ * Reference to the current Ant executor.
* Value: [EMAIL PROTECTED]
*/
public static final String ANT_EXECUTOR_REFERENCE = "ant.executor";
@@ -96,30 +98,33 @@
*/
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: [EMAIL PROTECTED]
*/
public static final String PROJECT_BASEDIR = "basedir";
/**
- * property for ant file name
+ * property for ant file name.
* Value: [EMAIL PROTECTED]
*/
public static final String ANT_FILE = "ant.file";
/**
* Property used to store the java version ant is running in.
+ * Value: [EMAIL PROTECTED]
* @since Ant 1.7
*/
public static final String ANT_JAVA_VERSION = "ant.java.version";
/**
* Property used to store the location of ant.
+ * Value: [EMAIL PROTECTED]
* @since Ant 1.7
*/
public static final String ANT_HOME = Launcher.ANTHOME_PROPERTY;
/**
* Property used to store the location of the ant library (typically the
ant.jar file.)
+ * Value: [EMAIL PROTECTED]
* @since Ant 1.7
*/
public static final String ANT_LIB = "ant.core.lib";
@@ -147,7 +152,7 @@
public static final String BUILD_JAVAC_TARGET = "ant.build.javac.target";
/**
- * Name of the magic property that controls classloader reuse
+ * Name of the magic property that controls classloader reuse.
* @since Ant 1.4.
* Value: [EMAIL PROTECTED]
*/
@@ -160,7 +165,7 @@
public static final String REFID_CLASSPATH_LOADER_PREFIX = "ant.loader.";
/**
- * Reference used to store the property helper
+ * Reference used to store the property helper.
* Value: [EMAIL PROTECTED]
*/
public static final String REFID_PROPERTY_HELPER = "ant.PropertyHelper";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]