Updated Home (markdown)

master
jricher 2012-06-12 12:08:11 -07:00
parent 3c883da3b6
commit 9d0ecb6199
1 changed files with 3 additions and 9 deletions

12
Home.md

@ -14,13 +14,7 @@ If you run into javax.crypto.JceSecurity errors, do the following:
3. Install the new policy files per the README file included in the download. The download contains new versions of local_policy.jar and US_export_policy.jar. These files must be placed in your jre/lib/security folder(s - multiple on Windows), replacing the current files. If you wish to at some point revert back to your original policy files, store the original files elsewhere.
### Building ###
# Project Information
Init and update the project sub-modules:
git submodule init
git submodule update
You'll need (http://maven.apache.org/)mvn2 installed to build via:
mvn package
* [Build Instructions](Build-instructions)
* [Architecture](Architecture)