Browse Source

Quick change to ProjectHelperImpl to use SAX2.

Note that it already had dependencies on SAX2 interfaces, but the original
helper worked with SAX1 parsers too. This one will only work with SAX2.

IMHO SAX2 should be the default, and the old one should be kept
around for backward compat or special cases.

The parser is not using the namespace in any way - it'll use the
RoleFactory plugin to allow use of the namespace in task creation.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271736 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 23 years ago
parent
commit
2fa4ee3c90
1 changed files with 1163 additions and 0 deletions
  1. +1163
    -0
      proposal/sandbox/embed/ProjectHelperImpl2.java

+ 1163
- 0
proposal/sandbox/embed/ProjectHelperImpl2.java
File diff suppressed because it is too large
View File


Loading…
Cancel
Save