001    /**
002     * Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.upgrade.v6_0_0;
016    
017    /**
018     * @author Brian Wing Shun Chan
019     */
020    public class UpgradePortletId
021            extends com.liferay.portal.upgrade.v5_2_0.UpgradePortletId {
022    
023            @Override
024            protected String[][] getPortletIdsArray() {
025                    return new String[][] {
026                            new String[] {
027                                    "7",
028                                    "1_WAR_biblegatewayportlet"
029                            },
030                            new String[] {
031                                    "21",
032                                    "1_WAR_randombibleverseportlet"
033                            },
034                            new String[] {
035                                    "46",
036                                    "1_WAR_gospelforasiaportlet"
037                            },
038                            new String[] {
039                                    "1_WAR_wolportlet",
040                                    "1_WAR_socialnetworkingportlet"
041                            },
042                            new String[] {
043                                    "2_WAR_wolportlet",
044                                    "1_WAR_socialcodingportlet"
045                            },
046                            new String[] {
047                                    "3_WAR_wolportlet",
048                                    "2_WAR_socialcodingportlet"
049                            },
050                            new String[] {
051                                    "4_WAR_wolportlet",
052                                    "2_WAR_socialnetworkingportlet"
053                            },
054                            new String[] {
055                                    "5_WAR_wolportlet",
056                                    "3_WAR_socialnetworkingportlet"
057                            },
058                            new String[] {
059                                    "6_WAR_wolportlet",
060                                    "4_WAR_socialnetworkingportlet"
061                            },
062                            new String[] {
063                                    "7_WAR_wolportlet",
064                                    "5_WAR_socialnetworkingportlet"
065                            },
066                            new String[] {
067                                    "8_WAR_wolportlet",
068                                    "6_WAR_socialnetworkingportlet"
069                            },
070                            new String[] {
071                                    "9_WAR_wolportlet",
072                                    "7_WAR_socialnetworkingportlet"
073                            },
074                            new String[] {
075                                    "10_WAR_wolportlet",
076                                    "8_WAR_socialnetworkingportlet"
077                            }
078                    };
079            }
080    
081    }