Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-05-15 09:47:20 +0000
committerSteffen Pingel2012-05-15 09:47:20 +0000
commit506793345bf21cdce6e1a8769c27542d40df5299 (patch)
tree6c26f504ed7352b524f933dbd707e35aa14e27f7 /org.eclipse.mylyn.sdk-feature
parent297889c01868bffa4c8f04fc9bb12c8aa90570c3 (diff)
downloadorg.eclipse.mylyn.tasks-506793345bf21cdce6e1a8769c27542d40df5299.tar.gz
org.eclipse.mylyn.tasks-506793345bf21cdce6e1a8769c27542d40df5299.tar.xz
org.eclipse.mylyn.tasks-506793345bf21cdce6e1a8769c27542d40df5299.zip
NEW - bug 374729: update GSon library to latest version
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374729
Diffstat (limited to 'org.eclipse.mylyn.sdk-feature')
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index bef66115b..e79cdd3d5 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -1,16 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2009 Tasktop Technologies and others.
+ Copyright (c) 2005, 2011 Tasktop Technologies and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
- Tasktop Technologies <requires>
- </requires>
-
- - initial API and implementation
+ Tasktop Technologies - initial API and implementation
-->
<feature
id="org.eclipse.mylyn.sdk_feature"
@@ -50,6 +47,13 @@
-->
<plugin
+ id="com.google.gson"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.apache.lucene.core"
download-size="0"
install-size="0"

Back to the top