File tree Expand file tree Collapse file tree 5 files changed +13
-38
lines changed
execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/core Expand file tree Collapse file tree 5 files changed +13
-38
lines changed Original file line number Diff line number Diff line change 4040 </build >
4141
4242 <repositories >
43- <repository >
44- <id >Eclipse release</id >
45- <layout >p2</layout >
46- <url >${eclipse.release.p2.url} </url >
47- </repository >
43+
4844 </repositories >
4945</project >
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ private void cleanCurrentTransactionCommand() {
386386 currentTransaction .getCommand ().dispose ();
387387 }
388388
389- private void commitCurrentTransaction () {
389+ private synchronized void commitCurrentTransaction () {
390390 if (currentTransaction != null ) {
391391 try {
392392 currentTransaction .commit ();
Original file line number Diff line number Diff line change 1818 </modules >
1919
2020 <repositories >
21- <repository >
22- <id >Eclipse release</id >
23- <layout >p2</layout >
24- <url >${eclipse.release.p2.url} </url >
25- </repository >
21+
2622 <repository >
2723 <id >K3</id >
2824 <layout >p2</layout >
3329 <layout >p2</layout >
3430 <url >${melange.p2.url} </url >
3531 </repository >
36- <!-- e(fxc)lipse updatesite is currently required because they dropped from the release train -->
37- <repository >
38- <id >efxclipse</id >
39- <layout >p2</layout >
40- <url >${efxclipse.p2.url} </url >
41- </repository >
4232 </repositories >
4333</project >
Original file line number Diff line number Diff line change 158158 <artifactId >target-platform-configuration</artifactId >
159159 <version >${tycho-version} </version >
160160 <configuration >
161+ <target >
162+ <artifact >
163+ <groupId >org.eclipse.gemoc.gemoc-studio.bundle</groupId >
164+ <artifactId >org.eclipse.gemoc.gemoc_studio.targetplatform</artifactId >
165+ <version >3.5.0-SNAPSHOT</version >
166+ <classifier >gemoc_studio</classifier >
167+ </artifact >
168+ </target >
161169 <!-- environments that will be built -->
162170 <environments >
163171 <environment >
Original file line number Diff line number Diff line change 6565 </dependencies >
6666
6767 <repositories >
68- <repository >
69- <id >Eclipse release</id >
70- <layout >p2</layout >
71- <url >${eclipse.release.p2.url} </url >
72- </repository >
68+
7369 <repository >
7470 <id >K3</id >
7571 <layout >p2</layout >
8076 <layout >p2</layout >
8177 <url >${melange.p2.url} </url >
8278 </repository >
83- <repository >
84- <id >ELK</id >
85- <layout >p2</layout >
86- <url >${elk.p2.url} </url >
87- </repository >
88- <!-- e(fxc)lipse updatesite is currently required because they dropped from the release train -->
89- <repository >
90- <id >efxclipse</id >
91- <layout >p2</layout >
92- <url >${efxclipse.p2.url} </url >
93- </repository >
94- <repository >
95- <id >efxclipse2</id >
96- <layout >p2</layout >
97- <url >${efxclipse2.p2.url} </url >
98- </repository >
79+
9980 </repositories >
10081</project >
You can’t perform that action at this time.
0 commit comments