Browse Source

The project helper impl - all the private methods that used to be in ProjectHelper.

I only did a small refactoring to change inner classes to static inner classes
and pass explicitely the parameters. This improve the compatibility with jikes,
gcj and possibly other compilers, and is ( IMHO ) cleaner.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271781 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 23 years ago
parent
commit
96399befa1
1 changed files with 1169 additions and 0 deletions
  1. +1169
    -0
      src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java

+ 1169
- 0
src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java
File diff suppressed because it is too large
View File


Loading…
Cancel
Save