summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2012-05-22 10:58:29 +0200
committerKore Nordmann <mail@kore-nordmann.de>2012-05-22 10:58:29 +0200
commit95a0d0d85a49658d793759e2326b55996e1d3cad (patch)
tree64f597c9f161bd7a8982c0291d9bf9cff3723752
parent8af6b78504baff53326b765c1653187796a5aa27 (diff)
downloadzetacomponents-graph-95a0d0d85a49658d793759e2326b55996e1d3cad.zip
zetacomponents-graph-95a0d0d85a49658d793759e2326b55996e1d3cad.tar.gz
Enabled ABC for full build
-rw-r--r--.gitignore5
-rw-r--r--.gitmodules3
-rw-r--r--build.properties19
-rw-r--r--build.xml13
m---------setup0
5 files changed, 39 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7d1acbf..f89835b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
vendor
run-tests-tmp
-extract \ No newline at end of file
+extract
+build
+.abc
+.pear
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..d5023a9
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "setup"]
+ path = setup
+ url = git://github.com/Qafoo/build-commons.git
diff --git a/build.properties b/build.properties
new file mode 100644
index 0000000..1933319
--- /dev/null
+++ b/build.properties
@@ -0,0 +1,19 @@
+project.name = Zeta Components Graph component
+project.version = 1.6.0
+project.stability = stable
+
+commons.env = development
+
+# The commons based directory will be used to calculate several build related
+# paths and directories. Therefore we will keep it separated and independent for
+# each component in the component's basedir.
+commons.basedir = ${basedir}
+
+# Base directories with PHP source and test files
+commons.srcdir = ${basedir}/src
+commons.srcdir.php = ${basedir}/src
+commons.testdir.php =
+
+codesniffer.standard = Ezc
+codesniffer.standard.package.name = PHP_CodeSniffer_Standards_EZC
+codesniffer.standard.package.channel = pear.xplib.de
diff --git a/build.xml b/build.xml
new file mode 100644
index 0000000..2076298
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Zeta Components Graph component" default="verify" basedir="./">
+ <!--
+ Import project specific settings.
+ -->
+ <property file="${basedir}/build.properties" />
+
+ <!--
+ Import the build-commons framework.
+ -->
+ <import file="setup/src/main/xml/base.xml" />
+
+</project>
diff --git a/setup b/setup
new file mode 160000
+Subproject 744910a006f819037f2769e13cb4c1f66033125
OpenPOWER on IntegriCloud