Skip to content

Commit

Permalink
Temporarly deactivating network module before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaud committed Mar 12, 2020
1 parent a30b85d commit 26a5af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sre/io.janusproject/io.janusproject.feature/feature.xml
Expand Up @@ -250,7 +250,7 @@
<import plugin="org.eclipse.xtend.lib" version="2.20.0" match="greaterOrEqual"/>
<import plugin="stax2-api" version="4.2.0" match="greaterOrEqual"/>
<import plugin="io.janusproject.plugin" version="0.11.0" match="greaterOrEqual"/>
<import plugin="io.janusproject.network" version="0.11.0" match="greaterOrEqual"/>
<!--import plugin="io.janusproject.network" version="0.11.0" match="greaterOrEqual"/-->
<import plugin="io.sarl.eclipse" version="0.11.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.core" version="3.20.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.17.0" match="greaterOrEqual"/>
Expand Down
4 changes: 2 additions & 2 deletions sre/io.janusproject/pom.xml
Expand Up @@ -25,7 +25,7 @@
<modules>
<module>io.janusproject.plugin</module>
<module>io.janusproject.kernel</module>
<module>io.janusproject.network</module>
<!--module>io.janusproject.network</module-->
<module>io.janusproject.tests</module>
<module>io.janusproject.eclipse</module>
<module>io.janusproject.feature</module>
Expand All @@ -42,7 +42,7 @@
<modules>
<module>io.janusproject.plugin</module>
<module>io.janusproject.kernel</module>
<module>io.janusproject.network</module>
<!--module>io.janusproject.network</module-->
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 26a5af3

Please sign in to comment.