Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'TMP/org.eclipse.jdt.source/pom.xml')
-rw-r--r--TMP/org.eclipse.jdt.source/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/TMP/org.eclipse.jdt.source/pom.xml b/TMP/org.eclipse.jdt.source/pom.xml
deleted file mode 100644
index ffc2b4b39..000000000
--- a/TMP/org.eclipse.jdt.source/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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</groupId>
- <artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.eclipse.jdt.source</groupId>
- <artifactId>org.eclipse.jdt.source</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-
-</project>

Back to the top