diff --git a/.gitignore b/.gitignore index ea4c21a..b9776c7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ build/packages build/packaging build/releases +# Build # +build/logs + # IDE & System# .buildpath .project diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c77df11 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "build/phpcs/Joomla"] + path = build/phpcs/Joomla + url = git://github.com/joomla/coding-standards.git diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..bc92898 --- /dev/null +++ b/build.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/phpcs/Joomla b/build/phpcs/Joomla new file mode 160000 index 0000000..4281a0e --- /dev/null +++ b/build/phpcs/Joomla @@ -0,0 +1 @@ +Subproject commit 4281a0ec5eacfc350285348bfd8edca08be913c6