diff --git a/build.properties b/build.properties index c65b8bb..e389596 100644 --- a/build.properties +++ b/build.properties @@ -2,10 +2,10 @@ catalina.home=/usr/local/tomcat8080 catalina.base=/usr/local/tomcat2020 url=http://localhost:2020/manager -username=travis -password=bavis +username= +password= #These properties need to be set to run the unit tests. They are your login to the dictionary -lex.username=travis -lex.password=bavis -jmeter.home=/Users/travis/webapps/jmeter +lex.username= +lex.password= +jmeterhome=/Users/travis/webapps/jmeter diff --git a/build.xml b/build.xml index 94a7ce4..dacbfda 100644 --- a/build.xml +++ b/build.xml @@ -13,8 +13,8 @@ - - + + + + diff --git a/src/java/log4j.properties b/src/java/log4j.properties index 38c95ad..724e406 100644 --- a/src/java/log4j.properties +++ b/src/java/log4j.properties @@ -34,4 +34,3 @@ log4j.logger.net.sf.hibernate.type=info ### log prepared statement cache activity ### log4j.logger.net.sf.hibernate.ps.PreparedStatementCache=info -