* DistFileElement should only be use for deployment of java source, not needed for deployment of package jar.

This commit is contained in:
Heng Sin Low 2007-08-24 02:31:34 +00:00
parent cd9dce18e5
commit b2e684169d
1 changed files with 1 additions and 4 deletions

View File

@ -87,10 +87,7 @@ public class DistFileElementHandler extends AbstractElementHandler {
}
//Correct target directory for proper file seperator
String fullTargetPath =
fileName.endsWith(".jar")
? packagePath + targetDirectory
: adempiereSourcePath+targetDirectory;
String fullTargetPath = adempiereSourcePath+targetDirectory;
char slash1 = '\\';
char slash2 = '/';
if (File.separator.equals("/"))