Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/maven-deploy/platform/eclipse_text.xml')
-rw-r--r--releng/maven-deploy/platform/eclipse_text.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/releng/maven-deploy/platform/eclipse_text.xml b/releng/maven-deploy/platform/eclipse_text.xml
deleted file mode 100644
index 0d41fd25e..000000000
--- a/releng/maven-deploy/platform/eclipse_text.xml
+++ /dev/null
@@ -1,37 +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>
- <groupId>at.bestsolution.eclipse</groupId>
- <artifactId>org.eclipse.text</artifactId>
- <version>3.5.400</version>
- <name>Basic Eclipse Text Infrastructure</name>
- <description>Basic Text Infrastructure for Partitioning, Tokenizing, ...</description>
- <url>http://www.eclipse.org/platform</url>
- <licenses>
- <license>
- <name>Eclipse Public License - v 1.0</name>
- <url>http://www.eclipse.org/legal/epl-v10.html</url>
- </license>
- </licenses>
- <scm>
- <url>http://git.eclipse.org/c/platform/eclipse.platform.text.git/tree/org.eclipse.text</url>
- </scm>
- <developers>
- <developer>
- <name>Tom Schindl</name>
- <organization>Eclipse.org</organization>
- <roles>
- <role>contributor</role>
- </roles>
- </developer>
- </developers>
-
- <dependencies>
- <dependency>
- <groupId>at.bestsolution.eclipse</groupId>
- <artifactId>com.ibm.icu.base</artifactId>
- <version>54.1.1</version>
- </dependency>
- </dependencies>
-</project> \ No newline at end of file

Back to the top