Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 529 Bytes

SigmaUtils

Sigma utilities refactored from sigmakee

To build/run/debug/test using the NetBeans IDE

Define a nbproject/private/private.properties file with these keys:

# private properties
javaapis.dir=${user.home}/javaapis
workspace=${javaapis.dir}/INSAFE

# The default installation space is: ~/workspace. However, it can be anywhere on
# your system as long as you define the "workspace" key above.

# JavaMail properties
user=${your.email.user.name}
my.email=${user}@${your.email.domain}
my.name=${your.name}