Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/maven-deploy/eclipse_databinding_pom.xml')
-rw-r--r--releng/maven-deploy/eclipse_databinding_pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/releng/maven-deploy/eclipse_databinding_pom.xml b/releng/maven-deploy/eclipse_databinding_pom.xml
new file mode 100644
index 000000000..ba52144fb
--- /dev/null
+++ b/releng/maven-deploy/eclipse_databinding_pom.xml
@@ -0,0 +1,26 @@
+<?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>org.eclipse.fx</groupId>
+ <artifactId>org.eclipse.core.databinding</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+
+ <dependencies>
+ <dependency>
+ <artifactId>org.eclipse.core.databinding.observable</artifactId>
+ <groupId>org.eclipse.fx</groupId>
+ <version>1.4.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.core.databinding.property</artifactId>
+ <groupId>org.eclipse.fx</groupId>
+ <version>1.4.200-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.equinox.common</artifactId>
+ <groupId>org.eclipse.fx</groupId>
+ <version>3.6.200-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file

Back to the top