Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2018-03-16 14:06:04 +0000
committerDani Megert2018-03-16 14:06:28 +0000
commit226b8434eb25b9edceb2775d20d304e2aba8b972 (patch)
tree7562a53a6ac8892f711ab0a70354904da4d598fd
parentb2ab943855bbcf086491c4db927c92214434a8c6 (diff)
downloadeclipse.platform.releng.aggregator-226b8434eb25b9edceb2775d20d304e2aba8b972.tar.gz
eclipse.platform.releng.aggregator-226b8434eb25b9edceb2775d20d304e2aba8b972.tar.xz
eclipse.platform.releng.aggregator-226b8434eb25b9edceb2775d20d304e2aba8b972.zip
Added API change approval for bug 532094: Update releng with new hamcrest and apache batik
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
index 8893ae30d..8a253e241 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -11,3 +11,8 @@ org.eclipse.pde.core:org.eclipse.pde.core.target.ITargetDefinition#setDocument(L
# Bug 506239: New API for organize imports
org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.JavaManipulation#setPreferenceNodeId(Ljava/lang/String;)V
org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.JavaManipulation#setPreferenceNodeId(Ljava/lang/String;)Z
+
+# Bug 532094: Update releng with new hamcrest and apache batik
+ADDED#org.apache.batik.constants
+ADDED#org.apache.commons.io
+ADDED#org.apache.xmlgraphics

Back to the top