removed useless documentation
This commit is contained in:
@ -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.
|
Reference in New Issue
Block a user