Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Leicht Vogt2013-02-21 10:09:02 +0000
committerStephan Leicht Vogt2013-02-21 10:09:02 +0000
commitd5df55d4b44e248fa478be18be1940272d6de74e (patch)
treeb8926b5483cfe6db3abf3b148485189dfa9f3fcb
parente827f64671137dafdf399353cbcab93f92a2069b (diff)
downloadorg.eclipse.scout.rt-d5df55d4b44e248fa478be18be1940272d6de74e.tar.gz
org.eclipse.scout.rt-d5df55d4b44e248fa478be18be1940272d6de74e.tar.xz
org.eclipse.scout.rt-d5df55d4b44e248fa478be18be1940272d6de74e.zip
adding scout rt client mobile bundle to the rt-feature
-rw-r--r--org.eclipse.scout.rt-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.scout.rt-feature/feature.xml b/org.eclipse.scout.rt-feature/feature.xml
index fde457651d..b8ac53abc9 100644
--- a/org.eclipse.scout.rt-feature/feature.xml
+++ b/org.eclipse.scout.rt-feature/feature.xml
@@ -77,6 +77,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.scout.rt.client.mobile"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.scout.rt.server"
download-size="0"
install-size="0"

Back to the top