Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 340112 - addPropertiesFile not marked as @generated
Summary: addPropertiesFile not marked as @generated
Status: CLOSED FIXED
Alias: None
Product: Acceleo
Classification: Modeling
Component: Core (show other bugs)
Version: 3.0.0   Edit
Hardware: PC Windows Vista
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 01:51 EDT by Ed Willink CLA
Modified: 2011-03-16 05:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.