Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can I delete "refreshScope" configurations in the cproject?(Can I delete "refreshScope" configurations in the cproject?)
Can I delete "refreshScope" configurations in the cproject? [message #1816684] Tue, 05 November 2019 00:15
Michael Stangeland is currently offline Michael StangelandFriend
Messages: 1
Registered: November 2019
Junior Member
The .cproject contains several elements taged as storageModule, one of which has the moduleId attribute set to "refreshScope". With in this element there are multiple configuration elements, many which seem like they belonged to old versions of the project.

	<storageModule moduleId="refreshScope" versionNumber="2">
		<configuration configurationName="Example 1"/>
		<configuration configurationName="Example 2"/>
		<configuration configurationName="Example 3"/>
		<configuration configurationName="Example 4"/>
		<configuration configurationName="Example 5"/>
                ...


Only a few of the configs in the "refreshScope" are actual configurations (and all actual configurations do appear in this "refreshScope").

Can I delete "refreshScope" configurations that name non-existent configurations?
Previous Topic:Errors in editor when using #include to insert source code.
Next Topic:Git configuration - User Settings
Goto Forum:
  


Current Time: Fri Apr 19 13:16:04 GMT 2024

Powered by FUDForum. Page generated in 0.02115 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top