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

Collapse All | Expand All

(-)a/org.eclipse.jdt.core.tests.binaries/pom.xml (-2 / +1 lines)
Lines 14-23 Link Here
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
15
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
16
  <parent>
17
    <artifactId>eclipse-platform-parent</artifactId>
17
    <artifactId>eclipse.jdt.core.binaries</artifactId>
18
    <groupId>org.eclipse.jdt</groupId>
18
    <groupId>org.eclipse.jdt</groupId>
19
    <version>3.8.0-SNAPSHOT</version>
19
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../eclipse-platform-parent</relativePath>
21
  </parent>
20
  </parent>
22
  <groupId>org.eclipse.jdt</groupId>
21
  <groupId>org.eclipse.jdt</groupId>
23
  <artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
22
  <artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
(-)a/pom.xml (-1 / +1 lines)
Lines 22-28 Link Here
22
    <relativePath>../eclipse-platform-parent</relativePath>
22
    <relativePath>../eclipse-platform-parent</relativePath>
23
  </parent>
23
  </parent>
24
24
25
  <groupId>eclipse.jdt.core.binaries</groupId>
25
  <groupId>org.eclipse.jdt</groupId>
26
  <artifactId>eclipse.jdt.core.binaries</artifactId>
26
  <artifactId>eclipse.jdt.core.binaries</artifactId>
27
  <version>3.8.0-SNAPSHOT</version>
27
  <version>3.8.0-SNAPSHOT</version>
28
  <packaging>pom</packaging>
28
  <packaging>pom</packaging>

Return to bug 397850