Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.swtbot.updatesite/pom.xml')
-rw-r--r--org.eclipse.swtbot.updatesite/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/org.eclipse.swtbot.updatesite/pom.xml b/org.eclipse.swtbot.updatesite/pom.xml
new file mode 100644
index 00000000..85e236e5
--- /dev/null
+++ b/org.eclipse.swtbot.updatesite/pom.xml
@@ -0,0 +1,25 @@
+<!-- Copyright (c) 2011 PetalsLink.
+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:
+* Mickael Istria (PetalsLink)
+-->
+<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</groupId>
+ <artifactId>org.eclipse.swtbot.updatesite</artifactId>
+ <packaging>eclipse-repository</packaging>
+ <parent>
+ <groupId>org.eclipse.swtbot</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.0.5-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+</project> \ No newline at end of file

Back to the top