Skip to content

Commit

Permalink
feat(standalone): use eclipse mars for standalone version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpetit committed Jul 16, 2015
1 parent 889a102 commit a6cd46e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
10 changes: 4 additions & 6 deletions ccw.product/ccw.p2.inf
Expand Up @@ -7,9 +7,7 @@ addRepository(type:0,location:http${#58}//eclipse-color-theme.github.io/update/,
addRepository(type:1,location:http${#58}//eclipse-color-theme.github.io/update/,name:Eclipse Color Theme);\
addRepository(type:0,location:http${#58}//download.eclipse.org/egit/updates/,name:EGit);\
addRepository(type:1,location:http${#58}//download.eclipse.org/egit/updates/,name:EGit);\
addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.5milestones/,name:Eclipse Mars Milestones);\
addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.5milestones/,name:Eclipse Mars Milestones);
# addRepository(type:0,location:http${#58}//download.eclipse.org/releases/luna/,name:Eclipse Luna Release);\
# addRepository(type:1,location:http${#58}//download.eclipse.org/releases/luna/,name:Eclipse Luna Release);\
# addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.4/,name:Eclipse Luna Updates);\
# addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.4/,name:Eclipse Luna Updates);
addRepository(type:0,location:http${#58}//download.eclipse.org/releases/mars/,name:Eclipse Mars Release);\
addRepository(type:1,location:http${#58}//download.eclipse.org/releases/mars/,name:Eclipse Mars Release);\
addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.5/,name:Eclipse Mars Updates);\
addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.5/,name:Eclipse Mars Updates);
7 changes: 2 additions & 5 deletions ccw.product/ccw.product
Expand Up @@ -328,12 +328,9 @@ litigation.
<repositories>
<repository location="http://updatesite.ccw-ide.org/stable/" enabled="true" />
<repository location="http://eclipse-color-theme.github.io/update/" enabled="true" />
<repository location="http://download.eclipse.org/eclipse/updates/4.5milestones/" enabled="true" />
<repository location="http://download.eclipse.org/egit/updates/" enabled="true" />
<!--
<repository location="http://download.eclipse.org/releases/luna/" enabled="true" />
<repository location="http://download.eclipse.org/eclipse/updates/4.4/" enabled="true" />
-->
<repository location="http://download.eclipse.org/releases/mars/" enabled="true" />
<repository location="http://download.eclipse.org/eclipse/updates/4.5/" enabled="true" />
</repositories>

</product>
2 changes: 1 addition & 1 deletion doc/documentation.adoc
Expand Up @@ -74,7 +74,7 @@ Having a problem? Check the <<configure,Configure Counterclockwise>> Section or
Pre-requisites
- Java Virtual Machine (JVM) 7 running Eclipse
- http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/lunasr2[Eclipse 4.4 (Luna)] or http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/marsrc1[Eclipse 4.5 (Mars)].
- http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/marsrc1[Eclipse 4.5 (Mars)].
any Eclipse packaging which includes JDT (Java Development Tools) will work: "Eclipse SDK" package, "Eclipse for Java Developers" package, "Eclipse for Java EE Developers" package, etc.
====
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -20,7 +20,7 @@

<profiles>
<profile>
<id>luna</id>
<id>mars</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
Expand Down Expand Up @@ -61,11 +61,6 @@
<url>http://eclipse-color-theme.github.io/update/</url>
<layout>p2</layout>
</repository>
<!--repository>
<id>luna</id>
<url>http://download.eclipse.org/releases/luna/</url>
<layout>p2</layout>
</repository-->
<repository>
<id>mars</id>
<url>http://download.eclipse.org/releases/mars</url>
Expand Down

0 comments on commit a6cd46e

Please sign in to comment.