Bug #5689
openremove configs/.../configuration.xml override
0%
Description
The Ptolemy Configuration MoML for Kepler is in:
common/configs/ptolemy/configs/kepler/configuration.xml
This is overridden in several modules:
ddp-common/configs/ptolemy/configs/kepler/configuration.xml
fault-tolerance/configs/ptolemy/configs/kepler/configuration.xml
map-reduce/configs/ptolemy/configs/kepler/configuration.xml
As with other overrides, the problem is that when the master version changes, the copies need to be updated.
The difference is small:
diff common/configs/ptolemy/configs/kepler/configuration.xml fault-tolerance/configs/ptolemy/configs/kepler/configuration.xml
181a182
<input source="ptolemy/configs/kepler/contingencyTableauFactory.xml"/>
diff common/configs/ptolemy/configs/kepler/configuration.xml ddp-common/configs/ptolemy/configs/kepler/configuration.xml
181a182
<input source="ptolemy/configs/kepler/executionChoiceTableauFactory.xml"/>
Updated by Daniel Crawl over 9 years ago
- Assignee changed from Derik Barseghian to Daniel Crawl
- Priority changed from Normal to Low
Updated by Daniel Crawl over 9 years ago
- Target version changed from 2.5.0 to 2.X.Y