Reputation: 1866
I am working on an old struts project and I found this file in the WEB-INF
folder, does any one know what this file is, and if it has any useful info?
Upvotes: 2
Views: 566
Reputation: 1
It's a metadata file used by JBoss Tools IDE (Eclipse) to draw diagrams in the Eclipse editor by the plugin using the source from the struts-config.xml
.
This file is auto-generated, so you can delete it for free.
Upvotes: 2