Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.sat4j.core/pom.xml')
-rw-r--r--bundles/org.sat4j.core/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/bundles/org.sat4j.core/pom.xml b/bundles/org.sat4j.core/pom.xml
new file mode 100644
index 000000000..11ef36170
--- /dev/null
+++ b/bundles/org.sat4j.core/pom.xml
@@ -0,0 +1,19 @@
+<?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>4.3.0-SNAPSHOT</version>
+ <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.orbit</groupId>
+ <artifactId>org.sat4j.core</artifactId>
+ <version>2.3.5.v20130525</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>

Back to the top