Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.connector.svn/pom.xml')
-rw-r--r--extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.connector.svn/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.connector.svn/pom.xml b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.connector.svn/pom.xml
new file mode 100644
index 00000000000..3a58d6bcfd0
--- /dev/null
+++ b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.connector.svn/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2013 Atos.
+ 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
+
+ Contributors:
+ Arthur Daussy <a href="mailto:arthur.daussy@atos.net"> - initial API and implementation
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <relativePath>../../../Releng/org.topcased.fast.tycho.master/pom.xml</relativePath>
+ <groupId>org.topcased.fast</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.7.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.papyrus.team.collaborative.connector.svn</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>Svn Connector</name>
+</project>

Back to the top