Browse Source

Repair install target and correct mionor typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268988 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
c1de5c6918
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      build.xml
  2. +1
    -1
      src/main/org/apache/tools/ant/ProjectHelper.java

+ 1
- 1
build.xml View File

@@ -521,7 +521,7 @@
===================================================================
-->
<target name="install" if="ant.install">
<antcall target="dist">
<antcall target="internal_dist">
<param name="dist.dir" value="${ant.install}" />
</antcall>
</target>


+ 1
- 1
src/main/org/apache/tools/ant/ProjectHelper.java View File

@@ -195,7 +195,7 @@ public class ProjectHelper {

/**
* Called when this element and all elements nested into it have been
* handeled.
* handled.
*/
protected void finished() {}



Loading…
Cancel
Save