Community
Participate
Working Groups
/*******************************************************************************
* Copyright (c) 2008, 2010 Code 9 Corporation and others.
* Copyright (c) 2008, 2011 Code 9 Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
if (containsValue(header, filePath)) {
return;
}
filePath = header + ", " + filePath; //$NON-NLS-1$
filePath = header + ",\n " + filePath; //$NON-NLS-1$
bundleModel.getBundle().setHeader(DS_MANIFEST_KEY, filePath);