mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEADEV-41034: Artifact: manifest.mf name recognition is case-sensitive
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ public abstract class ElementWithManifestPropertiesPanel<E extends CompositeElem
|
||||
|
||||
public void reset() {
|
||||
myTitleLabel.setText("'" + myElement.getName() + "' manifest properties:");
|
||||
myManifestNotFoundLabel.setText("Manifest.mf file not found in '" + myElement.getName() + "'");
|
||||
myManifestNotFoundLabel.setText("META-INF/MANIFEST.MF file not found in '" + myElement.getName() + "'");
|
||||
final VirtualFile file = ManifestFileUtil.findManifestFile(myElement, myContext, myContext.getArtifactType());
|
||||
String path = file != null ? file.getPath() : null;
|
||||
if (!Comparing.equal(path, myManifestFileConfiguration.getManifestFilePath())) {
|
||||
|
||||
Reference in New Issue
Block a user