[MRM-1105]

o fix legacy path being set in artifact


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2009-03-18 10:55:39 +00:00
parent aab7502db7
commit c71589de80
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ public class AddLegacyArtifactPathAction
public String commit()
{
this.legacyArtifactPath.setArtifact(
this.groupId + ":" + this.artifactId + ":" + this.classifier + ":" + this.version + ":" + this.type );
this.legacyArtifactPath.setArtifact( this.groupId + ":" + this.artifactId + ":" + this.version + ":" +
this.classifier + ":" + this.type );
// Check the proposed Artifact macthes the path
ArtifactReference artifact = new ArtifactReference();