mirror of https://github.com/apache/maven.git
o Marked classes as deprecated
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@782078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac73102ae8
commit
c8a3981a68
|
@ -2,6 +2,7 @@ package org.apache.maven.execution;
|
|||
|
||||
import org.apache.maven.artifact.versioning.ArtifactVersion;
|
||||
|
||||
@Deprecated
|
||||
public class ApplicationInformation
|
||||
{
|
||||
private ArtifactVersion version;
|
||||
|
|
|
@ -37,6 +37,7 @@ import org.codehaus.plexus.util.IOUtil;
|
|||
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
@Component(role = RuntimeInformation.class)
|
||||
public class DefaultRuntimeInformation
|
||||
implements RuntimeInformation, Initializable
|
||||
|
|
|
@ -27,6 +27,7 @@ import org.apache.maven.artifact.versioning.ArtifactVersion;
|
|||
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
public interface RuntimeInformation
|
||||
{
|
||||
ApplicationInformation getApplicationInformation();
|
||||
|
|
|
@ -27,6 +27,7 @@ import java.io.File;
|
|||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
public class RuntimeInfo
|
||||
{
|
||||
public static final String userHome = System.getProperty( "user.home" );
|
||||
|
|
Loading…
Reference in New Issue