Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
added Eclipse 4.5 as target environment for build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Apr 16, 2015
1 parent e02dffa commit 1a4fa1d
Showing 1 changed file with 44 additions and 5 deletions.
49 changes: 44 additions & 5 deletions pom.xml
Expand Up @@ -424,6 +424,50 @@
</repositories>
</profile>

<profile>
<id>e45</id>
<properties>
<p2.repository.name>Spring IDE for Eclipse 4.5</p2.repository.name>
</properties>
<repositories>
<repository>
<id>platform-e45</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.5/</url>
</repository>
<repository>
<id>mars</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/mars/</url>
</repository>
<repository>
<id>ajdt</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/ajdt/45/dev/update</url>
</repository>
<repository>
<id>orbit-mars</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/S20150316021154/repository/</url>
</repository>
<repository>
<id>swtbot</id>
<layout>p2</layout>
<url>http://download.eclipse.org/technology/swtbot/releases/latest/</url>
</repository>
<repository>
<id>groovy</id>
<layout>p2</layout>
<url>http://dist.springsource.org/snapshot/GRECLIPSE/e4.4/</url>
</repository>
<repository>
<id>eclipse-integration-commons</id>
<layout>p2</layout>
<url>http://dist.springsource.com/${dist.type}/TOOLS/eclipse-integration-commons/${dist.pathpostfix}/e4.4/</url>
</repository>
</repositories>
</profile>

<profile>
<id>bamboo-signing</id>
<properties>
Expand Down Expand Up @@ -620,11 +664,6 @@
<pomDependencies>consider</pomDependencies>
<ignoreTychoRepositories>true</ignoreTychoRepositories>
<environments>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
Expand Down

0 comments on commit 1a4fa1d

Please sign in to comment.