Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-02-16 22:09:08 +0000
committerPascal Rapicault2015-02-16 22:11:19 +0000
commit585bbff7bc8689575c8bed80a66fabf174159ce9 (patch)
tree63e3ec9deab989ee4fc85078a200d6da64f338ce /bundles/org.eclipse.equinox.p2.ql/pom.xml
parentc3cdccddfd6fb7b164b216b605252b718004f6c3 (diff)
downloadrt.equinox.p2-585bbff7bc8689575c8bed80a66fabf174159ce9.tar.gz
rt.equinox.p2-585bbff7bc8689575c8bed80a66fabf174159ce9.tar.xz
rt.equinox.p2-585bbff7bc8689575c8bed80a66fabf174159ce9.zip
Bug 453228 - Consider removing org.eclipse.equinox.p2.ql
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/pom.xml b/bundles/org.eclipse.equinox.p2.ql/pom.xml
deleted file mode 100644
index 93ace6c44..000000000
--- a/bundles/org.eclipse.equinox.p2.ql/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
- <parent>
- <artifactId>org.eclipse.equinox.p2-parent</artifactId>
- <groupId>org.eclipse</groupId>
- <version>4.5.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath>
- </parent>
- <groupId>org.eclipse.equinox</groupId>
- <artifactId>org.eclipse.equinox.p2.ql</artifactId>
- <version>2.0.200-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top