Skip to content

Commit

Permalink
LRQA-19623 Add conditional for '6.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoshilee authored and brianchandotcom committed Nov 20, 2015
1 parent 0104ac4 commit ba94b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-test-plugins.xml
Expand Up @@ -68,6 +68,7 @@ app.server.tomcat.dir=${app.server.parent.dir}/tomcat-7.0.27</echo>

<if>
<or>
<equals arg1="${liferay.portal.bundle}" arg2="6.2.1" />
<equals arg1="${liferay.portal.bundle}" arg2="6.2.2" />
<equals arg1="${liferay.portal.bundle}" arg2="6.2.3" />
<equals arg1="${liferay.portal.bundle}" arg2="6.2.10.1" />
Expand Down
1 change: 1 addition & 0 deletions build-test.xml
Expand Up @@ -2011,6 +2011,7 @@ module.framework.base.dir=${liferay.home}/osgi]]></echo>
</then>
<elseif>
<or>
<equals arg1="@{liferay.portal.bundle}" arg2="6.2.1" />
<equals arg1="@{liferay.portal.bundle}" arg2="6.2.2" />
<equals arg1="@{liferay.portal.bundle}" arg2="6.2.3" />
<equals arg1="@{liferay.portal.bundle}" arg2="6.2.10.1" />
Expand Down

0 comments on commit ba94b7b

Please sign in to comment.