o work around for MNGECLIPSE-607 until the interpolation is fixed, something broke it and is wreaking havoc with platform testing within eclipse

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-07-05 17:05:45 +00:00
parent e32fd7b10e
commit c48e137846

View File

@ -51,7 +51,10 @@ public ArtifactVersion getApplicationVersion()
public void initialize()
throws InitializationException
{
{
applicationVersion = new DefaultArtifactVersion( "2.1-SNAPSHOT" );
/*
InputStream resourceAsStream = null;
try
{
@ -80,5 +83,6 @@ public void initialize()
{
IOUtil.close( resourceAsStream );
}
*/
}
}