Browse Source

Since nobody objects, this is the 'project helper modularization' commit.

The default is ProjectHelperImpl, which have the original ( SAX1 ) implementation.

Most of the XML-related code has been removed, the only remaining problem
is the AttributeList that is passed to the introspection helper ( which is
XML and SAX1 specific ). It's easy to pass this by using a AttributeListImpl,
and hopefully the introspection helper will be made less SAX1-specific someday.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271780 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 23 years ago
parent
commit
b5397fd0e4
1 changed files with 141 additions and 1046 deletions
  1. +141
    -1046
      src/main/org/apache/tools/ant/ProjectHelper.java

+ 141
- 1046
src/main/org/apache/tools/ant/ProjectHelper.java
File diff suppressed because it is too large
View File


Loading…
Cancel
Save