Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorVincent Lorenzo2014-04-18 12:59:16 +0000
committerVincent Lorenzo2014-04-18 12:59:16 +0000
commit552ca2fdff5165f9c7569eefa38859351ef39974 (patch)
tree532b35eea52425e5a191cba4f26d24df47c1d833 /releng
parent3dcbee22275fbd39a8bb6db0fe2bc77fa8981ec6 (diff)
downloadorg.eclipse.papyrus-552ca2fdff5165f9c7569eefa38859351ef39974.tar.gz
org.eclipse.papyrus-552ca2fdff5165f9c7569eefa38859351ef39974.tar.xz
org.eclipse.papyrus-552ca2fdff5165f9c7569eefa38859351ef39974.zip
Add Xtend to Papyrus rcp
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml1
-rwxr-xr-xreleng/top-pom-rcp.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
index 51df7000d41..bc66ebdaf5a 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
@@ -81,6 +81,7 @@ http://www.eclipse.org/legal/epl-v10.html
<import feature="net.sf.jautodoc.feature"/>
<import feature="net.sf.eclipsecs"/>
<import feature="edu.umd.cs.findbugs.plugin.eclipse"/>
+ <import featur="org.eclipse.xtend.sdk"/>
</requires>
<plugin
diff --git a/releng/top-pom-rcp.xml b/releng/top-pom-rcp.xml
index ea7821fadf6..872d12b59c8 100755
--- a/releng/top-pom-rcp.xml
+++ b/releng/top-pom-rcp.xml
@@ -80,6 +80,11 @@
<layout>p2</layout>
<url>http://download.eclipse.org/objectteams/updates/ot2.2/</url>
</repository>
+ <repository>
+ <id>tmf-xtext</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/milestones/</url>
+ </repository>
</repositories>
<build>
<plugins>

Back to the top