o get rid of 1.5 annos

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@598755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-11-27 20:19:20 +00:00
parent a3b489d71e
commit 92f4fe42e9
1 changed files with 0 additions and 4 deletions

View File

@ -179,7 +179,6 @@ public class DefaultMavenProjectBuilder
}
/** @deprecated */
@Deprecated
public MavenProject buildFromRepository( Artifact artifact,
List remoteArtifactRepositories,
ArtifactRepository localRepository,
@ -1048,7 +1047,6 @@ public class DefaultMavenProjectBuilder
* @return
* @throws ProjectBuildingException
*/
@Deprecated
protected Set createPluginArtifacts( String projectId,
List plugins, String pomLocation )
throws ProjectBuildingException
@ -1112,7 +1110,6 @@ public class DefaultMavenProjectBuilder
* @return
* @throws ProjectBuildingException
*/
@Deprecated
protected Set createReportArtifacts( String projectId,
List reports, String pomLocation )
throws ProjectBuildingException
@ -1172,7 +1169,6 @@ public class DefaultMavenProjectBuilder
* @return
* @throws ProjectBuildingException
*/
@Deprecated
protected Set createExtensionArtifacts( String projectId,
List extensions, String pomLocation )
throws ProjectBuildingException