[Patch] antlib proposal

2003-04-02 Thread Antoine Levy-Lambert
This patch corrects further the version of Project.java of the antlib proposal and adds needed types to the antlib.xml file, the equivalent of "defaults.properties" in the proposal.   Antoine Index: proposal/sandbox/antlib/src/main/org/apache/tools/ant/Project.java

[Patch] Antlib proposal in proposal/sandbox/antlib

2003-04-01 Thread Antoine Levy-Lambert
In order to keep the antlib proposal of Jose-Alberto Fernandez compatible with the current head revision of ant, I have prepared a patch. The patch addresses mainly changes in :    - Project.java    - Zip.java (to make the Antjar task still work) It does not affect the proposal "semanticall