Skip to content

Commit

Permalink
Prepare 0.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgise committed Sep 2, 2016
1 parent c3aa4bb commit 5a5ad24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ If you want to build your own DICE IDE, you need to follow these steps:
* Click on the menu Run -> Run configurations -> Maven Build -> DICE Builder. Then click on run button and wait.
* If no problems were found on the building process, you will have your files in "org.dice.product" plugin, at "org.dice.product/target/products" folder.

# New version of the DICE IDE

* Before building a new version of the RCP, you need to set up the new version number. You can do it modifying the pom.xml file from the "org.dice.configuration" project. Replace the <dice.version> property with the new version.
* Also you need to change the features and plugins version number from the plugin.xml file, and the dependencies of the features too. You will know that all is well configured because when a feature points to a plugin with a failing version number, the feature is marked with a Warning. Also, the build of the product will fail too.

# How Tycho works

You can check how Tycho works by having a look at the pom.xml files. The main thing to have in consideration is the folder structure. All the projects and plugins are placed into a recommended folder structure at "org.dice.root" project. You can find this folders inside:
Expand Down

0 comments on commit 5a5ad24

Please sign in to comment.