Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/maven-deploy/efxclipse/text.xml')
-rw-r--r--releng/maven-deploy/efxclipse/text.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/releng/maven-deploy/efxclipse/text.xml b/releng/maven-deploy/efxclipse/text.xml
deleted file mode 100644
index c48229b40..000000000
--- a/releng/maven-deploy/efxclipse/text.xml
+++ /dev/null
@@ -1,43 +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.fx.text</artifactId>
- <version>2.1.0</version>
- <name>Additional core Text components</name>
- <description>UI Toolkit neutral components extraxted from Eclipse JFace Text</description>
- <url>http://efxclipse.org</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/efxclipse/org.eclipse.efxclipse.git/tree/bundles/code/org.eclipse.fx.text</url>
- </scm>
- <developers>
- <developer>
- <name>Tom Schindl</name>
- <organization>Eclipse.org</organization>
- <roles>
- <role>developer</role>
- </roles>
- </developer>
- </developers>
-
- <dependencies>
- <dependency>
- <groupId>at.bestsolution.eclipse</groupId>
- <artifactId>org.eclipse.text</artifactId>
- <version>3.5.400</version>
- </dependency>
- <dependency>
- <groupId>at.bestsolution.eclipse</groupId>
- <artifactId>org.eclipse.equinox.common</artifactId>
- <version>3.7.0</version>
- </dependency>
- </dependencies>
-</project> \ No newline at end of file

Back to the top