thymeleaf-extras-eclipse-plugin icon indicating copy to clipboard operation
thymeleaf-extras-eclipse-plugin copied to clipboard

Move schema out into its own project/repo

Open ultraq opened this issue 9 years ago • 0 comments

The schema that this plugin relies on, and which we share on a public URL for other dialects to make use of, is hosted inside this project. This project, however, is for the Eclipse plugin, not the dialect schema.

I think we should create a new repo for the schema file, as well as the generated JAXB classes that can read schema files, and then just have this plugin pull that in.

Also, many of the issues in this repo aren't directly related to the plugin, but rather schema enhancements. Such a move should create a better separation of concerns.

ultraq avatar Feb 19 '16 10:02 ultraq