From 8ff29492fe3ae0631288e84c1d419409c9448f9f Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Fri, 12 Jul 2013 20:46:47 -0500 Subject: [PATCH] Submodule Joomla Coding Standards, add build script to check them --- .gitignore | 3 +++ .gitmodules | 3 +++ build.xml | 31 +++++++++++++++++++++++++++++++ build/phpcs/Joomla | 1 + 4 files changed, 38 insertions(+) create mode 100644 .gitmodules create mode 100644 build.xml create mode 160000 build/phpcs/Joomla 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