Skip to content

Commit

Permalink
Move commons from modeldebugging repository to dedicated repository (#…
Browse files Browse the repository at this point in the history
…275)

* use commons from new gemoc-studio-commons repository
  • Loading branch information
dvojtise committed Aug 24, 2022
1 parent bbad474 commit 638664d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ This repository is part of a serie of repositories related to [GEMOC Studio](htt
- https://github.com/eclipse/gemoc-studio-execution-java
- https://github.com/eclipse/gemoc-studio-execution-moccml
- https://github.com/eclipse/gemoc-studio-moccml
- https://github.com/eclipse/gemoc-studio-commons
-------------

Gemoc Studio
Expand Down
1 change: 1 addition & 0 deletions dev_support/pomfirst_full_compilation/pom.xml
Expand Up @@ -14,6 +14,7 @@

<modules>
<module>../../gemoc_studio/pomfirst</module>
<module>../../../gemoc-studio-commons/pomfirst</module>
<module>../../../gemoc-studio-modeldebugging/pomfirst</module>
</modules>
</project>
1 change: 1 addition & 0 deletions dev_support/tycho_full_compilation/pom.xml
Expand Up @@ -18,6 +18,7 @@
<module>../../../gemoc-studio/official_samples/sample.deployers</module>
<module>../../../gemoc-studio/docs/org.eclipse.gemoc.studio.doc</module>
<module>../../../gemoc-studio/gemoc_studio</module>
<module>../../../gemoc-studio-commons</module>
<module>../../../gemoc-studio-modeldebugging</module>
<module>../../../gemoc-studio-execution-java</module>
<module>../../../gemoc-studio-execution-ale</module>
Expand Down
@@ -1,9 +1,4 @@
Please install TP DSL to edit the `gemoc_studio.tpd` file
Please install `m2e PDE integration` feature in order to correctly edit the target file (in order to open the dependecies coming from maven central)
(this feature is available in the http://download.eclipse.org/releases/2022-06 update site )

Source/User guide:
https://github.com/eclipse-cbi/targetplatform-dsl

Update-site:
http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/

Never edit the `gemoc_studio.target` directly, generate it from the `gemoc_studio.tpd` (right-click on the file -> Create Target Definition File)

@@ -0,0 +1,3 @@
This target platform uses GEMOC nightly update site.

This allows to build some GEMOC components without opening all the plugins in your workspace
Expand Up @@ -13,5 +13,6 @@

<artifactId>org.eclipse.gemoc.gemoc_studio.targetplatform</artifactId>
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<packaging>eclipse-target-definition</packaging>

</project>

0 comments on commit 638664d

Please sign in to comment.