Hi,
As part of the work for TRINIDAD-1043 Convert legacy XSS files to CSS, I
see a few .xss files that don't appear to be used anywhere. Let me know
if you object to my deleting them.
Usually you would see the .xss file defined in a 'Skin' file, like
MinimalDesktopSkinExtension.java defines
private static final String _MINIMAL_STYLE_SHEET_NAME =
"META-INF/adf/styles/minimal-desktop.css";
Or you could see the .xss file defined in a trinidad-skins.xml file as
the <style-sheet-name>purple-desktop.css</style-sheet-name>.
I don't see any usages of the following files and plan to delete them
unless someone objects -
blaf.xss (referenced in comments only in other
xss files and the xss.xsd)
oracle-desktop.xss (imported in oracle-pda.xss)
oracle-pda.xss (imported in pocketPC.xss)
pocketPC.xss (no reference to this file found)
Thanks!
Jeanne