Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2015-03-06 11:36:53 +0000
committerGerrit Code Review @ Eclipse.org2015-03-06 11:36:54 +0000
commita0e17c371811b3309a2266e03c34fe02673be5d7 (patch)
tree06046c1e117d762ceab7f71c3b94ba35e7d373d6
parentc136e289d3468f9d2e0871d1b52f4e29c92eb42d (diff)
parent27240859e6a5a9cc53c9a73586dfd23d61f7f281 (diff)
downloadorg.eclipse.papyrus-a0e17c371811b3309a2266e03c34fe02673be5d7.tar.gz
org.eclipse.papyrus-a0e17c371811b3309a2266e03c34fe02673be5d7.tar.xz
org.eclipse.papyrus-a0e17c371811b3309a2266e03c34fe02673be5d7.zip
Merge "Bug 461279 - [Releng] Add plugins\team\org.eclipse.papyrus.team.svn to the build - add subversive repository"
-rw-r--r--plugins/team/org.eclipse.papyrus.team.svn/pom.xml12
-rw-r--r--releng/top-pom-main.xml9
2 files changed, 21 insertions, 0 deletions
diff --git a/plugins/team/org.eclipse.papyrus.team.svn/pom.xml b/plugins/team/org.eclipse.papyrus.team.svn/pom.xml
new file mode 100644
index 00000000000..a7a9642832f
--- /dev/null
+++ b/plugins/team/org.eclipse.papyrus.team.svn/pom.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-main.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.team.svn</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/releng/top-pom-main.xml b/releng/top-pom-main.xml
index f3a87ff3ad1..569267f0047 100644
--- a/releng/top-pom-main.xml
+++ b/releng/top-pom-main.xml
@@ -329,6 +329,7 @@
<module>../plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor</module>
<module>../plugins/views/org.eclipse.papyrus.views.search</module>
<module>../plugins/views/validation/org.eclipse.papyrus.views.validation</module>
+ <module>../plugins/team/org.eclipse.papyrus.team.svn</module>
<module>main</module>
<!-- Papyrus Sysml 1.4 -->
<module>../plugins/sysml/sysml14/org.eclipse.papyrus.sysml14</module>
@@ -350,6 +351,8 @@
<module>../examples/emf/org.eclipse.papyrus.outline.emftree</module>
<module>../examples/uml/org.eclipse.papyrus.thousandcreation</module>
<module>../examples/uml/org.eclipse.papyrus.uml.diagram.example.programmaticcreation</module>
+
+
</modules>
<properties>
<tycho-version>0.22.0</tycho-version>
@@ -478,6 +481,12 @@
<!-- updateFrom("XWT",0) -->
<url>http://download.eclipse.org/xwt/release-1.1.0</url>
</repository>
+ <repository>
+ <id>subversive</id>
+ <layout>p2</layout>
+ <!-- updateFrom("Subversive",0) -->
+ <url>http://download.eclipse.org/technology/subversive/2.0/mars-site/</url>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>

Back to the top