This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class SecurityManagerProvider implements Provider<SecurityManager> { | |
| /** . */ | |
| @Inject | |
| @Named("juzu.resource_resolver.classpath") | |
| ResourceResolver classPathResolver; | |
| /** . */ | |
| @Inject | |
| @Named("juzu.resource_resolver.server") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 87393b51d2c199ac7d00621c9b0fc52f86e9ae9d | |
| Author: haint <haithanh0809@gmail.com> | |
| Date: Mon Jun 11 10:54:00 2012 +0700 | |
| Less importing relative relationship testcase | |
| diff --git a/plugins/less/src/test/java/juzu/plugin/less/LesserTestCase.java b/plugins/less/src/test/java/juzu/plugin/less/LesserTestCase.java | |
| index 370f381..441906d 100644 | |
| --- a/plugins/less/src/test/java/juzu/plugin/less/LesserTestCase.java |
NewerOlder