Merged 5.2.N (5.2.1) to HEAD (5.2)

128092 arebegea: Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
      128042 arebegea: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
         128030 jphuynh: MNT-16293: Increased the installer window width to workaround the truncated license agreement panel. 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129266 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alexandru Epure
2016-08-09 13:16:58 +00:00
parent 2381ed768e
commit dce489127e

View File

@@ -36,18 +36,27 @@
<platformOptions> <platformOptions>
<platform>osx</platform> <platform>osx</platform>
<height>430</height> <height>430</height>
<width>600</width>
</platformOptions> </platformOptions>
<platformOptions> <platformOptions>
<platform>linux</platform> <platform>linux</platform>
<height>430</height> <height>430</height>
<width>600</width>
</platformOptions> </platformOptions>
<platformOptions> <platformOptions>
<platform>linux-x64</platform> <platform>linux-x64</platform>
<height>430</height> <height>430</height>
<width>600</width>
</platformOptions> </platformOptions>
<platformOptions> <platformOptions>
<platform>linux-ia64</platform> <platform>linux-ia64</platform>
<height>430</height> <height>430</height>
<width>600</width>
</platformOptions>
<platformOptions>
<platform>windows</platform>
<height>430</height>
<width>600</width>
</platformOptions> </platformOptions>
</platformOptionsList> </platformOptionsList>