From 13ec6e0b1ef9b7148466d5acce91ee31c5fdb29d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 26 Jul 2014 07:26:55 +0200 Subject: [PATCH] add common as submodule --- .gitmodules | 3 +++ common | 1 + prepare.xml | 34 +++------------------------------- 3 files changed, 7 insertions(+), 31 deletions(-) create mode 100644 .gitmodules create mode 160000 common diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3ec196f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "common"] + path = common + url = https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git diff --git a/common b/common new file mode 160000 index 0000000..51f7f81 --- /dev/null +++ b/common @@ -0,0 +1 @@ +Subproject commit 51f7f81979e31e6ca6d7711c16508a229e940e09 diff --git a/prepare.xml b/prepare.xml index 8d4d0cf..8499ea6 100644 --- a/prepare.xml +++ b/prepare.xml @@ -21,46 +21,18 @@ under the License. - - - - - - - - - - - - - - - - - - - - - - - updating prepare.xml @@ -74,8 +46,8 @@ The original of this snippet is maintained in the antlib-common project. Bootstrap done. Next step: ant -f prepare.xml prepare @@ -90,4 +62,4 @@ The original of this snippet is maintained in the antlib-common project. ant -lib ${antunit.file} -lib build/lib test - \ No newline at end of file +