Skip to content

Commit

Permalink
Merge pull request #1088 from sschaef/mars-source-compat
Browse files Browse the repository at this point in the history
Mars source compat
  • Loading branch information
kiritsuku committed Mar 28, 2016
2 parents fb77020 + ba3ac23 commit 8f57705
Show file tree
Hide file tree
Showing 17 changed files with 1,128 additions and 575 deletions.
18 changes: 0 additions & 18 deletions org.scala-ide.sdt.aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,6 @@
</execution>
</executions>
</plugin>

<!-- added source folder containing the code specific to the Eclipse version -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals><goal>add-source</goal></goals>
<configuration>
<sources>
<source>src-${eclipse.codename}</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 8f57705

Please sign in to comment.