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

Collapse All | Expand All

(-)src/org/eclipse/hyades/test/core/util/EMFUtil.java (+1 lines)
Lines 52-57 Link Here
52
	{
52
	{
53
		RESOURCE_OPTIONS.put(XMLResource.OPTION_DECLARE_XML, Boolean.TRUE);
53
		RESOURCE_OPTIONS.put(XMLResource.OPTION_DECLARE_XML, Boolean.TRUE);
54
		RESOURCE_OPTIONS.put(XMLResource.OPTION_SKIP_ESCAPE, Boolean.FALSE);
54
		RESOURCE_OPTIONS.put(XMLResource.OPTION_SKIP_ESCAPE, Boolean.FALSE);
55
		RESOURCE_OPTIONS.put(XMLResource.OPTION_RECORD_UNKNOWN_FEATURE, Boolean.TRUE);
55
	}
56
	}
56
57
57
	/**
58
	/**

Return to bug 130574