eclipse-platform / eclipse-platform/eclipse.platform

Allow nature ID without prepending project ID

Open
#1,637 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
165
Forks
174
Avg merge
2d 8h
Merged PRs (30d)
22

Description

The ID of a nature is limited to some text with the project ID prepended:

Project = my.project
Nature = myNature
Nature ID = my.project.myNature

Product renames and project cleanup become a nightmare with this restriction. Please allow for a fully specified nature ID without prepending the project ID:

Project = my.project
Nature = this.is.my.nature.and.i.want.to.name.it.myNature
Nature ID = this.is.my.nature.and.i.want.to.name.it.myNature

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.