Skip to content

Commit

Permalink
add ecoretools epackage registration from pre release (#118)
Browse files Browse the repository at this point in the history
use pre release version of EPackage registration from
http://www.kermeta.org/diverse-commons/updates/latest/
(sources at https://github.com/diverse-project/tools are the same as the
one proposed to https://bugs.eclipse.org/bugs/show_bug.cgi?id=537295 )

Signed-off-by: Didier Vojtisek <didier.vojtisek@inria.fr>
  • Loading branch information
dvojtise authored Nov 12, 2018
1 parent 83c12ff commit 38dc352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ http://www.eclipse.org/legal/epl-v10.html
<import feature="org.eclipse.ecf.filetransfer.httpclient4.feature.source" version="3.13.7" match="greaterOrEqual"/>
<import feature="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source" version="1.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.ecf.filetransfer.ssl.feature.source" version="1.1.0" match="greaterOrEqual"/>
<import feature="org.eclipse.emf.ecoretools.registration.feature" version="3.3.0" match="greaterOrEqual"/>
<import feature="org.eclipse.emf.query.sdk" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.emf.compare" version="2.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.emf.compare.source" version="2.0.0" match="greaterOrEqual"/>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<layout>p2</layout>
<url>http://download.eclipse.org/nebula/snapshot/</url>
</repository>
<repository>
<id>diverse-commons</id>
<layout>p2</layout>
<url>http://www.kermeta.org/diverse-commons/updates/latest</url>
</repository>
</repositories>


Expand Down

0 comments on commit 38dc352

Please sign in to comment.