Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 340112

Summary: addPropertiesFile not marked as @generated
Product: [Modeling] Acceleo Reporter: Ed Willink <ed>
Component: CoreAssignee: Project Inbox <acceleo-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: laurent.goubet
Version: 3.0.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Ed Willink CLA 2011-03-16 01:51:56 EDT
After abandoning M6 and reverting to M5, I get build errors because:

    @Override
    public void addPropertiesFile(String propertiesFile) {
        this.propertiesFiles.add(propertiesFile);
    }

was not marked as @generated when auto-generated by M6.
Comment 1 Laurent Goubet CLA 2011-03-16 05:52:03 EDT
This was an overlook ... and not the only one :S. This is fixed on HEAD.