Skip to content
Snippets Groups Projects
Commit e71628d4 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Sepate the EMF code generation by an own profile switch.

parent 48d085c4
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,15 @@
</build>
<profiles>
<profile>
<id>emf-generation</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>emf-generator</module>
</modules>
</profile>
<profile>
<!-- NOTE: tooling plugins are checked out for the build, but are not
compiled by maven. -->
......@@ -112,7 +121,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>emf-generator</module>
<module>kernel/org.fortiss.tooling.base</module>
<module>kernel/org.fortiss.tooling.base.ui</module>
<module>kernel/org.fortiss.tooling.common</module>
......@@ -130,7 +138,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>emf-generator</module>
<module>af3/com.microsoft.z3</module>
<module>af3/eu.fbk.af3.tools.diagram</module>
<module>af3/eu.fbk.af3.tools.diagram.ui</module>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment