Author: mbenson Date: Wed Jun 20 14:44:46 2007 New Revision: 549255 URL: http://svn.apache.org/viewvc?view=rev&rev=549255 Log: ws
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=549255&r1=549254&r2=549255 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java Wed Jun 20 14:44:46 2007 @@ -16,6 +16,7 @@ * */ package org.apache.tools.ant; + import org.apache.tools.ant.launch.Launcher; /** @@ -66,6 +67,7 @@ * 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. * for the libraries task @@ -79,6 +81,7 @@ */ public static final String TASKDEF_PROPERTIES_RESOURCE = "/org/apache/tools/ant/taskdefs/defaults.properties"; + /** * name of the resource that typedefs are stored under. * Value: [EMAIL PROTECTED] @@ -97,11 +100,13 @@ * Value: [EMAIL PROTECTED] */ public static final String ANT_EXECUTOR_CLASSNAME = "ant.executor.class"; + /** * property name for basedir of the project. * Value: [EMAIL PROTECTED] */ public static final String PROJECT_BASEDIR = "basedir"; + /** * property for ant file name. * Value: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]