mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
[150115] changed the host restoration to add the property set to the correct node in the resulting tree.
This commit is contained in:
parent
eb56824abb
commit
3a5af83306
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation. All rights reserved.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* This program and the accompanying materials are made available under the terms
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -128,10 +128,10 @@ public class RSEDOMImporter implements IRSEDOMImporter {
|
||||||
if (type.equals(IRSEDOMConstants.TYPE_CONNECTOR_SERVICE)) {
|
if (type.equals(IRSEDOMConstants.TYPE_CONNECTOR_SERVICE)) {
|
||||||
restoreConnectorService(host, child);
|
restoreConnectorService(host, child);
|
||||||
} else if (type.equals(IRSEDOMConstants.TYPE_PROPERTY_SET)) {
|
} else if (type.equals(IRSEDOMConstants.TYPE_PROPERTY_SET)) {
|
||||||
restorePropertySet(profile, child);
|
restorePropertySet(host, child);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return host;
|
return host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue