Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/code/org.eclipse.fx.code.editor.ldef.langs.text/pom.xml')
-rw-r--r--bundles/code/org.eclipse.fx.code.editor.ldef.langs.text/pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/bundles/code/org.eclipse.fx.code.editor.ldef.langs.text/pom.xml b/bundles/code/org.eclipse.fx.code.editor.ldef.langs.text/pom.xml
deleted file mode 100644
index 877e34357..000000000
--- a/bundles/code/org.eclipse.fx.code.editor.ldef.langs.text/pom.xml
+++ /dev/null
@@ -1,34 +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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <name>e(fx)clipse - Runtime - Code - Model loader for default languages</name>
- <groupId>org.eclipse.fx.runtime</groupId>
- <artifactId>org.eclipse.fx.code.editor.ldef.langs.text</artifactId>
- <packaging>eclipse-plugin</packaging>
-
- <parent>
- <groupId>org.eclipse.fx</groupId>
- <artifactId>releng</artifactId>
- <relativePath>../../../releng/org.eclipse.fx.releng/pom.xml</relativePath>
- <version>2.2.0-SNAPSHOT</version>
- </parent>
-
- <build>
- <resources>
- <!-- to ensure that the feature lookup of the ui test works -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>META-INF/</include>
- </includes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
-</project> \ No newline at end of file

Back to the top