Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.sdk-feature/feature.xml')
-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