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

Do not activate profiles by default

parent e71628d4
No related branches found
No related tags found
No related merge requests found
......@@ -106,9 +106,6 @@
<profiles>
<profile>
<id>emf-generation</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>emf-generator</module>
</modules>
......@@ -117,9 +114,6 @@
<!-- NOTE: tooling plugins are checked out for the build, but are not
compiled by maven. -->
<id>tooling</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>kernel/org.fortiss.tooling.base</module>
<module>kernel/org.fortiss.tooling.base.ui</module>
......@@ -134,9 +128,6 @@
</profile>
<profile>
<id>af3</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>af3/com.microsoft.z3</module>
<module>af3/eu.fbk.af3.tools.diagram</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