Rename test projects for jps plugin. Do not lowercase first letter in project name

This commit is contained in:
Natalia.Ukhorskaya
2012-11-27 15:33:09 +04:00
parent f17a7df6d9
commit 1378f836f5
13 changed files with 5 additions and 9 deletions
@@ -0,0 +1,6 @@
import test.*;
class A {
public static void main(String[] args) {
new Foo().foo();
}
}