Skip to content

Commit

Permalink
Merge pull request #195 from itemis/cd_regen
Browse files Browse the repository at this point in the history
regenerated examples
  • Loading branch information
cdietrich authored Jul 23, 2021
2 parents 5b52626 + c536b68 commit 41e006a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down Expand Up @@ -269,6 +270,25 @@
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
target-platform-configuration
</artifactId>
<versionRange>
[2.4.0,)
</versionRange>
<goals>
<goal>target-platform</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down
20 changes: 20 additions & 0 deletions greetings-tycho/2.26.0-J11/org.xtext.example.mydsl.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down Expand Up @@ -245,6 +246,25 @@
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
target-platform-configuration
</artifactId>
<versionRange>
[2.4.0,)
</versionRange>
<goals>
<goal>target-platform</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down
20 changes: 20 additions & 0 deletions greetings-tycho/2.26.0/org.xtext.example.mydsl.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down Expand Up @@ -245,6 +246,25 @@
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
target-platform-configuration
</artifactId>
<versionRange>
[2.4.0,)
</versionRange>
<goals>
<goal>target-platform</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down

0 comments on commit 41e006a

Please sign in to comment.