Subversion Repositories SmartDukaan

Rev

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

Rev 22078 Rev 22111
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
 
-
 
35
        return context;
34
        return context;
36
    }
35
    }
37
	
36
	
38
	
37
	
39
}
38
}
40
39