Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-08-13 08:35:04 +0000
committerTom Schindl2014-08-13 08:35:04 +0000
commitfa90255ee04c97c135f499ea1c74e2300bc06d47 (patch)
tree0a535416b5287180a09ea674a49d69880bdc1e2c
parent90b706f07186964ff3123398ebd93211018930ca (diff)
downloadorg.eclipse.efxclipse-fa90255ee04c97c135f499ea1c74e2300bc06d47.tar.gz
org.eclipse.efxclipse-fa90255ee04c97c135f499ea1c74e2300bc06d47.tar.xz
org.eclipse.efxclipse-fa90255ee04c97c135f499ea1c74e2300bc06d47.zip
added equinox-common
-rw-r--r--releng/maven-deploy/equinox_common_pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releng/maven-deploy/equinox_common_pom.xml b/releng/maven-deploy/equinox_common_pom.xml
new file mode 100644
index 000000000..0a2374052
--- /dev/null
+++ b/releng/maven-deploy/equinox_common_pom.xml
@@ -0,0 +1,8 @@
+<?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.equinox.common</artifactId>
+ <version>3.6.200-SNAPSHOT</version>
+</project> \ No newline at end of file

Back to the top