File tree Expand file tree Collapse file tree 32 files changed +89
-85
lines changed
testcases/taskdefs/conditions Expand file tree Collapse file tree 32 files changed +89
-85
lines changed Original file line number Diff line number Diff line change
1
+ Changes from Ant 1.10.6 TO Ant 1.10.7
2
+ =====================================
3
+
4
+
1
5
Changes from Ant 1.10.5 TO Ant 1.10.6
2
6
=====================================
3
7
Original file line number Diff line number Diff line change 33
33
<property name =" name" value =" ant" />
34
34
<!-- this is the directory corresponding to groupId of Ant in the Maven repository -->
35
35
<property name =" groupid" value =" org/apache/ant" />
36
- <property name =" project.version" value =" 1.10.6alpha " />
36
+ <property name =" project.version" value =" 1.10.7alpha " />
37
37
<!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
38
- <property name =" pom.version" value =" 1.10.6 -SNAPSHOT" />
39
- <property name =" manifest-version" value =" 1.10.6 " />
38
+ <property name =" pom.version" value =" 1.10.7 -SNAPSHOT" />
39
+ <property name =" manifest-version" value =" 1.10.7 " />
40
40
<property name =" bootstrap.jar" value =" ant-bootstrap.jar" />
41
41
42
42
<property name =" ant.package" value =" org/apache/tools/ant" />
Original file line number Diff line number Diff line change 19
19
20
20
< head >
21
21
< link rel ="stylesheet " type ="text/css " href ="stylesheets/style.css ">
22
- < title > Apache Ant 1.10.6 User Manual</ title >
22
+ < title > Apache Ant 1.10.7 User Manual</ title >
23
23
</ head >
24
24
25
25
< body >
26
26
< h1 class ="center "> < img src ="images/ant_logo_large.gif " width ="190 " height ="120 " alt ="Apache Ant logo "> </ h1 >
27
- < h1 class ="center "> Apache Ant™ 1.10.6 Manual</ h1 >
28
- < p > This is the manual for version 1.10.6 of < a href ="https://ant.apache.org/ " target ="_top "> Apache Ant</ a > . If your
27
+ < h1 class ="center "> Apache Ant™ 1.10.7 Manual</ h1 >
28
+ < p > This is the manual for version 1.10.7 of < a href ="https://ant.apache.org/ " target ="_top "> Apache Ant</ a > . If your
29
29
version of Ant (as verified with < kbd > ant -version</ kbd > ) is older or newer than this version then this is not the
30
30
correct manual set. Please use the documentation appropriate to your current version. Also, if you are using a
31
31
version older than the most recent release, we recommend an upgrade to fix bugs as well as provide new
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ <h1 class="center">Apache Ant User Manual</h1>
61
61
< li > Craeg Strong (
< a href ="
mailto:[email protected] "
> [email protected] </ a > )
</ li >
62
62
</ ul >
63
63
64
- < p class ="center "> Version: 1.10.6 </ p >
64
+ < p class ="center "> Version: 1.10.7 </ p >
65
65
66
66
</ body >
67
67
</ html >
Original file line number Diff line number Diff line change 19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : noNamespaceSchemaLocation =" http://ant.apache.org/ivy/schemas/ivy.xsd" >
21
21
<info organisation =" org/apache"
22
- module =" ant" revision =" 1.10.6 " />
22
+ module =" ant" revision =" 1.10.7 " />
23
23
<publications xmlns : e =" urn:ant.apache.org:ivy-extras" >
24
24
<artifact name =" ant-parent" type =" pom" ext =" pom" />
25
25
<artifact name =" ant-parent" type =" pom.asc" ext =" pom.asc" />
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6 -SNAPSHOT</version >
30
+ <version >1.10.7 -SNAPSHOT</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-antlr</artifactId >
36
- <version >1.10.6 -SNAPSHOT</version >
36
+ <version >1.10.7 -SNAPSHOT</version >
37
37
<name >Apache Ant + ANTLR</name >
38
38
<description >antlr specific task.
39
39
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description >
40
40
<dependencies >
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6 -SNAPSHOT</version >
44
+ <version >1.10.7 -SNAPSHOT</version >
45
45
<optional >true</optional >
46
46
<scope >compile</scope >
47
47
</dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6 -SNAPSHOT</version >
30
+ <version >1.10.7 -SNAPSHOT</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-apache-bcel</artifactId >
36
- <version >1.10.6 -SNAPSHOT</version >
36
+ <version >1.10.7 -SNAPSHOT</version >
37
37
<name >Apache Ant + BCEL</name >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6 -SNAPSHOT</version >
42
+ <version >1.10.7 -SNAPSHOT</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6 -SNAPSHOT</version >
30
+ <version >1.10.7 -SNAPSHOT</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-apache-bsf</artifactId >
36
- <version >1.10.6 -SNAPSHOT</version >
36
+ <version >1.10.7 -SNAPSHOT</version >
37
37
<name >Apache Ant + BSF</name >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6 -SNAPSHOT</version >
42
+ <version >1.10.7 -SNAPSHOT</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6 -SNAPSHOT</version >
29
+ <version >1.10.7 -SNAPSHOT</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-log4j</artifactId >
35
- <version >1.10.6 -SNAPSHOT</version >
35
+ <version >1.10.7 -SNAPSHOT</version >
36
36
<name >Apache Ant + Log4J</name >
37
37
<dependencies >
38
38
<dependency >
39
39
<groupId >org.apache.ant</groupId >
40
40
<artifactId >ant</artifactId >
41
- <version >1.10.6 -SNAPSHOT</version >
41
+ <version >1.10.7 -SNAPSHOT</version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6 -SNAPSHOT</version >
30
+ <version >1.10.7 -SNAPSHOT</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-apache-oro</artifactId >
36
- <version >1.10.6 -SNAPSHOT</version >
36
+ <version >1.10.7 -SNAPSHOT</version >
37
37
<name >Apache Ant + Apache Oro</name >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6 -SNAPSHOT</version >
42
+ <version >1.10.7 -SNAPSHOT</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6 -SNAPSHOT</version >
29
+ <version >1.10.7 -SNAPSHOT</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-regexp</artifactId >
35
- <version >1.10.6 -SNAPSHOT</version >
35
+ <version >1.10.7 -SNAPSHOT</version >
36
36
<name >Apache Ant + Apache Regexp</name >
37
37
<dependencies >
38
38
<dependency >
39
39
<groupId >org.apache.ant</groupId >
40
40
<artifactId >ant</artifactId >
41
- <version >1.10.6 -SNAPSHOT</version >
41
+ <version >1.10.7 -SNAPSHOT</version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6 -SNAPSHOT</version >
29
+ <version >1.10.7 -SNAPSHOT</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-resolver</artifactId >
35
- <version >1.10.6 -SNAPSHOT</version >
35
+ <version >1.10.7 -SNAPSHOT</version >
36
36
<name >Apache Ant + Apache Resolver</name >
37
37
<dependencies >
38
38
<dependency >
39
39
<groupId >org.apache.ant</groupId >
40
40
<artifactId >ant</artifactId >
41
- <version >1.10.6 -SNAPSHOT</version >
41
+ <version >1.10.7 -SNAPSHOT</version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6 -SNAPSHOT</version >
29
+ <version >1.10.7 -SNAPSHOT</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-xalan2</artifactId >
35
- <version >1.10.6 -SNAPSHOT</version >
35
+ <version >1.10.7 -SNAPSHOT</version >
36
36
<name >Apache Ant + Xalan 2</name >
37
37
<description >contains Xalan2-specific features</description >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6 -SNAPSHOT</version >
42
+ <version >1.10.7 -SNAPSHOT</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6 -SNAPSHOT</version >
29
+ <version >1.10.7 -SNAPSHOT</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-commons-logging</artifactId >
35
- <version >1.10.6 -SNAPSHOT</version >
35
+ <version >1.10.7 -SNAPSHOT</version >
36
36
<name >Apache Ant + Commons Logging</name >
37
37
<description >Ant Listener based on commons-logging</description >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6 -SNAPSHOT</version >
42
+ <version >1.10.7 -SNAPSHOT</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6 -SNAPSHOT</version >
29
+ <version >1.10.7 -SNAPSHOT</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-commons-net</artifactId >
35
- <version >1.10.6 -SNAPSHOT</version >
35
+ <version >1.10.7 -SNAPSHOT</version >
36
36
<name >Apache Ant + Commons Net</name >
37
37
<description >ftp, rexec and telnet tasks</description >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6 -SNAPSHOT</version >
42
+ <version >1.10.7 -SNAPSHOT</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6 -SNAPSHOT</version >
30
+ <version >1.10.7 -SNAPSHOT</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-imageio</artifactId >
36
- <version >1.10.6 -SNAPSHOT</version >
36
+ <version >1.10.7 -SNAPSHOT</version >
37
37
<name >Apache Ant + ImageIO</name >
38
38
<description >imageio task and corresponding types.</description >
39
39
<dependencies >
40
40
<dependency >
41
41
<groupId >org.apache.ant</groupId >
42
42
<artifactId >ant</artifactId >
43
- <version >1.10.6 -SNAPSHOT</version >
43
+ <version >1.10.7 -SNAPSHOT</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
</dependencies >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6 -SNAPSHOT</version >
30
+ <version >1.10.7 -SNAPSHOT</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-jai</artifactId >
36
- <version >1.10.6 -SNAPSHOT</version >
36
+ <version >1.10.7 -SNAPSHOT</version >
37
37
<name >Apache Ant + JAI</name >
38
38
<description >image task and corresponding types.
39
39
</description >
40
40
<dependencies >
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6 -SNAPSHOT</version >
44
+ <version >1.10.7 -SNAPSHOT</version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6 -SNAPSHOT</version >
29
+ <version >1.10.7 -SNAPSHOT</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-javamail</artifactId >
35
- <version >1.10.6 -SNAPSHOT</version >
35
+ <version >1.10.7 -SNAPSHOT</version >
36
36
<name >Apache Ant + JavaMail</name >
37
37
<description >implementation of the mail task based on javamail.
38
38
Required to send emails to SMTP servers using user/password combinations
@@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6 -SNAPSHOT</version >
44
+ <version >1.10.7 -SNAPSHOT</version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6 -SNAPSHOT</version >
30
+ <version >1.10.7 -SNAPSHOT</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-jdepend</artifactId >
36
- <version >1.10.6 -SNAPSHOT</version >
36
+ <version >1.10.7 -SNAPSHOT</version >
37
37
<name >Apache Ant + JDepend</name >
38
38
<description >task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
39
39
jdepend parser available on the maven repository</description >
40
40
<dependencies >
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6 -SNAPSHOT</version >
44
+ <version >1.10.7 -SNAPSHOT</version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
You can’t perform that action at this time.
0 commit comments