Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-06-14 07:37:06 +0000
committerEike Stepper2010-06-14 07:37:06 +0000
commit1396afb689b12699543dcbbc4a99f08cd294c527 (patch)
tree8de6d4219a615a6079baf7e6d2d3087e8b70ca38 /features/org.eclipse.emf.cdo.dawn.sdk-feature
parent71c142fe2d109b0fe4a67ff947258a9b9305f9be (diff)
downloadcdo-1396afb689b12699543dcbbc4a99f08cd294c527.tar.gz
cdo-1396afb689b12699543dcbbc4a99f08cd294c527.tar.xz
cdo-1396afb689b12699543dcbbc4a99f08cd294c527.zip
do not unpack SDK bundles
Diffstat (limited to 'features/org.eclipse.emf.cdo.dawn.sdk-feature')
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml39
1 files changed, 32 insertions, 7 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
index 32aa5629fa..c6d652322b 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
@@ -33,14 +33,39 @@
<discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
</url>
- <plugin id="org.eclipse.emf.cdo.dawn.sdk" download-size="0" install-size="0" version="0.0.0"/>
- <includes id="org.eclipse.emf.cdo.dawn.sdk.source" version="0.0.0"/>
+ <includes
+ id="org.eclipse.emf.cdo.dawn.sdk.source"
+ version="0.0.0"/>
- <includes id="org.eclipse.emf.cdo.dawn" version="0.0.0"/>
- <includes id="org.eclipse.emf.cdo.dawn.codegen" version="0.0.0"/>
- <includes id="org.eclipse.emf.cdo.dawn.examples" version="0.0.0"/>
+ <includes
+ id="org.eclipse.emf.cdo.dawn"
+ version="0.0.0"/>
- <plugin id="org.apache.commons.lang.source" download-size="0" install-size="0" version="0.0.0"/>
- <plugin id="org.apache.commons.logging.source" download-size="0" install-size="0" version="0.0.0"/>
+ <includes
+ id="org.eclipse.emf.cdo.dawn.codegen"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.emf.cdo.dawn.examples"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.sdk"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.lang.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.apache.commons.logging.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
</feature>

Back to the top