| commit | 8cc9ce0fe1a08659f7313575d73f1ff20c79ba78 | [log] [tgz] |
|---|---|---|
| author | Steve Monnier <steve.monnier@obeo.fr> | Tue Sep 12 17:17:37 2017 +0200 |
| committer | Pierre-Charles David <pierre-charles.david@obeo.fr> | Wed Sep 13 05:08:52 2017 -0400 |
| tree | f728c03dc221c7a07507de35cd5dd703f86a8344 | |
| parent | eebfe396b1c39b54952ca61829b5c7f8f9c61458 [diff] |
[522199] Add job join after save to avoid concurrence issues Addition of a job join after session save in order to wait for the saving to end. Without it, it was possible to modify a resource while it was being saved. Bug: 522199 Signed-off-by: Steve Monnier <steve.monnier@obeo.fr> (cherry picked from commit 8a3c059d1d732bfe51cd9d84d6bed266bcddb5f5) Change-Id: I272ae5edd8f11f573d12d30d82de3481d809f17d
Sirius enables the specification of a modeling workbench in terms of graphical, table or tree editors with validation rules and actions using declarative descriptions.
For more details see the project page and the main wiki page.
The build uses Tycho. To launch a complete build, issue
mvn clean package
from the top-level directory. The resulting update-site (p2 repository) can be found in packaging/org.eclipse.sirius.update/target/repository.
By default the build uses a Neon-based target platform. You can specify a different platform like this:
mvn clean package -Dplatform-version-name=name
where name can be any of the following values:
mars (Eclipse 4.5)neon (Eclipse 4.6, the default and reference target platform)canary (uses nightly builds of all our dependencies, only used for testing)The corresponding target platform definitions can be found in releng/org.eclipse.sirius.targets.