Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2014-08-13 09:11:53 +0000
committerTom Schindl2014-08-13 09:11:53 +0000
commit6cc6c549082bc76be4527616bba61c6531db8dbb (patch)
tree01fa366c6b1588081eae71768d827eba75976691 /releng
parenta5bac24236ef692e3022b57699674a2ed23cc4f3 (diff)
downloadorg.eclipse.efxclipse-6cc6c549082bc76be4527616bba61c6531db8dbb.tar.gz
org.eclipse.efxclipse-6cc6c549082bc76be4527616bba61c6531db8dbb.tar.xz
org.eclipse.efxclipse-6cc6c549082bc76be4527616bba61c6531db8dbb.zip
added db-property
Diffstat (limited to 'releng')
-rw-r--r--releng/maven-deploy/property_pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/releng/maven-deploy/property_pom.xml b/releng/maven-deploy/property_pom.xml
new file mode 100644
index 000000000..a0303d0a7
--- /dev/null
+++ b/releng/maven-deploy/property_pom.xml
@@ -0,0 +1,21 @@
+<?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.property</artifactId>
+ <version>1.4.200-SNAPSHOT</version>
+
+ <dependencies>
+ <dependency>
+ <artifactId>org.eclipse.equinox.common</artifactId>
+ <groupId>org.eclipse.fx</groupId>
+ <version>3.6.200-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.core.databinding.observable</artifactId>
+ <groupId>org.eclipse.fx</groupId>
+ <version>1.4.1-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file

Back to the top