diff --git a/.gitignore b/.gitignore index f35895bf..bf597a1f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ doc *.swp *.orig *.un~ +*.cap diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..e6dfa945 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "ext/ant"] + path = ext/ant + url = https://github.com/martinpaljak/ant-javacard.git + branch = master diff --git a/build.xml b/build.xml index cfa769b8..c4290c10 100644 --- a/build.xml +++ b/build.xml @@ -1,94 +1,19 @@ - - Builds the project. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Builds the project. + + + + + + + + + + + + + + + diff --git a/ext/ant b/ext/ant new file mode 160000 index 00000000..d34bd09a --- /dev/null +++ b/ext/ant @@ -0,0 +1 @@ +Subproject commit d34bd09aa5d55c7419bcb4240a96c86add2af007