* DistFileElement should only be use for deployment of java source, not needed for deployment of package jar.
This commit is contained in:
parent
cd9dce18e5
commit
b2e684169d
|
@ -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("/"))
|
||||
|
|
Loading…
Reference in New Issue