diff --git a/.cvsignore b/.cvsignore
index af517a5..30fb81a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
local-config
-build.properties
+working.build.properties
diff --git a/build.properties b/build.properties
index 8de8c90..47764b2 100644
--- a/build.properties
+++ b/build.properties
@@ -1,11 +1,17 @@
+# Important!
+# This file is just a template file.
+# Do not add any usernames or passwords
+# The build file looks for a file called working.build.properties
+# Please make a copy named working.build.properties before filling out any values.
+
#Configure properties to access the Manager application user/pass combo should be in $TOMCAT_HOME/conf/tomcat-users.xml with manager role.
-catalina.home=/usr/local/tomcat8080
-catalina.base=/usr/local/tomcat2020
+catalina.home=/usr/local/tomcat
+catalina.base=/usr/local/tomcat
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
-jmeterhome=/Users/travis/webapps/jmeter
+lex.username=
+lex.password=
+jmeterhome=../jmeter
diff --git a/build.xml b/build.xml
index dacbfda..42b4410 100644
--- a/build.xml
+++ b/build.xml
@@ -15,7 +15,7 @@
-
+