Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 345045
Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2008, 2010 Code 9 Corporation and others.
2
 * Copyright (c) 2008, 2011 Code 9 Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 152-158 Link Here
152
			if (containsValue(header, filePath)) {
152
			if (containsValue(header, filePath)) {
153
				return;
153
				return;
154
			}
154
			}
155
			filePath = header + ", " + filePath; //$NON-NLS-1$
155
			filePath = header + ",\n " + filePath; //$NON-NLS-1$
156
		}
156
		}
157
		bundleModel.getBundle().setHeader(DS_MANIFEST_KEY, filePath);
157
		bundleModel.getBundle().setHeader(DS_MANIFEST_KEY, filePath);
158
	}
158
	}

Return to bug 345045