Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/target-platforms/2018-12/pom.xml')
-rw-r--r--devtools/target-platforms/2018-12/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/devtools/target-platforms/2018-12/pom.xml b/devtools/target-platforms/2018-12/pom.xml
new file mode 100644
index 00000000..a007c8bd
--- /dev/null
+++ b/devtools/target-platforms/2018-12/pom.xml
@@ -0,0 +1,24 @@
+<!-- Copyright (c) 2012, 2019 Red Hat Inc. and others.
+All rights reserved.
+This program and the accompanying materials are made available under the
+terms of the Eclipse Public License v1.0 which accompanies this distribution,
+and is available at http://www.eclipse.org/legal/epl-v10.html
+
+Authors:
+* Lorenzo Bettini
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.eclipse.swtbot.target-platforms</groupId>
+ <artifactId>2018-12</artifactId>
+ <packaging>eclipse-target-definition</packaging>
+ <parent>
+ <groupId>org.eclipse.swtbot</groupId>
+ <artifactId>target-platforms</artifactId>
+ <version>2.9.0-SNAPSHOT</version>
+ </parent>
+</project>

Back to the top