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 222309 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/p2/metadata/generator/features/FeatureParser.java (-1 / +1 lines)
Lines 176-182 Link Here
176
				feature = parse(input, properties);
176
				feature = parse(input, properties);
177
				if (feature != null) {
177
				if (feature != null) {
178
					String[] keyStrings = (String[]) messageKeys.toArray(new String[messageKeys.size()]);
178
					String[] keyStrings = (String[]) messageKeys.toArray(new String[messageKeys.size()]);
179
					feature.setLocalizations(LocalizationHelper.getDirPropertyLocalizations(location, "feature", null, keyStrings)); //$NON-NLS-1$
179
					feature.setLocalizations(LocalizationHelper.getJarPropertyLocalizations(location, "feature", null, keyStrings)); //$NON-NLS-1$
180
				}
180
				}
181
			} catch (IOException e) {
181
			} catch (IOException e) {
182
				e.printStackTrace();
182
				e.printStackTrace();

Return to bug 222309