Skip to content

Commit

Permalink
126: jdt feature is configured in the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Feb 3, 2020
1 parent 8909a76 commit 93cab25
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions edelta.parent/edelta.ui.tests/pom.xml
Expand Up @@ -15,39 +15,6 @@
<systemProperties>-Dedelta.interpreter.timeout=5000</systemProperties>
</properties>

<profiles>
<profile>
<id>macos</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements combine.children="append">
<!-- This allows us to take the fragment org.eclipse.jdt.launching.macosx
See https://github.com/LorenzoBettini/jbase/issues/3
https://www.eclipse.org/forums/index.php/t/1073366/ -->
<requirement>
<type>eclipse-feature</type>
<id>org.eclipse.jdt</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 93cab25

Please sign in to comment.