* 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
|
//Correct target directory for proper file seperator
|
||||||
String fullTargetPath =
|
String fullTargetPath = adempiereSourcePath+targetDirectory;
|
||||||
fileName.endsWith(".jar")
|
|
||||||
? packagePath + targetDirectory
|
|
||||||
: adempiereSourcePath+targetDirectory;
|
|
||||||
char slash1 = '\\';
|
char slash1 = '\\';
|
||||||
char slash2 = '/';
|
char slash2 = '/';
|
||||||
if (File.separator.equals("/"))
|
if (File.separator.equals("/"))
|
||||||
|
|
Loading…
Reference in New Issue