001    /**
002     * Copyright (c) 2000-2010 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.v4_3_5.UpgradePortletId {
022    
023            protected String[][] getPortletIdsArray() {
024                    return new String[][] {
025                            new String[] {
026                                    "7",
027                                    "1_WAR_biblegatewayportlet"
028                            },
029                            new String[] {
030                                    "21",
031                                    "1_WAR_randombibleverseportlet"
032                            },
033                            new String[] {
034                                    "46",
035                                    "1_WAR_gospelforasiaportlet"
036                            },
037                            new String[] {
038                                    "1_WAR_wolportlet",
039                                    "1_WAR_socialnetworkingportlet"
040                            },
041                            new String[] {
042                                    "2_WAR_wolportlet",
043                                    "1_WAR_socialcodingportlet"
044                            },
045                            new String[] {
046                                    "3_WAR_wolportlet",
047                                    "2_WAR_socialcodingportlet"
048                            },
049                            new String[] {
050                                    "4_WAR_wolportlet",
051                                    "2_WAR_socialnetworkingportlet"
052                            },
053                            new String[] {
054                                    "5_WAR_wolportlet",
055                                    "3_WAR_socialnetworkingportlet"
056                            },
057                            new String[] {
058                                    "6_WAR_wolportlet",
059                                    "4_WAR_socialnetworkingportlet"
060                            },
061                            new String[] {
062                                    "7_WAR_wolportlet",
063                                    "5_WAR_socialnetworkingportlet"
064                            },
065                            new String[] {
066                                    "8_WAR_wolportlet",
067                                    "6_WAR_socialnetworkingportlet"
068                            },
069                            new String[] {
070                                    "9_WAR_wolportlet",
071                                    "7_WAR_socialnetworkingportlet"
072                            },
073                            new String[] {
074                                    "10_WAR_wolportlet",
075                                    "8_WAR_socialnetworkingportlet"
076                            }
077                    };
078            }
079    
080    }