Skip to content

Commit

Permalink
parser.tests/pom: add targetplatform because of guava
Browse files Browse the repository at this point in the history
  • Loading branch information
panchenko committed Jan 10, 2013
1 parent 96a3e91 commit 1ccf70e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/org.eclipse.dltk.javascript.parser.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<artifact>
<groupId>org.eclipse.dltk.core</groupId>
<artifactId>org.eclipse.dltk.core.targetplatform</artifactId>
<version>5.0.0-SNAPSHOT</version>
</artifact>
</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
Expand Down

0 comments on commit 1ccf70e

Please sign in to comment.