blob: 7676c6cd1be333690d6149d64f58bb9e762e522f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 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.jst.server.core.tests.impl;
import org.eclipse.jst.server.core.IEJBModule;
public class TestEJBModule extends TestJ2EEModule implements IEJBModule {
public String getEJBSpecificationVersion() {
return null;
}
}