Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2014-08-13 08:04:25 +0000
committerTom Schindl2014-08-13 08:04:25 +0000
commit90b706f07186964ff3123398ebd93211018930ca (patch)
tree1512e5084e85a5f7395a137912210bbc4a3cf826 /releng
parent34f776a7542c25bf74c98e1ef90e77beae8d81b6 (diff)
downloadorg.eclipse.efxclipse-90b706f07186964ff3123398ebd93211018930ca.tar.gz
org.eclipse.efxclipse-90b706f07186964ff3123398ebd93211018930ca.tar.xz
org.eclipse.efxclipse-90b706f07186964ff3123398ebd93211018930ca.zip
added new predefined poms
Diffstat (limited to 'releng')
-rw-r--r--releng/maven-deploy/animation_pom.xml8
-rw-r--r--releng/maven-deploy/fxml_pom.xml8
2 files changed, 16 insertions, 0 deletions
diff --git a/releng/maven-deploy/animation_pom.xml b/releng/maven-deploy/animation_pom.xml
new file mode 100644
index 000000000..b0df543c8
--- /dev/null
+++ b/releng/maven-deploy/animation_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.fx.ui.animation</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+</project> \ No newline at end of file
diff --git a/releng/maven-deploy/fxml_pom.xml b/releng/maven-deploy/fxml_pom.xml
new file mode 100644
index 000000000..e2babf316
--- /dev/null
+++ b/releng/maven-deploy/fxml_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.fx.core.fxml</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+</project> \ No newline at end of file

Back to the top