Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-10-31 07:00:09 +0000
committerEike Stepper2012-10-31 07:00:09 +0000
commitfd117030245fd7bbba3f768f5a732d2abc695ab5 (patch)
treeb9017a3d8408e02f5492c52c92f636b8dc774107 /features
parent01c49a910e0aa861213745d14cf5a0ddcbd1e7b6 (diff)
downloadcdo-fd117030245fd7bbba3f768f5a732d2abc695ab5.tar.gz
cdo-fd117030245fd7bbba3f768f5a732d2abc695ab5.tar.xz
cdo-fd117030245fd7bbba3f768f5a732d2abc695ab5.zip
[393012] [Legacy] Support registered dynamic packages in UML Profiles
https://bugs.eclipse.org/bugs/show_bug.cgi?id=393012
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.tests-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo.tests-feature/feature.xml b/features/org.eclipse.emf.cdo.tests-feature/feature.xml
index e404cc3e43..8d1cf39e5a 100644
--- a/features/org.eclipse.emf.cdo.tests-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.tests-feature/feature.xml
@@ -137,6 +137,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.emf.cdo.tests.uml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.emf.cdo.tests.ui"
download-size="0"
install-size="0"

Back to the top