project.version=v1_0 # the test.* variables are used in the java test classes test.local.baseUrl=http://localhost:8080/JerseyRestSample test.ci.baseUrl=http://192.168.0.1:8080/JerseyRestSample # the tomcat.* variables are used in the ant build file tomcat.server=192.168.0.1 tomcat.port=8080 tomcat.url=${tomcat.server}:${tomcat.port} tomcat.manager.url=http://${tomcat.url}/manager/text tomcat.manager.user=admin tomcat.manager.pass=admin