[go: up one dir, main page]

Menu

Commit [r249]  Maximize  Restore  History

IDEADEV-37135:

* when building the bundle jar the original manifest file is used for modules that use manually edited manifest files.
* added an inspection with quickfix for the common error of not having the manifest file end with a final newline
Moved all inspection to new group "OSGi"

rbeeger 2009-06-12

added /branches/IDEA8/src/inspectionDescriptions/osmorcMissingFinalNewline.html
changed /branches/IDEA8/src/org/osmorc/inspection/InvalidImportInspection.java
added /branches/IDEA8/src/org/osmorc/inspection/MissingFinalNewlineInspection.java
changed /branches/IDEA8/src/org/osmorc/inspection/MisspelledHeaderNameInspection.java
changed /branches/IDEA8/src/org/osmorc/inspection/OsmorcInspectionToolProvider.java
changed /branches/IDEA8/src/org/osmorc/inspection/UnregisteredActivatorInspection.java
changed /branches/IDEA8/src/org/osmorc/inspection/maven/NonOsgiMavenDependencyInspection.java
changed /branches/IDEA8/src/org/osmorc/inspection/maven/OsgiMavenInspectionProvider.java
changed /branches/IDEA8/src/org/osmorc/make/BundleCompiler.java
added /branches/IDEA8/src_test/org/osmorc/inspection/MissingFinalNewlineInspectionTest.java