mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Fix to the setNewProjectVersion method
This commit is contained in:
parent
198887fab2
commit
fa349eca76
1 changed files with 3 additions and 2 deletions
|
@ -984,8 +984,9 @@ public class ManagedBuildManager extends AbstractCExtension implements IScannerI
|
||||||
*/
|
*/
|
||||||
public static void setNewProjectVersion(IProject newProject) {
|
public static void setNewProjectVersion(IProject newProject) {
|
||||||
// Get the build info for the argument
|
// Get the build info for the argument
|
||||||
// ManagedBuildInfo info = findBuildInfo(newProject, true);
|
ManagedBuildInfo info = findBuildInfo(newProject, true);
|
||||||
// info.setVersion(buildInfoVersion.toString());
|
if(info != null)
|
||||||
|
info.setVersion(buildInfoVersion.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue