Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-04-07 20:55:06 +0000
committerspingel2010-04-07 20:55:06 +0000
commit0504fa0799679847dadbc26cb8a11e98b4cb6957 (patch)
tree8704bce9a4d5282dff4d6ef66b502c9936c5b35f
parent15d80ed8b080493055f796991510f8ace49750cc (diff)
downloadorg.eclipse.mylyn.tasks-0504fa0799679847dadbc26cb8a11e98b4cb6957.tar.gz
org.eclipse.mylyn.tasks-0504fa0799679847dadbc26cb8a11e98b4cb6957.tar.xz
org.eclipse.mylyn.tasks-0504fa0799679847dadbc26cb8a11e98b4cb6957.zip
RESOLVED - bug 307994: UnsubmittedTaskAttachment stack trace
https://bugs.eclipse.org/bugs/show_bug.cgi?id=307994
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index 3d634a816..710962111 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><!--
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
Copyright (c) 2009 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
@@ -8,7 +9,6 @@
Contributors:
Tasktop Technologies - initial API and implementation
-->
-
<feature
id="org.eclipse.mylyn.trac_feature"
label="%featureName"
@@ -46,7 +46,7 @@
<import plugin="org.apache.xmlrpc" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.apache.commons.httpclient"/>
- <import feature="org.eclipse.mylyn_feature" version="3.3.0.I20091013" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.4.0.I20100101" match="compatible"/>
</requires>
<plugin

Back to the top