Skip to content

Commit

Permalink
LRQA-15904 Add property change to plugins directory as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kenduenwald authored and brianchandotcom committed May 28, 2015
1 parent d309a33 commit 54423f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build-test-plugins.xml
Expand Up @@ -66,6 +66,19 @@ app.server.tomcat.dir=${app.server.parent.dir}/tomcat-7.0.27</echo>
</then>
</if>

<if>
<or>
<contains string="${liferay.portal.bundle}" substring="6.2.10" />
<equals arg1="${liferay.portal.bundle}" arg2="6.2.2" />
<equals arg1="${liferay.portal.bundle}" arg2="6.2.3" />
</or>
<then>
<echo file="${lp.plugins.dir}/build.${user.name}.properties" append="true">

app.server.tomcat.dir=${app.server.parent.dir}/tomcat-7.0.42</echo>
</then>
</if>

<for list="${plugins.includes}" param="plugin">
<sequential>
<get-testcase-property property.name="portlet.properties.@{plugin}" />
Expand Down

0 comments on commit 54423f8

Please sign in to comment.