|
Lines 143-164
public final class MagicNames {
Link Here
|
| 143 |
/** |
143 |
/** |
| 144 |
* property that provides the default value for javac's and |
144 |
* property that provides the default value for javac's and |
| 145 |
* javadoc's source attribute. |
145 |
* javadoc's source attribute. |
| 146 |
* @since Ant 1.7 |
|
|
| 147 |
* Value: {@value} |
146 |
* Value: {@value} |
|
|
147 |
* @since Ant 1.7 |
| 148 |
*/ |
148 |
*/ |
| 149 |
public static final String BUILD_JAVAC_SOURCE = "ant.build.javac.source"; |
149 |
public static final String BUILD_JAVAC_SOURCE = "ant.build.javac.source"; |
| 150 |
|
150 |
|
| 151 |
/** |
151 |
/** |
| 152 |
* property that provides the default value for javac's target attribute. |
152 |
* property that provides the default value for javac's target attribute. |
| 153 |
* @since Ant 1.7 |
|
|
| 154 |
* Value: {@value} |
153 |
* Value: {@value} |
|
|
154 |
* @since Ant 1.7 |
| 155 |
*/ |
155 |
*/ |
| 156 |
public static final String BUILD_JAVAC_TARGET = "ant.build.javac.target"; |
156 |
public static final String BUILD_JAVAC_TARGET = "ant.build.javac.target"; |
| 157 |
|
157 |
|
| 158 |
/** |
158 |
/** |
| 159 |
* Name of the magic property that controls classloader reuse. |
159 |
* Name of the magic property that controls classloader reuse. |
| 160 |
* @since Ant 1.4. |
|
|
| 161 |
* Value: {@value} |
160 |
* Value: {@value} |
|
|
161 |
* @since Ant 1.4. |
| 162 |
*/ |
162 |
*/ |
| 163 |
public static final String REFID_CLASSPATH_REUSE_LOADER = "ant.reuse.loader"; |
163 |
public static final String REFID_CLASSPATH_REUSE_LOADER = "ant.reuse.loader"; |
| 164 |
|
164 |
|