o fixed path-handling on the marmalade script's implementation path.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-02-28 23:11:31 +00:00
parent 7b1ca71aac
commit a4efc3e8bf
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ public class MetadataTag
String implementationPath = getTagInfo().getSourceFile().substring( basePath.length() ); String implementationPath = getTagInfo().getSourceFile().substring( basePath.length() );
implementationPath = implementationPath.replace('\\', '/');
descriptor.setImplementation( implementationPath ); descriptor.setImplementation( implementationPath );
} }