Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abstratt committed Oct 14, 2021
1 parent 6e1e007 commit b26ba65
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ find target -name kirra-server
which will show the target platforms available, for example, on a Linux box:

```
target/products/com.abstratt.kirra.server.product/linux/gtk/x86/kirra-server
target/products/com.abstratt.kirra.server.product/linux/gtk/x86_64/kirra-server
```

Expand Down Expand Up @@ -98,13 +97,23 @@ TBD

Continuous builds run as GitHub actions.

### Bumping the version


Example:

```
mvn org.eclipse.tycho:tycho-versions-plugin:2.5.0:set-version -DnewVersion=2.13.0-SNAPSHOT -DupdateVersionRangeMatchingBounds=true
```

### Developing Cloudfier in the IDE

#### Requirements

* Eclipse Luna or newer([download](http://www.eclipse.org/downloads/))
* M2E (Maven Integration for Eclipse) 1.5.x - Maven Integration for Eclipse (with Tycho support)
* Xtext SDK 2.8.x (use their own [update site](http://download.eclipse.org/modeling/tmf/xtext/updates/releases/))

* Eclipse 2021-06 or newer([download](http://www.eclipse.org/downloads/))
* M2E (Maven Integration for Eclipse) 1.7.x - Maven Integration for Eclipse (with Tycho support)
* Xtext SDK 2.25.x (use their own [update site](http://download.eclipse.org/modeling/tmf/xtext/updates/releases/))

You can easily obtain M2E, Xtext and EGit from the Eclipse Marketplace. If you
don't have the Marketplace client installed (check Help > Eclipse
Expand Down

0 comments on commit b26ba65

Please sign in to comment.