mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
mark MergeableManifest for removal
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
9ebc9b4268
commit
7b6bea1dae
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ import com.google.common.collect.Lists;
|
|||
* @deprecated Uses reflection which will not work well with future java
|
||||
* versions. Use {@link MergeableManifest2} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated//(forRemoval=true)
|
||||
public class MergeableManifest extends Manifest {
|
||||
|
||||
public static final Attributes.Name BUNDLE_NAME = new Attributes.Name("Bundle-Name");
|
||||
|
|
Loading…
Reference in a new issue