Skip to content

Commit

Permalink
update to orbit m7 for eclipse 4.6 integration.
Browse files Browse the repository at this point in the history
Signed-off-by: wyan <[email protected]>
  • Loading branch information
greatyan committed Apr 29, 2016
1 parent 55b1d1d commit 77d43f1
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@
<id>master</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</activation>
<properties>
<eclipse.release.name>neon</eclipse.release.name>
<eclipse.repo.url>http://download.eclipse.org/eclipse/updates/4.6milestones/</eclipse.repo.url>
<emf.repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.12milestones/</emf.repo.url>
<wtp.repo.url>http://download.eclipse.org/webtools/downloads/drops/R3.8.0/S-3.8.0M5-20160202064558/repository/</wtp.repo.url>
<gef.repo.url>http://download.eclipse.org/tools/gef/updates/milestones/</gef.repo.url>
<orbit.repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository/</orbit.repo.url>
<dtp.repo.url>http://download.eclipse.org/datatools/updates/1.13/1.13.0.201603142002/repository</dtp.repo.url>
<jetty.repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.2.9.v20150224</jetty.repo.url>
</properties>
</profile>
<eclipse.release.name>neon</eclipse.release.name>
<eclipse.repo.url>http://download.eclipse.org/eclipse/updates/4.6milestones/</eclipse.repo.url>
<emf.repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.12milestones/</emf.repo.url>
<wtp.repo.url>http://download.eclipse.org/webtools/downloads/drops/R3.8.0/S-3.8.0M5-20160202064558/repository/</wtp.repo.url>
<gef.repo.url>http://download.eclipse.org/tools/gef/updates/milestones/</gef.repo.url>
<!-- orit neon m7 build, need to be updated for RC build -->
<orbit.repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/I20160421150943/repository/</orbit.repo.url>
<dtp.repo.url>http://download.eclipse.org/datatools/updates/1.13/1.13.0.201603142002/repository</dtp.repo.url>
<jetty.repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.2.9.v20150224</jetty.repo.url>
</properties>
</profile>
<profile>
<id>mars</id>
<properties>
Expand Down

0 comments on commit 77d43f1

Please sign in to comment.