Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml')
-rw-r--r--features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml
deleted file mode 100644
index bcbec6e5d3e..00000000000
--- a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/dev</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.junit.feature</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <configuration>
- <excludes>
- <plugin id="org.eclipse.upr.utp"/> <!-- UPR doesn't provide sources -->
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-</project> \ No newline at end of file

Back to the top