Repository: commons-text Updated Branches: refs/heads/master d293d6053 -> 2b3f09be6
pom.xml: pretty print maven-antrun-plugin section Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2b3f09be Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/2b3f09be Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/2b3f09be Branch: refs/heads/master Commit: 2b3f09be6ddea78bf2550699be0229280e25ddc0 Parents: d293d60 Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Fri Sep 29 10:05:30 2017 +0200 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Fri Sep 29 10:05:30 2017 +0200 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/2b3f09be/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f05719..1db78a5 100644 --- a/pom.xml +++ b/pom.xml @@ -362,18 +362,18 @@ <configuration> <tasks> <exec executable="svn"> - <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"></arg> + <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/> </exec> <exec executable="svn"> - <arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs"></arg> + <arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs"/> </exec> <pathconvert pathsep=" " property="dirs"> - <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*"></dirset> + <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*"/> </pathconvert> <exec executable="svn"> - <arg line="update --set-depth infinity ${dirs}"></arg> + <arg line="update --set-depth infinity ${dirs}"/> </exec> </tasks> </configuration>