|
@@ -82,6 +82,12 @@ public abstract class BaseResourceCollectionContainer |
|
|
if (c == null) { |
|
|
if (c == null) { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
if (Project.getProject(c) == null) { |
|
|
|
|
|
Project p = getProject(); |
|
|
|
|
|
if (p != null) { |
|
|
|
|
|
p.setProjectReference(c); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
rc.add(c); |
|
|
rc.add(c); |
|
|
FailFast.invalidate(this); |
|
|
FailFast.invalidate(this); |
|
|
coll = null; |
|
|
coll = null; |
|
|