Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-01-09 04:24:59 +0000
committerJayaprakash Arthanareeswaran2014-01-09 04:24:59 +0000
commit766b1ea44209ad7f5a49ae7e0f0c743400d665ba (patch)
tree92a44609e02f3f52ecbac22633464c56ccead3c0
parentf993e6f03cae8a4c4022c36ffb3938e24a284798 (diff)
downloadeclipse.jdt.core-766b1ea44209ad7f5a49ae7e0f0c743400d665ba.tar.gz
eclipse.jdt.core-766b1ea44209ad7f5a49ae7e0f0c743400d665ba.tar.xz
eclipse.jdt.core-766b1ea44209ad7f5a49ae7e0f0c743400d665ba.zip
Fixed bug 418646 - org.eclipse.jdt.core does not provide an artifact
with classifier 'antadapter' Signed-off-by: David Williams <david_williams@us.ibm.com>
-rw-r--r--org.eclipse.jdt.core/forceQualifierUpdate.txt3
-rw-r--r--org.eclipse.jdt.core/pom.xml6
2 files changed, 7 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/forceQualifierUpdate.txt b/org.eclipse.jdt.core/forceQualifierUpdate.txt
index b6d50f97a0..1b3dc68c30 100644
--- a/org.eclipse.jdt.core/forceQualifierUpdate.txt
+++ b/org.eclipse.jdt.core/forceQualifierUpdate.txt
@@ -3,4 +3,5 @@ Bug 403352 - Update all parent versions to match our build stream
Bug 407853 - ECJ download misses legal file (about.html)
Bug 407852 - ECJ source download is not correct
Bug 408447 - compiler (log message) needs updating for copyright and bundle_qualifier
-Bug 416598 - org.eclipse.jdt.core project needs to be touched in R4_3_maintenace
+Several bundles changed and need to be touched
+Bug 418646 - org.eclipse.jdt.core does not provide an artifact with classifier 'antadapter'
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index 2967168005..62e032988f 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -166,6 +166,10 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho.version}</version>
+ <configuration>
+ <baselineMode>warn</baselineMode>
+ <baselineReplace>common</baselineReplace>
+ </configuration>
<executions>
<execution>
<id>attached-p2-metadata</id>

Back to the top