o removing dead class

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@573452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-09-07 04:42:43 +00:00
parent d919345800
commit d61face8fd
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
package org.apache.maven.context;
import org.apache.maven.project.MavenProject;
public class ProjectScopedContext
extends ScopedBuildContext
{
public ProjectScopedContext( MavenProject project, BuildContext parentBuildContext )
{
super( project.getId(), parentBuildContext );
}
}