Skip to content

Commit

Permalink
Add the sirius plugin to the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Jun 12, 2024
1 parent b75c043 commit abbe43b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugins/de.fraunhofer.ipa.ros.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ POSSIBILITY OF SUCH DAMAGE.
<import plugin="de.fraunhofer.ipa.ros.xtext.ide"/>
<import plugin="de.fraunhofer.ipa.rossystem.edit"/>
<import plugin="de.fraunhofer.ipa.rossystem.xtext.ide"/>
<import plugin="de.fraunhofer.ipa.ros.sirius"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!--module>../de.fraunhofer.ipa.rossystem.deployment</module-->

<module>../de.fraunhofer.ipa.ros.plugin</module>
<!--module>../de.fraunhofer.ipa.ros.sirius</module-->
<module>../de.fraunhofer.ipa.ros.sirius</module>
<module>../de.fraunhofer.ipa.ros.feature</module>
</modules>

Expand Down
2 changes: 1 addition & 1 deletion plugins/de.fraunhofer.ipa.ros.sirius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.ipa.ros</groupId>
<artifactId>de.fraunhofer.ipa.ros.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../de.fraunhofer.ipa.ros.parent/pom.xml</relativePath>
</parent>
<artifactId>de.fraunhofer.ipa.ros.sirius</artifactId>
Expand Down

0 comments on commit abbe43b

Please sign in to comment.