Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Faltermeier2016-04-04 12:47:15 +0000
committerJohannes Faltermeier2016-04-04 12:47:15 +0000
commit8f81c7d1f4a1562976d35a07d085ad130719ffe9 (patch)
treebf86ff6742f663fc3172f2456e24635a0f77d102
parentb5f34764238fa0b42d1380be49f890f8b5a2fea1 (diff)
downloadorg.eclipse.emf.edapt-8f81c7d1f4a1562976d35a07d085ad130719ffe9.tar.gz
org.eclipse.emf.edapt-8f81c7d1f4a1562976d35a07d085ad130719ffe9.tar.xz
org.eclipse.emf.edapt-8f81c7d1f4a1562976d35a07d085ad130719ffe9.zip
Bug 469097 - Create basic UI Tests
* Add OCL
-rw-r--r--tests/org.eclipse.emf.edapt.rcptt/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.edapt.rcptt/pom.xml b/tests/org.eclipse.emf.edapt.rcptt/pom.xml
index 80593fe..3234501 100644
--- a/tests/org.eclipse.emf.edapt.rcptt/pom.xml
+++ b/tests/org.eclipse.emf.edapt.rcptt/pom.xml
@@ -45,9 +45,15 @@
</features>
</injection>
<injection>
+ <site>http://download.eclipse.org/releases/mars</site>
+ <features>
+ <feature>org.eclipse.ocl.all.sdk.feature.group</feature>
+ </features>
+ </injection>
+ <injection>
<site>http://download.eclipse.org/edapt/p2/nightly</site>
<features>
- <!--feature>org.eclipse.emf.edapt.runtime.feature.feature.group</feature-->
+ <feature>org.eclipse.emf.edapt.runtime.feature.feature.group</feature>
<feature>org.eclipse.emf.edapt.recorder.feature.feature.group</feature>
</features>
</injection>

Back to the top