Subversion Repositories SmartDukaan

Rev

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

Rev 21987 Rev 22078
Line 29... Line 29...
29
	}
29
	}
30
	
30
	
31
	private AnnotationConfigWebApplicationContext getContext() {
31
	private AnnotationConfigWebApplicationContext getContext() {
32
        AnnotationConfigWebApplicationContext context = new AnnotationConfigWebApplicationContext();
32
        AnnotationConfigWebApplicationContext context = new AnnotationConfigWebApplicationContext();
33
        context.setConfigLocation(SPRING_CONFIG_PACKAGE_LOCATION);
33
        context.setConfigLocation(SPRING_CONFIG_PACKAGE_LOCATION);
-
 
34
 
34
        return context;
35
        return context;
35
    }
36
    }
36
	
37
	
37
	
38
	
38
}
39
}
39
40