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

Collapse All | Expand All

(-)a/eclipse-platform-parent/pom.xml (-1 / +7 lines)
Lines 41-47 Link Here
41
41
42
    <comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-I-builds</comparator.repo>
42
    <comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-I-builds</comparator.repo>
43
43
44
    <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/S20131024145017/repository/</orbit-repo.url>
45
    <jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.12.v20130726/</jetty-repo.url>
44
    <jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.12.v20130726/</jetty-repo.url>
46
    <ecf-repo.url>http://download.eclipse.org/rt/ecf/3.7.1/site.p2</ecf-repo.url>
45
    <ecf-repo.url>http://download.eclipse.org/rt/ecf/3.7.1/site.p2</ecf-repo.url>
47
    <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10milestones/base/S201310280429/</emf-repo.url>
46
    <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10milestones/base/S201310280429/</emf-repo.url>
Lines 205-210 Link Here
205
        <groupId>org.eclipse.tycho</groupId>
204
        <groupId>org.eclipse.tycho</groupId>
206
        <artifactId>target-platform-configuration</artifactId>
205
        <artifactId>target-platform-configuration</artifactId>
207
        <configuration>
206
        <configuration>
207
          <target>
208
            <artifact>
209
              <groupId>org.eclipse</groupId>
210
              <artifactId>orbit-prereqs</artifactId>
211
              <version>4.4.0-SNAPSHOT</version>
212
            </artifact>
213
          </target>
208
          <environments>
214
          <environments>
209
            <environment>
215
            <environment>
210
              <os>linux</os>
216
              <os>linux</os>
(-)a/pom.xml (-1 / +3 lines)
Lines 19-25 Link Here
19
19
20
  <modules>
20
  <modules>
21
    <module>eclipse-platform-parent</module>
21
    <module>eclipse-platform-parent</module>
22
  
22
23
    <module>eclipse.platform.releng.prereqs.orbit</module>
24
23
    <module>eclipse.jdt/</module>
25
    <module>eclipse.jdt/</module>
24
    <module>eclipse.jdt.core</module>
26
    <module>eclipse.jdt.core</module>
25
    <module>eclipse.jdt.core.binaries</module>
27
    <module>eclipse.jdt.core.binaries</module>

Return to bug 400518