Subversion Repositories SmartDukaan

Rev

Rev 30615 | Rev 31631 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30615 Rev 30648
Line 47... Line 47...
47
			.unmodifiableMap(new HashMap<ReporticoProject, Map<String, String>>() {
47
			.unmodifiableMap(new HashMap<ReporticoProject, Map<String, String>>() {
48
				{
48
				{
49
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
49
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
50
						{
50
						{
51
							put("project", ReporticoProject.FOCO.getValue());
51
							put("project", ReporticoProject.FOCO.getValue());
52
							put("project_password", "$ecreT@4321");
52
							put("project_password", "D!ff!culT$A");
53
						}
53
						}
54
					});
54
					});
55
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
55
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
56
						{
56
						{
57
							put("project", ReporticoProject.FOCOR.getValue());
57
							put("project", ReporticoProject.FOCOR.getValue());