We could store version information in any jar manifest file using 
Implementation-* attributes:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.0
Created-By: 1.6.0_20-b02 (Sun Microsystems Inc.)
Implementation-Title: GWT User library / GWT Dev library / Elemental / ... 
/ ....
Implementation-Version: 2.7.0
Implementation-Vendor: gwtproject.org

This can then be read in Java using 
classFromJar.getPackage().getImplementation[Title | Version | Vendor](). If 
all GWT jars would have that information you can choose whatever jar you 
like most.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/7ed9de96-462c-485e-8878-076b82579e67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to