Skip to content

Commit

Permalink
Do not manipulate target-platform of o.e.test.performance
Browse files Browse the repository at this point in the history
It builds just fine without it.
  • Loading branch information
akurtakov committed Oct 21, 2022
1 parent 19414a5 commit 11d3024
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions bundles/org.eclipse.test.performance/pom.xml
Expand Up @@ -24,24 +24,4 @@
<properties>
<code.ignoredWarnings>-warn:-raw,unchecked</code.ignoredWarnings>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<optionalDependencies>ignore</optionalDependencies>
<extraRequirements>
<requirement>
<type>eclipse-plugin</type>
<id>org.eclipse.core.jobs</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 11d3024

Please sign in to comment.