diff --git a/doc/developer.txt b/doc/developer.txt deleted file mode 100644 index 861d390..0000000 --- a/doc/developer.txt +++ /dev/null @@ -1,23 +0,0 @@ -Code ----- -* Follow style of existing code. -* Max code line length: 100 characters. -* Max comment line length: 76 characters. - -Retrieve Library Dependencies ------------------------------ -* Required for compiling from source. Requires network connection. Only - needs to be performed once, or after running the distclean target: - $ ant fetch - -Release -------- -* Change version property in build.properties. -* Compile to update source with new version ID: - $ ant compile -* Check in any changes to version control system. -* Run test cases: - $ ant clean test -* Make distribution (dist-bin for binary distribution): - $ ant clean dist-src -* Tag version in version control system.