Cleaned up packages and fixed compiling errors

Change-Id: I4fa5aa02ccbe097947ec2d846cd7b3ff0a16bde5
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-21 10:34:07 -05:00
parent 22674eedf4
commit 6d86d5143a
32 changed files with 965 additions and 3402 deletions

View File

@@ -1,17 +1,19 @@
# exceptionhandler.properties
# This is the default Twenty Codes, LLC Exception Handler properties file
#
# @author Twenty Codes, LLC
# @author ricky barrette
# @author ricky barrette <rickbarrette@gmail.com>
# @author twenty codes <twentycodes@gmail.com>
# The following is for using our custom server based exception handler web application
# This file is used to tell the Exception Handler LIbrary how to file
# new exception reports
# HTTP ONLY
# server is the physical web address for your server
# file is the path to your filing script
# get is the path to your json retrieval script
server = http://powers.doesntexist.com:666
file = /index.php?post=1
#get = /index.php?get=1
# app is the redmine project name
# tracker is the redmine tracker
server = http://powers.doesntexist.com:8080/
file = redmine/exceptionhandler
app = Find My Car
tracker = Bug
# uncomment the following if you want your application to use email to file reports.
# if this is uncommented, email will always be used.