diff options
author | Sam Davis | 2013-01-23 23:22:35 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2013-04-25 20:03:01 +0000 |
commit | 20c98b377a2144802a9b6429e0a98c7fe7b0935f (patch) | |
tree | 402e6a1019ef123e0d385f8f0ce3d0ad22c4c942 /org.eclipse.mylyn.tasks.ui/.settings/org.eclipse.pde.prefs | |
parent | b159447f0078d02c16965d2b2f581e813fad7110 (diff) | |
download | org.eclipse.mylyn.tasks-20c98b377a2144802a9b6429e0a98c7fe7b0935f.tar.gz org.eclipse.mylyn.tasks-20c98b377a2144802a9b6429e0a98c7fe7b0935f.tar.xz org.eclipse.mylyn.tasks-20c98b377a2144802a9b6429e0a98c7fe7b0935f.zip |
Suppress "Illegal attribute 'label'" error
Change-Id: I767fb30d779cafcf8b357165b49e08ba9118f24a
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/.settings/org.eclipse.pde.prefs')
-rw-r--r-- | org.eclipse.mylyn.tasks.ui/.settings/org.eclipse.pde.prefs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/.settings/org.eclipse.pde.prefs b/org.eclipse.mylyn.tasks.ui/.settings/org.eclipse.pde.prefs index e8f2d5620..00d373555 100644 --- a/org.eclipse.mylyn.tasks.ui/.settings/org.eclipse.pde.prefs +++ b/org.eclipse.mylyn.tasks.ui/.settings/org.eclipse.pde.prefs @@ -7,7 +7,7 @@ compilers.p.missing-bundle-classpath-entries=1 compilers.p.missing-packages=1 compilers.p.no-required-att=0 compilers.p.not-externalized-att=2 -compilers.p.unknown-attribute=0 +compilers.p.unknown-attribute=1 compilers.p.unknown-class=0 compilers.p.unknown-element=0 compilers.p.unknown-identifier=1 |