external build: fixed problem with files remaining dirty after 'Make Project'

This commit is contained in:
nik
2014-12-11 12:40:30 +03:00
parent 9f0322b844
commit 9421b80596
8 changed files with 39 additions and 12 deletions
@@ -0,0 +1,3 @@
Compiling files:
moduleA/src/a/ShortName.java
End of files
@@ -0,0 +1,4 @@
package b;
public class Client {
ShortName dep;
}
@@ -0,0 +1,2 @@
package b;
public class ShortName {}