aboutsummaryrefslogtreecommitdiffstats
path: root/src/site/building.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/building.mkd')
-rw-r--r--src/site/building.mkd28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/site/building.mkd b/src/site/building.mkd
deleted file mode 100644
index 6e70115..0000000
--- a/src/site/building.mkd
+++ /dev/null
@@ -1,28 +0,0 @@
-## Building from Source
-
-### Maven
-
-You may use Maven to build the project:
-
- mvn clean package
-
-You may use Maven to run the test suite on the default database:
-
- mvn clean test
-
-### Ant
-
-You may use Ant to build this project:
-
- ant clean build
-
-You may execute the full test suite against all tested databases:
-
- ant testsuite
-
-## Contributing
-Patches welcome in any form.
-
-Contributions must be your own original work and must licensed under the [Apache License, Version 2.0][apachelicense], the same license used by iciql.
-
-[apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0" \ No newline at end of file