Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-06-22 18:54:30 +0000
committersminto2005-06-22 18:54:30 +0000
commit7ad04320d212147bf864d231a93d0f37fae2c6b2 (patch)
treeb13079c22f53c2484865775f4f040253171ccc75 /org.eclipse.mylyn-feature
parent3ee44ff23fcfaf1923f0301ca98df3e9ab576144 (diff)
downloadorg.eclipse.mylyn.tasks-7ad04320d212147bf864d231a93d0f37fae2c6b2.tar.gz
org.eclipse.mylyn.tasks-7ad04320d212147bf864d231a93d0f37fae2c6b2.tar.xz
org.eclipse.mylyn.tasks-7ad04320d212147bf864d231a93d0f37fae2c6b2.zip
updated so that all plugins are left as jars and not unpacked when installed
Diffstat (limited to 'org.eclipse.mylyn-feature')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 90e1cd1ba..68e98acb6 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -245,30 +245,35 @@ litigation.
id="org.eclipse.mylar.doc"
download-size="0"
install-size="0"
- version="0.2.4"/>
+ version="0.2.4"
+ unpack="false"/>
<plugin
id="org.eclipse.mylar.java"
download-size="0"
install-size="0"
- version="0.2.4"/>
+ version="0.2.4"
+ unpack="false"/>
<plugin
id="org.eclipse.mylar.ui"
download-size="0"
install-size="0"
- version="0.2.4"/>
+ version="0.2.4"
+ unpack="false"/>
<plugin
id="org.eclipse.mylar.xml"
download-size="0"
install-size="0"
- version="0.2.4"/>
+ version="0.2.4"
+ unpack="false"/>
<plugin
id="org.eclipse.mylar.tasks"
download-size="0"
install-size="0"
- version="0.2.4"/>
+ version="0.2.4"
+ unpack="false"/>
</feature>

Back to the top