Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.coverage.feature/pom.xml')
-rw-r--r--features/org.eclipse.osee.coverage.feature/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/features/org.eclipse.osee.coverage.feature/pom.xml b/features/org.eclipse.osee.coverage.feature/pom.xml
deleted file mode 100644
index 85adf7b6a48..00000000000
--- a/features/org.eclipse.osee.coverage.feature/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.coverage.parent</artifactId>
- <version>0.23.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.coverage.parent</relativePath>
- </parent>
-
- <artifactId>org.eclipse.osee.coverage.feature</artifactId>
- <packaging>eclipse-feature</packaging>
- <name>OSEE Coverage Feature (Incubation)</name>
-
-</project> \ No newline at end of file

Back to the top