blob: c34b2c000730c4a527cbb1fb361ba8fafe271888 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 BEA Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* BEA Systems, Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.jst.j2ee.internal.classpathdep;
import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;
/**
* Contains utility code for working manipulating the module MANIFEST.MF
* classpath to reflect classpath component dependencies.
* @deprecated use superclass instead
*/
public class ClasspathDependencyManifestUtil extends ManifestUtilities {
}