Subversion Repositories SmartDukaan

Rev

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

Rev 28508 Rev 28511
Line 48... Line 48...
48
			.unmodifiableMap(new HashMap<ReporticoProject, Map<String, String>>() {
48
			.unmodifiableMap(new HashMap<ReporticoProject, Map<String, String>>() {
49
				{
49
				{
50
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
50
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
51
						{
51
						{
52
							put("project", ReporticoProject.FOCO.getValue());
52
							put("project", ReporticoProject.FOCO.getValue());
53
							put("project_password", "$ecreT@$3@1");
53
							put("project_password", "$ecreT@4321");
54
						}
54
						}
55
					});
55
					});
56
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
56
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
57
						{
57
						{
58
							put("project", ReporticoProject.FOCOR.getValue());
58
							put("project", ReporticoProject.FOCOR.getValue());