| Summary: | addPropertiesFile not marked as @generated | ||
|---|---|---|---|
| Product: | [Modeling] Acceleo | Reporter: | Ed Willink <ed> |
| Component: | Core | Assignee: | 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: | |||
This was an overlook ... and not the only one :S. This is fixed on HEAD. |
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.