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 458521
Collapse All | Expand All

(-)wtp-parent/pom.xml (-2 / +8 lines)
Lines 35-45 Link Here
35
    <!-- dependency repos -->
35
    <!-- dependency repos -->
36
    <license-repo.url>http://download.eclipse.org/cbi/updates/license</license-repo.url>
36
    <license-repo.url>http://download.eclipse.org/cbi/updates/license</license-repo.url>
37
    <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.4-M-builds/M-4.4.2RC1-201501141500/</platform-repo.url>
37
    <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.4-M-builds/M-4.4.2RC1-201501141500/</platform-repo.url>
38
    <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/M20150114164045/repository/</orbit-repo.url>
38
    <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-repo.url>
39
    <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10/</emf-repo.url>
39
    <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10/</emf-repo.url>
40
    <gef-repo.url>http://download.eclipse.org/tools/gef/updates/releases</gef-repo.url>
40
    <gef-repo.url>http://download.eclipse.org/tools/gef/updates/releases</gef-repo.url>
41
    <dtp-repo.url>http://download.eclipse.org/datatools/updates/1.12/</dtp-repo.url>
41
    <dtp-repo.url>http://download.eclipse.org/datatools/updates/1.12/</dtp-repo.url>
42
    
42
	<jgit-repo.url>http://download.eclipse.org/egit/updates</jgit-repo.url>
43
   
43
    
44
    
44
    <!-- This won't be update by now until I check with Dali Team -->
45
    <!-- This won't be update by now until I check with Dali Team -->
45
    <emf-transaction-repo.url>http://download.eclipse.org/modeling/emf/transaction/updates/releases/</emf-transaction-repo.url>
46
    <emf-transaction-repo.url>http://download.eclipse.org/modeling/emf/transaction/updates/releases/</emf-transaction-repo.url>
Lines 115-120 Link Here
115
      <url>${jetty-repo.url}</url>
116
      <url>${jetty-repo.url}</url>
116
      <layout>p2</layout>
117
      <layout>p2</layout>
117
    </repository>
118
    </repository>
119
	<repository>
120
      <id>jgit</id>
121
      <url>${jgit-repo.url}</url>
122
      <layout>p2</layout>
123
    </repository>
118
  </repositories>
124
  </repositories>
119
125
120
  <pluginRepositories>
126
  <pluginRepositories>

Return to bug 458521