mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-08 14:51:55 +00:00
-- dirty dirty fix to issue 10
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@135 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
@@ -141,6 +141,10 @@ public class AmpUnArchiver extends AbstractZipUnArchiver {
|
||||
{
|
||||
relativePath = name.substring(7);
|
||||
}
|
||||
else if((name.startsWith("lib/")))
|
||||
{
|
||||
relativePath = name.substring(4);
|
||||
}
|
||||
else
|
||||
relativePath = FileUtils.removePath(name);
|
||||
|
||||
|
Reference in New Issue
Block a user