Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic JDiagram: Adding Package Version Information to the JAR (Read 5469 times)
Jan Meyer
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 23
Joined: Feb 26th, 2012
JDiagram: Adding Package Version Information to the JAR
Feb 24th, 2013 at 4:43pm
Print Post  
It would be helpful if some version information would be included into every release of JDiagram. 

Sometimes i ran into problems by using an outdated version, although i had a bugfix version, too. If the version information would be included into the diagram file structure it would be almost perfect!

I think, you just need to include package version information in the JDiagram JAR file's manifest.

By using Package.getSpecificationVersion() the required information cloud be easily retrieved.

Regrads,
Jan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: JDiagram: Adding Package Version Information to the JAR
Reply #1 - Mar 8th, 2013 at 9:33am
Print Post  
This version adds package version information to manifest in following format:
https://mindfusion.eu/_beta/jdiag401.zip

Code
Select All
Name: com/mindfusion/diagramming/
Sealed: true
Specification-Title: MindFusion.Diagramming for Java Swing
Specification-Version: 4.0.1
Specification-Vendor: MindFusion
Implementation-Title: com.mindfusion.diagramming
Implementation-Version: 4.0.1
Implementation-Vendor: MindFusion
 



I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint