Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-03-15 20:19:00 +0000
committerPascal Rapicault2010-03-15 20:19:00 +0000
commitf2dcf9a6f93fea831a1bf858d9a965e531c22838 (patch)
tree10f8c0e9a5b878e2670a39d9c3339d28ab1efddb /bundles
parent59573898b57e5235d2c29ac8504674666355c3b1 (diff)
downloadrt.equinox.p2-f2dcf9a6f93fea831a1bf858d9a965e531c22838.tar.gz
rt.equinox.p2-f2dcf9a6f93fea831a1bf858d9a965e531c22838.tar.xz
rt.equinox.p2-f2dcf9a6f93fea831a1bf858d9a965e531c22838.zip
Add pom filev20100315-2216
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/pom.xml b/bundles/org.eclipse.equinox.p2.core/pom.xml
new file mode 100644
index 000000000..037ea71af
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.core/pom.xml
@@ -0,0 +1,14 @@
+<?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>
+ <artifactId>org.eclipse.equinox.p2-parent</artifactId>
+ <groupId>org.eclipse</groupId>
+ <version>0.0.1-SNAPSHOT</version><relativePath>../org.eclipse.equinox.p2-parent</relativePath>
+ </parent>
+ <groupId>org.eclipse</groupId>
+ <artifactId>org.eclipse.equinox.p2.core</artifactId>
+ <version>2.0.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top