Skip to content

Commit

Permalink
update Eclipse P2 repository from luna to oxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrng committed May 11, 2018
1 parent 4e1fe23 commit b12301b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -119,9 +119,9 @@ A full benchmarks description is available at [here][benchmarks].
If you experience issues installing or using NeoEMF, you can [submit an issue on github][issues] or contact us at neoemf@googlegroups.com

### Known issues:
- Only Luna plugins are fetched (the compatibility is not ensured for previous Eclipse versions)
- The Eclipse plugins can not be built if Maven can not access internet (it is needed to fetch Luna p2 repositories)
- Sometimes the plugin build crashes and/or freezes during p2 index fetching from Luna repositories. It is generally sufficient to cancel the build (`ctrl-c`) and to relaunch it.
- Only Oxygen plugins are fetched (the compatibility is not ensured for previous Eclipse versions)
- The Eclipse plugins can not be built if Maven can not access internet (it is needed to fetch Oxygen p2 repositories)
- Sometimes the plugin build crashes and/or freezes during p2 index fetching from Oxygen repositories. It is generally sufficient to cancel the build (`ctrl-c`) and to relaunch it.


## Credits
Expand Down
2 changes: 1 addition & 1 deletion neoemf-utils/p2/pom.xml
Expand Up @@ -26,7 +26,7 @@
<repository>
<id>eclipse</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/luna</url>
<url>http://download.eclipse.org/releases/oxygen</url>
</repository>
</repositories>

Expand Down
4 changes: 2 additions & 2 deletions plugins/eclipse/examples/README.md
Expand Up @@ -6,9 +6,9 @@ environment. Maven-based examples will be added in the future.

## Installation

NeoEMF demo runs on Eclipse Luna or newer, and you need the following plugins in your installation to resolve the dependencies (these are installable from the software repository of your Eclipse release):
NeoEMF demo runs on Eclipse Oxygen or newer, and you need the following plugins in your installation to resolve the dependencies (these are installable from the software repository of your Eclipse release):
- __EMF plugins__: v2.6.0 or later
- __NeoEMF plugins__ : v1.0.2
- __NeoEMF plugins__ : v1.0.3
- __EMF Compare__: v3.1 or later
- __Guava Library__ : v11 or later (required by EMF Compare)
- __Eclipse OCL plugins__: v3.3.1 or later
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/pom.xml
Expand Up @@ -39,7 +39,7 @@
<repository>
<id>eclipse</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/luna</url>
<url>http://download.eclipse.org/releases/oxygen</url>
</repository>
</repositories>

Expand Down

0 comments on commit b12301b

Please sign in to comment.