Skip to content

Commit

Permalink
Merge pull request #916 from berndfinger/issue-915-fix-buildJEEusingE…
Browse files Browse the repository at this point in the history
…xtraMileTool

sap_swpm: Use 'false' instead of 'False' in inifile.params
  • Loading branch information
berndfinger authored Dec 18, 2024
2 parents ce6c499 + 221d71f commit 0162963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sap_swpm/templates/inifile_params.j2
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ UmeConfiguration.umeType = {{ sap_swpm_ume_type }}
# BEGIN section nw_config_java_feature_template_ids #
# #
NW_internal.useProductVersionDescriptor = true
nw_java_import.buildJEEusingExtraMileTool = {{ true if sap_swpm_java_import_method == 'extramile' else false }}
nw_java_import.buildJEEusingExtraMileTool = {{ 'true' if sap_swpm_java_import_method == 'extramile' else 'false' }}

# If use PV = true
# SAP SWPM 1.0 for SAP NetWeaver AS (JAVA), Product Version Software Instance **Feature Template IDs** comma-separated list
Expand Down

0 comments on commit 0162963

Please sign in to comment.