You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at just this one: http://sdbg.github.io/p2/
There is an hand made index.html and no site.xml at all.
site.xml is a legacy format, if I get it right.
So we could:
remove the site.xml file
write a small index.html with installation instructions
This file:
https://github.com/gwt-plugins/gwt-eclipse-plugin/blob/master/repo/src/main/resources/index.html
is using very old xslt APIS.
Here a more modern example, we could use as a starting point
https://developer.mozilla.org/en-US/docs/Web/XSLT/XSLT_JS_interface_in_Gecko/Basic_Example
The text was updated successfully, but these errors were encountered: