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 committed Sep 14, 2022
1 parent b07476c commit 2b52c19
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 2b52c19

Please sign in to comment.