Skip to content

Instantly share code, notes, and snippets.

@paulweb515
Created March 20, 2013 18:14
Show Gist options
  • Save paulweb515/5207066 to your computer and use it in GitHub Desktop.
Save paulweb515/5207066 to your computer and use it in GitHub Desktop.
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git</tycho.scmUrl>
<eclipse-hosted.url>https://repo.eclipse.org/content/repositories/eclipse/</eclipse-hosted.url>
</properties>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>eclipse-hosted</id>
<url>${eclipse-hosted.url}</url>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment