DEVOPS-6106 Update copyright year to 2019

This commit is contained in:
Irene Wang
2019-06-10 17:34:30 +02:00
parent e4ffe4925b
commit dcd7bf8010
2963 changed files with 17009 additions and 17009 deletions

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
// Copyright (C) 2006-2019 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
@@ -65,7 +65,7 @@ public class GetJarsToRegister {
public String replaceJarPaths(String originalClassPathLine, String scheme) throws Exception {
return replaceJarPaths(originalClassPathLine, scheme, false);
}
public String replaceJarPaths(String originalClassPathLine, String scheme, boolean encodeSpaces) throws Exception {
String classPathLine = "";
String crcMapPath = new java.io.File("../crcMap").getCanonicalPath();