diff options
author | Camille Letavernier | 2015-06-12 12:11:52 +0000 |
---|---|---|
committer | Camille Letavernier | 2015-06-12 12:11:52 +0000 |
commit | 231d37a57fb31f4b3202231a7fa6d4d65866585a (patch) | |
tree | 3c5d83535080886e6e0697c9ef7860e58ce1c67d /features/papyrus-dev-features/org.eclipse.papyrus.dev.feature | |
parent | 1ef27af606601bebbdb88e821f61d4847e409b14 (diff) | |
download | org.eclipse.papyrus-231d37a57fb31f4b3202231a7fa6d4d65866585a.tar.gz org.eclipse.papyrus-231d37a57fb31f4b3202231a7fa6d4d65866585a.tar.xz org.eclipse.papyrus-231d37a57fb31f4b3202231a7fa6d4d65866585a.zip |
[Releng] Restructure shared test bundles (Framework & BundleTests) to be
able to use them in any Test Builds
- oep.junit.utils, oep.junit.framework and oep.bundle.tests now belong
to the Papyrus Developer build
Change-Id: Ibd98199e93e62eca6ff43d58bf7de142193ba9fb
Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'features/papyrus-dev-features/org.eclipse.papyrus.dev.feature')
-rw-r--r-- | features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml index 7ff4ac7ccb3..39b0d0c500a 100644 --- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml +++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml @@ -17,6 +17,10 @@ http://www.eclipse.org/legal/epl-v10.html %license </license> + <includes + id="org.eclipse.papyrus.junit.feature" + version="0.0.0"/> + <plugin id="org.eclipse.papyrus.codegen" download-size="0" |