Skip to content

Commit

Permalink
Bug: 1052 Simplify integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
fipro78 authored and laeubi committed May 18, 2023
1 parent 970a7e4 commit 6d1d1de
Show file tree
Hide file tree
Showing 21 changed files with 14 additions and 423 deletions.
25 changes: 10 additions & 15 deletions tycho-its/projects/product.pluginBased.mavenArtefacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>

<properties>
<bnd.version>6.3.0</bnd.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down Expand Up @@ -70,14 +72,7 @@
</build>

<modules>
<!-- PDE Target Definition -->
<module>tycho-its-project.issue1052.target</module>

<!-- OSGi Services (API & Impl) -->
<module>tycho-its-project.issue1052.api</module>
<module>tycho-its-project.issue1052.impl</module>

<!-- JAX-RS Whiteboard Application -->
<module>tycho-its-project.issue1052.jaxrs.product</module>
</modules>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6d1d1de

Please sign in to comment.