Skip to content

Commit

Permalink
Prepare for Photon #899
Browse files Browse the repository at this point in the history
  • Loading branch information
wimjongman committed Jan 14, 2018
1 parent 4d3fe0a commit a295042
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions io.sloeber.parent/pom.xml
Expand Up @@ -463,6 +463,31 @@
</repositories>
</profile>

<profile>
<id>photon</id>
<properties>
<platform-version-name>photon</platform-version-name>
</properties>
<activation>
<activeByDefault>false</activeByDefault>
</activation>

<repositories>
<repository>
<id>platform_photon</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.8</url>
</repository>

<repository>
<id>release-train_photon</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/photon</url>
</repository>

</repositories>
</profile>


</profiles>

Expand Down
Empty file removed io.sloeber.product/bin/empty.txt
Empty file.

0 comments on commit a295042

Please sign in to comment.