/******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.equinox.p2.tests.planner; /** * Same as Bug302582 except we are trying to install the IUs into * a base profile from the Eclipse SDK 3.6 M5. (already includes v1.0 of * the HelloWorld bundle) */ public class Bug302582b extends Bug302582 { /* (non-Javadoc) * @see org.eclipse.equinox.p2.tests.planner.Bug302582#getProfileId() */ @Override protected String getProfileId() { return "SDKProfile"; } }