Skip to content

Commit

Permalink
Issue eclipse-tycho#154 Full specification of custom profile is not (…
Browse files Browse the repository at this point in the history
…yet) determined

Signed-off-by: Christoph Läubrich <[email protected]>
  • Loading branch information
laeubi committed Jul 3, 2021
1 parent 64fd84a commit 6f518bb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tycho-its/projects/justj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<!-- <tycho-version>2.4.0-SNAPSHOT</tycho-version> -->
<!-- <target-platform>https://download.eclipse.org/releases/2021-03/</target-platform> -->
<tycho-version>2.4.0-SNAPSHOT</tycho-version>
<target-platform>https://download.eclipse.org/releases/2021-03/</target-platform>
</properties>
<modules>
<module>bundle</module>
Expand Down Expand Up @@ -36,6 +36,14 @@
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<executionEnvironment>none</executionEnvironment>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 6f518bb

Please sign in to comment.