Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains/arduino/org.eclipse.cdt.arduino-feature/pom.xml')
-rw-r--r--toolchains/arduino/org.eclipse.cdt.arduino-feature/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchains/arduino/org.eclipse.cdt.arduino-feature/pom.xml b/toolchains/arduino/org.eclipse.cdt.arduino-feature/pom.xml
deleted file mode 100644
index 1afe3635793..00000000000
--- a/toolchains/arduino/org.eclipse.cdt.arduino-feature/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.cdt</groupId>
- <artifactId>cdt-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
- <relativePath>../../../pom.xml</relativePath>
- </parent>
-
- <artifactId>org.eclipse.cdt.arduino</artifactId>
- <packaging>eclipse-feature</packaging>
-</project>

Back to the top