mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 22:05:44 +02:00
Add consistency for Resource configuration ids
This commit is contained in:
parent
6bb7e5cc11
commit
6b00781d6f
1 changed files with 1 additions and 1 deletions
|
@ -1468,7 +1468,7 @@ public class Configuration extends BuildObject implements IConfiguration {
|
|||
{
|
||||
String path = file.getFullPath().toString();
|
||||
String resourceName = file.getName();
|
||||
String id = getId() + "." + ManagedBuildManager.getRandomNumber(); //$NON-NLS-1$
|
||||
String id = ManagedBuildManager.calculateChildId(getId(), path);
|
||||
ResourceConfiguration resConfig = new ResourceConfiguration( (IConfiguration) this, id, resourceName, path);
|
||||
|
||||
// Get file extension.
|
||||
|
|
Loading…
Add table
Reference in a new issue