diff options
author | spingel | 2009-09-02 00:42:53 +0000 |
---|---|---|
committer | spingel | 2009-09-02 00:42:53 +0000 |
commit | 4a7b99b72f7bd8ff5cc95f9f6fd6336db516399e (patch) | |
tree | dc717c739f8dfb3687dc28df29cbf81383c9aeef | |
parent | 1e3b87cd96254b3da7d7f6d9e74c8d877e080a5d (diff) | |
download | org.eclipse.mylyn.tasks-4a7b99b72f7bd8ff5cc95f9f6fd6336db516399e.tar.gz org.eclipse.mylyn.tasks-4a7b99b72f7bd8ff5cc95f9f6fd6336db516399e.tar.xz org.eclipse.mylyn.tasks-4a7b99b72f7bd8ff5cc95f9f6fd6336db516399e.zip |
NEW - bug 288312: fix line breaks in feature.properties
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288312
-rw-r--r-- | org.eclipse.mylyn.sdk-feature/feature.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.sdk-feature/feature.properties b/org.eclipse.mylyn.sdk-feature/feature.properties index 27d039a75..629e1141a 100644 --- a/org.eclipse.mylyn.sdk-feature/feature.properties +++ b/org.eclipse.mylyn.sdk-feature/feature.properties @@ -9,7 +9,7 @@ # Tasktop Technologies - initial API and implementation ############################################################################### featureName=Mylyn SDK -description=Provides sources for the Mylyn Task List, Focused UI and Integration features, and sources for Mylyn WikiText.\n\Also includes the Mylyn WikiText Developer Guide. +description=Provides sources for the Mylyn Task List, Focused UI and Integration features. providerName=Eclipse Mylyn copyright=Copyright (c) 2004, 2009 Tasktop Technologies and others. All rights reserved. updateSiteName=Mylyn for Eclipse 3.4 |