Skip to content

Commit

Permalink
LPD-28953 Add sugarcrm properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoo47 committed Jun 20, 2024
1 parent 8ccfb48 commit ad2c5fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12741,7 +12741,7 @@ captcha.enforce.disabled=true</echo>
<if>
<isset property="object.storage.sugarcrm.access.token.url" />
<then>
<echo append="true" file="${test.ext.properties.file}">
<echo append="true" file="${project.dir}/portal-test/src/test-portal-impl.properties">
object.storage.sugarcrm.access.token.url=${object.storage.sugarcrm.access.token.url}
</echo>
</then>
Expand All @@ -12750,7 +12750,7 @@ captcha.enforce.disabled=true</echo>
<if>
<isset property="object.storage.sugarcrm.base.url" />
<then>
<echo append="true" file="${test.ext.properties.file}">
<echo append="true" file="${project.dir}/portal-test/src/test-portal-impl.properties">
object.storage.sugarcrm.base.url=${object.storage.sugarcrm.base.url}
</echo>
</then>
Expand All @@ -12759,7 +12759,7 @@ captcha.enforce.disabled=true</echo>
<if>
<isset property="object.storage.sugarcrm.client.id" />
<then>
<echo append="true" file="${test.ext.properties.file}">
<echo append="true" file="${project.dir}/portal-test/src/test-portal-impl.properties">
object.storage.sugarcrm.client.id=${object.storage.sugarcrm.client.id}
</echo>
</then>
Expand All @@ -12768,7 +12768,7 @@ captcha.enforce.disabled=true</echo>
<if>
<isset property="object.storage.sugarcrm.grant.type" />
<then>
<echo append="true" file="${test.ext.properties.file}">
<echo append="true" file="${project.dir}/portal-test/src/test-portal-impl.properties">
object.storage.sugarcrm.grant.type=${object.storage.sugarcrm.grant.type}
</echo>
</then>
Expand All @@ -12777,7 +12777,7 @@ captcha.enforce.disabled=true</echo>
<if>
<isset property="object.storage.sugarcrm.password" />
<then>
<echo append="true" file="${test.ext.properties.file}">
<echo append="true" file="${project.dir}/portal-test/src/test-portal-impl.properties">
object.storage.sugarcrm.password=${object.storage.sugarcrm.password}
</echo>
</then>
Expand All @@ -12786,7 +12786,7 @@ captcha.enforce.disabled=true</echo>
<if>
<isset property="object.storage.sugarcrm.username" />
<then>
<echo append="true" file="${test.ext.properties.file}">
<echo append="true" file="${project.dir}/portal-test/src/test-portal-impl.properties">
object.storage.sugarcrm.username=${object.storage.sugarcrm.username}
</echo>
</then>
Expand Down

0 comments on commit ad2c5fb

Please sign in to comment.