Subversion Repositories SmartDukaan

Rev

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

Rev 23951 Rev 24224
Line 26... Line 26...
26
			new HashMap<ReporticoProject, Map<String, String>>() {
26
			new HashMap<ReporticoProject, Map<String, String>>() {
27
				{
27
				{
28
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
28
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
29
						{
29
						{
30
							put("project", ReporticoProject.FOCO.getValue());
30
							put("project", ReporticoProject.FOCO.getValue());
31
							put("project_password", "foco");
31
							put("project_password", "smart1234");
32
						}
32
						}
33
					});
33
					});
34
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
34
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
35
						{
35
						{
36
							put("project", ReporticoProject.FOCOR.getValue());
36
							put("project", ReporticoProject.FOCOR.getValue());