Browse Source

remove redundant <antcall>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271155 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
a09f85ef06
2 changed files with 3 additions and 4 deletions
  1. +2
    -3
      build.xml
  2. +1
    -1
      src/main/org/apache/tools/ant/util/depend/Dependencies.java

+ 2
- 3
build.xml View File

@@ -982,8 +982,7 @@
===================================================================
-->
<target name="main"
description="--> creates a minimum distribution in ./dist">
<antcall inheritAll="false" target="dist-lite"/>
</target>
description="--> creates a minimum distribution in ./dist"
depends="dist-lite" />

</project>

+ 1
- 1
src/main/org/apache/tools/ant/util/depend/Dependencies.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


Loading…
Cancel
Save