Skip to content

Commit

Permalink
Revert "158: add src-gen"
Browse files Browse the repository at this point in the history
This reverts commit f93f8a7.
  • Loading branch information
LorenzoBettini committed Jun 21, 2022
1 parent 0ceb7c8 commit 370d001
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions examples/org.eclipse.xsemantics.example.lambda/pom.xml
Expand Up @@ -47,22 +47,6 @@ Contributors:
<cleanupDaemonThreads>false</cleanupDaemonThreads><!-- see https://bugs.eclipse.org/bugs/show_bug.cgi?id=475098#c3 -->
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src-gen</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
Expand Down

0 comments on commit 370d001

Please sign in to comment.