Manifest

Could you possibly add proper version info to the MANIFEST.MF file?

Example

Name: bibliothek.gui.dock.common
Implementation-Title: Docking Frames
Implementation-Version: 1.0.8

This is very important if Docking Frames will be added to Maven Central or other public repositories.

Thanks,
Rick

I’ll ask Andrei what such a manifest requires :wink:

Here is the relevant Sun Tutorial:

http://download.oracle.com/javase/tutorial/deployment/jar/manifestindex.html

Rick, hello;

thanks for your request;

  1. docking-frames is already in maven central:
    http://repo1.maven.org/maven2/org/dockingframes/

  2. Jason van Zyl thinks sun spec is not cool any more:
    Apache Maven Archiver – Manifest

  3. I changed pom anyway to produce sun spec in the manifest, see current snapshot:
    Index of /repositories/snapshots/org/dockingframes

  4. let me know what else would you like to improve about the build?

:slight_smile:

cheers,

Andrei