DEVOPS-6106 Update copyright year to 2019
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user