Skip to content

Commit

Permalink
#120 Update template to generate correct code
Browse files Browse the repository at this point in the history
EGF Template update have been missed during this modification.

Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: Arnaud Dieumegard <arnaud.dieumegard@obeo.fr>
  • Loading branch information
arnauddieumegard authored and pdulth committed Jul 21, 2022
1 parent 60814d5 commit 9514ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ String projectName = ctx.getValue("projectName").toString();
%>

<%super.method_content(stringBuffer, ctx);%>
<%=RequirementHelper.generateRequirementProperties(parameter)%>
<%=RequirementHelper.generateRequirementProperties(parameter, projectName, outputFolder)%>
<%=RequirementHelper.generateFolderContent(parameter)%>
<%=RequirementHelper.generateRequirementAttributesSection(parameter)%>
<%=RequirementHelper.generateRequirementInternalAllocationSection(parameter, projectName, outputFolder)%>
Expand Down

0 comments on commit 9514ff8

Please sign in to comment.