mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
external build: fixed problem with files remaining dirty after 'Make Project'
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
Compiling files:
|
||||
moduleA/src/a/ShortName.java
|
||||
End of files
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package a;
|
||||
public class ShortName {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
class DummyA {}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package b;
|
||||
public class Client {
|
||||
ShortName dep;
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package b;
|
||||
public class ShortName {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
class DummyB {}
|
||||
Reference in New Issue
Block a user