Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorLaurent Wouters2014-06-04 08:14:12 +0000
committerLaurent Wouters2014-06-04 08:14:12 +0000
commit1d0e2c7e62dc6a2ff2d012c261f26515eb69d21c (patch)
treea8b75ff203f34043a0a2ecf27c40d876555d087b /releng
parent7f8625fb2e9ca13b351011c506c32470b607cb3f (diff)
downloadorg.eclipse.papyrus-1d0e2c7e62dc6a2ff2d012c261f26515eb69d21c.tar.gz
org.eclipse.papyrus-1d0e2c7e62dc6a2ff2d012c261f26515eb69d21c.tar.xz
org.eclipse.papyrus-1d0e2c7e62dc6a2ff2d012c261f26515eb69d21c.zip
[releng] Fixing the RCP build (malformed configuration)
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
index bc66ebdaf5a..6b73897fff2 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
@@ -81,7 +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"/>
+ <import feature="org.eclipse.xtend.sdk"/>
</requires>
<plugin

Back to the top