blob: ccef5cf1d4696b3bd21b42b57ff4afd7bd39aa4c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2009 Oracle. 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:
* Oracle - initial API and implementation
******************************************************************************/
package org.eclipse.jpt.core.internal;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jpt.core.JpaProject;
/**
*
*/
public class GenericJpaProject
extends AbstractJpaProject
{
// ********** constructor/initialization **********
public GenericJpaProject(JpaProject.Config config) throws CoreException {
super(config);
}
}